/* Area map v8: compact labels, visible count pins and subdued geography. */
.dir-area-map{scroll-margin-top:150px;height:660px;background:#f4f6f5;border-color:#d4dedf;border-radius:6px}
.dir-area-map .leaflet-tile-pane{filter:saturate(.25);opacity:.58}
.dir-map-toolbar{color:#324954;font-size:13px}
.dir-map-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#5d6d73;margin:10px 0}
.dir-map-legend span{display:inline-flex;align-items:center;gap:6px}
.dir-map-legend i{display:inline-block;width:14px;height:14px;background:#dce8e6;border:1px solid #6f9893;border-radius:3px}
.dir-map-legend b{display:inline-grid;place-items:center;width:22px;height:22px;color:#fff;background:#245a70;border-radius:50%;font-size:11px}
.dir-area-map .dir-map-lines line{stroke-width:1.4;opacity:.8}
.dir-map-labels{z-index:610}
.dir-map-lines{z-index:590}
.dir-map-label{flex-direction:row;align-items:center;gap:8px;width:max-content;max-width:210px;min-height:34px;padding:5px 5px 5px 9px;border:1.5px solid var(--area-color);border-radius:5px;box-shadow:0 2px 4px #173d511a;background:#fff;color:#21343f!important;line-height:1.35}
.dir-map-label-name{font-size:12px;font-weight:600;white-space:nowrap}
.dir-map-label-count{display:grid;place-items:center;flex-shrink:0;min-width:28px;min-height:24px;padding:0 4px;border-radius:12px;color:#fff;background:var(--area-color);font-size:11px;white-space:nowrap}
.dir-map-label-count b{font-size:12px;margin:0 2px 0 0;color:inherit}
.dir-map-label:hover,.dir-map-label:focus-visible,.dir-map-label.is-active{background:var(--area-color);color:#fff!important;border-color:var(--area-color);box-shadow:0 0 0 3px #fff,0 3px 9px #133c4c35;outline:none;z-index:4}
.dir-map-label:hover .dir-map-label-name{text-decoration:none}
.dir-map-label:hover .dir-map-label-count,.dir-map-label:focus-visible .dir-map-label-count,.dir-map-label.is-active .dir-map-label-count{background:#ffffff26}
.dir-area-pin{background:none;border:0}
.dir-area-pin a{display:grid;place-items:center;width:28px;height:28px;box-sizing:border-box;border:2px solid #fff;border-radius:50% 50% 50% 2px;transform:rotate(-45deg);background:var(--area-color);box-shadow:0 1px 5px #24445140;text-decoration:none;color:#fff!important}
.dir-area-pin a span{transform:rotate(45deg);font-size:12px;font-weight:700;line-height:1}
.dir-area-pin a:focus-visible{outline:3px solid #193d51;outline-offset:3px}
.dir-area-pin.is-active{z-index:800!important}
.dir-area-pin.is-active a{box-shadow:0 0 0 4px #ffffffa8,0 3px 10px #24445160}
.dir-terms a[data-map-area]{border-left:4px solid var(--area-color,#c9d3d9)}
.dir-terms a[data-map-area].is-active{background:var(--area-tint,#f0f5f6);border-color:var(--area-color)}
.dir-map-note{font-size:11px;color:#65747c}
.dir-map-legend .dir-map-mobile-key,.dir-area-number{display:none}
@media(max-width:760px){
  .dir-map-toolbar{font-size:12px}.dir-map-legend{gap:10px;font-size:11px}
  .dir-area-map{scroll-margin-top:110px;height:420px}.dir-map-labels{display:none}.dir-map-lines{z-index:410}
  .dir-map-section{margin-bottom:24px}.dir-map-legend .dir-map-desktop-key{display:none}.dir-map-legend .dir-map-mobile-key{display:inline-flex}
  .dir-area-pin a{width:28px;height:28px}.dir-area-pin a span{font-size:10px}
  .dir-area-list-title{font-size:18px;margin-bottom:14px}
  .dir-terms.dir-area-terms{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .dir-terms.dir-area-terms>a{display:grid;grid-template-columns:24px 1fr;gap:5px 7px;align-content:start;align-items:center;padding:10px 8px;min-height:83px;border-left-width:1px}
  .dir-area-number{display:grid;place-items:center;background:var(--area-color,#39638d);color:#fff;width:24px;height:24px;border-radius:50%;font-size:10px;font-weight:600}
  .dir-area-number-unmapped{background:#e8edef;color:#6c7b82}
  .dir-area-terms .dir-term-name{font-size:11px;line-height:1.5;word-break:normal;overflow-wrap:anywhere}
  .dir-area-terms .dir-term-count{grid-column:2;font-size:13px;line-height:1.3}
}
