/* 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;
}

.google-map-with-feature-info-cards-row-below__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-feature-info-cards-row-below__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-feature-info-cards-row-below__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-with-feature-info-cards-row-below__iframe {
        height: 600px;
        min-height: 600px;
    }
}


