/* =========================================================
   COSTA MODERNA V53
   ESPACIOS COMPACTOS + MAPA
   ========================================================= */


/* ---------------------------------------------------------
   MENOS ESPACIO ENTRE CARACTERÍSTICAS Y DESCRIPCIÓN
   --------------------------------------------------------- */

/*
 * La sección content-only tenía padding y cada content-block
 * conservaba todavía 55px arriba y abajo desde el CSS original.
 */

.modern-detail-page
.modern-detail-layout-content-only {
    padding-top:
        4px
        !important;
}


.modern-detail-page
.modern-detail-layout-content-only
.modern-detail-specs {
    margin:
        0
        0
        6px
        !important;
}


.modern-detail-page
.modern-detail-layout-content-only
.modern-detail-content
> .modern-content-block:first-of-type {
    margin-top:
        0
        !important;

    padding-top:
        8px
        !important;

    padding-bottom:
        28px
        !important;
}


/* DEPARTAMENTO / tipo de propiedad */
.modern-detail-page
.modern-detail-layout-content-only
.modern-detail-content
> .modern-content-block:first-of-type
> .modern-kicker {
    display:
        block;

    margin:
        0
        0
        8px
        !important;
}


/* Descripción inmediatamente debajo del tipo */
.modern-detail-page
.modern-detail-layout-content-only
.modern-detail-content
> .modern-content-block:first-of-type
.modern-rich-copy {
    margin-top:
        0
        !important;
}


/* ---------------------------------------------------------
   MAPA
   --------------------------------------------------------- */

.modern-detail-page
.modern-map-block-v12 {
    margin-top:
        10px
        !important;

    padding-top:
        30px
        !important;
}


.modern-detail-page
.modern-map-heading-v12
h2 {
    margin:
        5px
        0
        0
        !important;

    font-size:
        var(
            --detail-map-title-size,
            34px
        )
        !important;

    line-height:
        1.05
        !important;
}


.modern-detail-page
.modern-map-frame-v12 {
    position:
        relative;

    min-height:
        390px;

    background:
        #e9eef4;
}


.modern-detail-page
.modern-map-frame-v12
iframe {
    display:
        block
        !important;

    width:
        100%
        !important;

    height:
        100%
        !important;

    min-height:
        390px;

    border:
        0
        !important;

    background:
        #e9eef4;
}


/* Dirección pequeña debajo del mapa. */
.modern-detail-page
.modern-map-address-v12 {
    margin-top:
        9px
        !important;
}


@media (
    max-width:
    700px
) {
    .modern-detail-page
    .modern-detail-layout-content-only
    .modern-detail-content
    > .modern-content-block:first-of-type {
        padding-top:
            5px
            !important;
    }


    .modern-detail-page
    .modern-map-frame-v12,

    .modern-detail-page
    .modern-map-frame-v12
    iframe {
        min-height:
            310px;
    }
}
