
#ewGdacsToggle{grid-column:auto!important}
/* Map-key icon: matches the badge+glyph GDACS markers (round badge + "G",
   see js/ew7433-persistent-event-markers.js) instead of the old empty
   diamond outline this overrides (ew7301-layout-consolidation.css's
   #mapKeyPanel .general .gd i, same selector specificity, wins on load
   order). */
#mapKeyPanel .general .gd i{width:11px;height:11px;border-radius:50%;background:#0a1620;border:1.5px solid #51dcff;transform:none;box-shadow:0 0 4px rgba(81,220,255,.55);display:inline-flex;align-items:center;justify-content:center;font:900 7px/1 Arial,Helvetica,sans-serif;color:#fff}
/* Impact-tier pills: matches .mapKeySeverityLegend .sev's bordered-pill
   convention (earthwatch-visual-system.js/ew756-visual-system-style.css)
   so this legend row reads the same way as ALERT SEVERITY, with a
   descriptive word instead of a bare colour name. */
#mapKeyPanel .gdImpact{display:flex;gap:5px;align-items:center;margin-top:5px;flex-wrap:wrap}
#mapKeyPanel .gdImpact .gdLvl{padding:2px 5px;border:1px solid currentColor;border-radius:2px;font-size:7px;font-weight:800;letter-spacing:.06em}
