/* v32 — luxury serif display heading (font stack only, no color) */
.contact-luxury__title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

/* contact-split — full-height image needs object-fit (no BS util) */
.contact-split__img {
    object-fit: cover;
    min-height: 16rem;
    max-height: 28rem;
}

/* contact-split — icon cell size (TW rounded padding has no fixed-size BS util) */
.contact-split__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Обгортка тримає висоту, якщо iframe з’їжджає в 0 у flex/bootstrap */
.google-map-stats-row__media {
    min-height: 450px;
}

@media (min-width: 768px) {
    .google-map-stats-row__media {
        min-height: 520px;
    }
}

.google-map-stats-row__iframe {
    width: 100%;
    height: 450px;
    min-height: 450px;
    display: block;
    border: 0;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-stats-row__iframe {
        height: 520px;
        min-height: 520px;
    }
}

/* iframe-normalized */
.google-map-stats-row__iframe {
    width: 100%;
    max-width: 100%;
    height: 450px;
    min-height: 450px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-stats-row__iframe {
        height: 520px;
        min-height: 520px;
    }
}


