/* v28 — expand form slide-down (no BS util for max-height animation) */
.contact-iggrid__form {
    animation: iggrid-expand 0.2s ease-out;
}

@keyframes iggrid-expand {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.google-map-with-decorative-accent-elements-and-cta__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-with-decorative-accent-elements-and-cta__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-with-decorative-accent-elements-and-cta__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-decorative-accent-elements-and-cta__iframe {
        height: 600px;
        min-height: 600px;
    }
}


