.reachout-dual-ribbon__blob-northeast {
    width: 8rem;
    height: 8rem;
    transform: translate(4rem, -4rem);
}

.reachout-dual-ribbon__blob-southwest {
    width: 6rem;
    height: 6rem;
    transform: translate(-3rem, 3rem);
}

.reachout-dual-ribbon__eyebrow-rule {
    width: 4rem;
    height: 0.25rem;
}

.reachout-dual-ribbon__glyph-wrap {
    width: 3rem;
    height: 3rem;
}

/* Две колонки + gap-3: без отрицательных margin у .row — горизонтальный зазор не схлопывается при overflow-hidden на панели */
.reachout-dual-ribbon__calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.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;
}

.google-map-with-numbered-steps-how-to-find-us__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-numbered-steps-how-to-find-us__iframe { min-height: 600px; } }

.google-map-route-steps__layout > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

@media (min-width: 992px) {
    .google-map-route-steps__aside {
        width: calc(40% - 0.75rem);
    }

    .google-map-route-steps__media {
        width: calc(60% - 0.75rem);
    }
}

/* iframe-normalized */
.google-map-with-numbered-steps-how-to-find-us__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-numbered-steps-how-to-find-us__iframe {
        height: 600px;
        min-height: 600px;
    }
}


