.border-split-inquiry__icon-chassis {
    width: 3rem;
    height: 3rem;
}

.border-split-inquiry__icon-chassis svg {
    width: 1.25rem;
    height: 1.25rem;
}

.border-split-inquiry__choice-ring {
    width: 1rem;
    height: 1rem;
}

.border-split-inquiry__choice-core {
    width: 0.5rem;
    height: 0.5rem;
}

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

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

.google-map-full__iframe {
    width: 100%;
    min-height: 550px;
}

@media (min-width: 768px) {
    .google-map-full__iframe {
        min-height: 650px;
    }
}

/* iframe-normalized */
.google-map-full__iframe {
    width: 100%;
    max-width: 100%;
    height: 550px;
    min-height: 550px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-full__iframe {
        height: 650px;
        min-height: 650px;
    }
}


/* contact-editorial — dt label width responsive (TW md:w-40 has no BS flex util) */
@media (min-width: 768px) {
    .contact-editorial__dt {
        width: 10rem;
        flex-shrink: 0;
    }
}

/* contact-editorial — decorative background symbol (inherited text color + opacity) */
.contact-editorial__decor::before {
    content: '@';
    font-size: 40vw;
    font-weight: 900;
    opacity: 0.04;
    position: absolute;
    top: -10%;
    right: -5%;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

