.ns2025-google-map {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    min-height: 220px;
    overflow: hidden;
    width: 100%;
}

.ns2025-google-map iframe {
    border: 0;
    display: block;
    height: var(--ns2025-google-map-height, 420px);
    min-height: 220px;
    width: 100%;
}
