.contact-map-wrap {
    width: 100%;
}

.contact-map-frame {
    position: relative;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(76, 30, 81, 0.1);
    border-radius: 8px;
    background: #f7f7fd;
    box-shadow: 0 18px 45px rgba(45, 10, 49, 0.08);
}

.contact-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .contact-map-frame {
        min-height: 300px;
    }
}
