.hnjweb-locatiekaart-wrap {
    width: 100%;
    margin: 24px 0;
}
.hnjweb-locatiekaart {
    width: 100%;
    height: var(--hnjweb-map-height-desktop, 520px);
    min-height: 280px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f5f5f5;
}
.hnjweb-map-style-grayscale .leaflet-tile {
    filter: grayscale(100%);
}
.hnjweb-marker span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.hnjweb-popup { max-width: 260px; }
.hnjweb-popup h3 { margin: 0 0 8px; font-size: 17px; }
.hnjweb-popup p { margin: 8px 0; }
.hnjweb-popup-img { width: 100%; height: auto; border-radius: 8px; margin-bottom: 10px; }
.hnjweb-popup-content p:first-child { margin-top: 0; }
.hnjweb-locatiekaart-empty { padding: 12px 0; color: #666; }
@media (max-width: 1024px) {
    .hnjweb-locatiekaart { height: var(--hnjweb-map-height-tablet, 460px); }
}
@media (max-width: 640px) {
    .hnjweb-locatiekaart { height: var(--hnjweb-map-height-mobile, 360px); }
}
