/* v31 — logo variant swap (TW dark: + BS theme) */
.contact-split7030__logo-dark {
    display: none;
}

@media (prefers-color-scheme: dark) {
    .contact-split7030__logo-light {
        display: none;
    }

    .contact-split7030__logo-dark {
        display: block;
    }
}

[data-bs-theme="dark"] .contact-split7030__logo-light {
    display: none;
}

[data-bs-theme="dark"] .contact-split7030__logo-dark {
    display: block;
}

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

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

/* contact-glass — background image needs object-fit (no BS util) */
.contact-glass__bg-img {
    object-fit: cover;
}

/* contact-glass — frosted glass effect via backdrop-filter (no TW/BS equiv for BS builds) */
.contact-glass__panel {
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
}

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


