/* Map layout is loaded explicitly; WordPress does not enqueue the theme header stylesheet. */
.map-control-card{padding:24px;margin-bottom:22px}
.map-filter-row{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr) auto;gap:16px;align-items:end}
.map-filter-row>input[type=hidden]{display:none!important}
.map-filter-row label{display:grid;gap:8px;min-width:0}
.map-filter-row select,.map-filter-row input:not([type=hidden]){width:100%;min-height:46px;box-sizing:border-box;padding:10px 14px;border:1px solid #b9d1da;border-radius:12px;background:#fff;color:#183f50;font:inherit}
.map-filter-row .button-primary{min-height:46px;background:#155b70!important;color:#fff!important}
.map-shell{padding:12px;overflow:hidden}
.trag-map{width:100%;height:520px;border-radius:20px;overflow:hidden;background:#e6eff1}
.map-fallback-note{padding:18px;color:#264b5d}
.trag-map-marker{background:transparent;border:0}
.map-marker-dot{display:block;width:18px;height:18px;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 7px #0004}
.map-marker-lost{background:#c13e48}
.map-marker-partner{background:#17768c}
.map-marker-count{display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:#fff;font:700 12px/1 sans-serif}
.leaflet-popup-content{max-height:300px;overflow:auto}
.map-list-grid{margin-top:22px;align-items:stretch}
.map-list-card{padding:22px;min-width:0}
.map-list-card h3,.map-list-card p{overflow-wrap:anywhere}
@media(max-width:720px){.map-filter-row{grid-template-columns:minmax(0,1fr)}.trag-map{height:420px}.map-control-card{padding:20px}}
