.gde-map-wrap{margin:20px 0;max-width:100%}
.gde-map-toolbar{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin:0 0 10px}
.gde-map-meta{font-size:14px;color:#50575e}
.gde-world-map{width:100%;height:var(--gde-map-height,620px);border:1px solid #dcdcde;border-radius:10px;overflow:hidden;background:#eef2f5;box-sizing:border-box}
.gde-map-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:13px;color:#50575e}
.gde-map-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:end;margin:0 0 12px}
.gde-map-filter{display:flex;flex-direction:column;gap:4px;min-width:0}
.gde-map-filter label{font-size:12px;font-weight:600;color:#50575e}
.gde-map-filter select{min-width:150px;max-width:100%;padding:7px 30px 7px 9px}
.gde-time-note{margin-top:10px;font-size:12px;color:#646970}
.gde-world-map .leaflet-popup-content{max-width:min(280px,72vw);overflow-wrap:anywhere}
.gde-world-map .leaflet-control-attribution{font-size:10px;max-width:75%;white-space:normal;line-height:1.2}
@media (max-width:782px){
  .gde-world-map{height:min(var(--gde-map-height,620px),480px)}
  .gde-map-toolbar{gap:6px;align-items:flex-start;flex-direction:column}
  .gde-map-filters{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}
  .gde-map-filter:last-child{grid-column:1/-1}
  .gde-map-filter select{width:100%;min-width:0;min-height:44px}
  .gde-map-legend{gap:6px;flex-direction:column}
}
@media (max-width:480px){
  .gde-world-map{height:min(var(--gde-map-height,620px),390px);border-radius:8px}
  .gde-map-filters{grid-template-columns:1fr}
  .gde-map-filter:last-child{grid-column:auto}
  .gde-map-meta{font-size:13px}
}
