.destination-map-large-wrapper{width:100%;margin:0 0 2rem;}
.destination-large-map{width:100%;height:640px;max-width:1400px;margin:0 auto;border:1px solid #d7d7d7;border-radius:0;box-shadow:0 3px 8px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.03);overflow:hidden;position:relative;background:#f2f4f6}
@media (max-width:992px){.destination-large-map{height:480px}}
@media (max-width:576px){.destination-large-map{height:360px}}
.destination-large-map .leaflet-control-attribution{font-size:11px;background:rgba(255,255,255,.85);padding:3px 8px;border-radius:4px}
body.single-destinasjon .entry-content .destination-map-large-wrapper:first-child{margin-top:0}
/* Remove gap caused by hero margin on kart pages (correct taxonomy body class) */
.content_type-kart .destination-hero{margin-bottom:0}

/* Fullscreen map states */
body.map-fullscreen-active{overflow:hidden;}
.destination-large-map.map-fullscreen{position:fixed !important;inset:0 !important;z-index:9999 !important;max-width:none !important;height:100vh !important;margin:0 !important;border:0;border-radius:0;box-shadow:none;}

/* Fullscreen toggle button */
.leaflet-control-fullscreen-toggle{background:#fff;border:1px solid #c9c9c9;border-radius:4px;cursor:pointer;padding:4px 8px;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:background .2s,border-color .2s;}
.leaflet-control-fullscreen-toggle:hover{background:#f5f5f5}
.leaflet-control-fullscreen-toggle.active{background:#0073aa;color:#fff;border-color:#006395}
.leaflet-control-fullscreen-toggle:focus-visible{outline:2px solid #0073aa;outline-offset:2px}

/* Kartlokasjon popup styles */
.leaflet-popup-content{margin:8px 12px;}
.kl-popup{display:flex;flex-direction:row;gap:12px;max-width:320px;}
.kl-popup-thumb img{display:block;width:96px;height:auto;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.25);}
.kl-popup-body{flex:1;min-width:0;}
.kl-popup .kl-popup-title{font-size:16px;line-height:1.25;margin:0 0 4px 0;font-weight:600;margin-left:0;}
.kl-popup-excerpt{font-size:13px;line-height:1.4;margin:0 0 6px;color:#222;}
.kl-popup-link a{font-size:12px;word-break:break-all;color:#0073aa;text-decoration:none;}
.kl-popup-link a:hover{text-decoration:underline;}
.kl-popup-edit a{text-decoration:none;}
.kl-popup-edit a:hover{text-decoration:underline;}
@media (max-width:480px){.kl-popup{flex-direction:column;}.kl-popup-thumb img{width:100%;}}
