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

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

/* contact-accordion — UA reset for <summary> disclosure triangle */
.contact-accordion__summary {
    list-style: none;
    cursor: pointer;
}

.contact-accordion__summary::-webkit-details-marker {
    display: none;
}

/* contact-accordion — chevron rotation when details is open */
.contact-accordion__chevron {
    transition: transform 0.2s ease;
}

details[open] .contact-accordion__chevron {
    transform: rotate(180deg);
}

.google-map-contact-info-left-with-two-ctas-and-map-right__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-contact-info-left-with-two-ctas-and-map-right__iframe { min-height: 600px; } }

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

@media (min-width: 992px) {
    .google-map-dual-contact__aside {
        width: calc(41.666667% - 0.75rem);
    }

    .google-map-dual-contact__media {
        width: calc(58.333333% - 0.75rem);
    }
}

/* iframe-normalized */
.google-map-contact-info-left-with-two-ctas-and-map-right__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-contact-info-left-with-two-ctas-and-map-right__iframe {
        height: 600px;
        min-height: 600px;
    }
}


