.aaun-map-intro { padding-top:40px; padding-bottom:60px; }
.aaun-map-filters { display:flex; flex-wrap:wrap; gap:16px; align-items:center; margin:18px 0; }
.aaun-map-filters[hidden] { display:none; }
.aaun-map-filters button { font:inherit; background:white; color:#222; border:1px solid transparent; padding:10px 16px; cursor:pointer; }
.aaun-map-filters button[aria-pressed="true"] { border-color:#777; }
.aaun-map-filters button:focus-visible { outline:2px solid #222; outline-offset:3px; }
.aaun-map-filter { display:flex; flex-direction:column; align-items:center; gap:8px; min-width:110px; }
.aaun-map-filter span { opacity:0; }
.aaun-map-filter:hover span,.aaun-map-filter:focus-visible span { opacity:1; }
.aaun-map-triangle { width:26px; height:26px; object-fit:contain; }
.aaun-map-inverted { transform:rotate(180deg); }
#aaun-project-map { height:65vh; min-height:350px; max-height:750px; position:relative; z-index:1; background:#eef0ed; }
.aaun-map-symbols { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:44px; min-height:44px; background:rgba(255,255,255,.9); border-radius:4px; padding:3px; box-shadow:0 1px 4px #5555; }
.aaun-map-symbols .aaun-map-triangle { width:18px; height:18px; }
.aaun-map-symbols b { position:absolute; right:-8px; top:-9px; background:#111; color:#fff; border-radius:16px; padding:2px 5px; font-size:11px; }
.aaun-map-card > img { width:100%; max-height:190px; object-fit:cover; }
.aaun-map-card h3 { font-size:19px; margin:12px 0 6px; }
.aaun-map-card p { margin:4px 0; }
.aaun-map-popup h2 { font-size:20px; }
.aaun-map-popup .aaun-map-card { margin-bottom:20px; }
@media(hover:none),(pointer:coarse) { .aaun-map-filter span { opacity:1; } }
@media(max-width:600px) { .aaun-map-filters { gap:6px; } .aaun-map-filters button { padding:8px; min-width:80px; } }


#aaun-map-error:empty { display:none; }

@media(max-width:767px) { .aaun-map-intro { padding-bottom:40px; } }
