/* v34 — background image needs object-fit (no BS utility) */
.contact-spotlight__img {
    object-fit: cover;
}

/* v34 — glass card backdrop blur (no BS utility) */
.contact-spotlight__card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* v34 — readable placeholders on dark glass inputs (BS has no placeholder utility) */
.contact-spotlight__field::placeholder,
.contact-spotlight__field::-webkit-input-placeholder {
    color: rgba(var(--bs-white-rgb), 0.55);
    opacity: 1;
}

.google-map-with-trust-badge-overlay-and-centered-title__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-trust-badge-overlay-and-centered-title__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-trust-badge-overlay-and-centered-title__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-trust-badge-overlay-and-centered-title__iframe {
        height: 600px;
        min-height: 600px;
    }
}


