/************************************
*       World Map Page
************************************/
#worldmap { height: 400px; }
@media(max-width:767px) { #worldmap { height: 250px; } }
@media(min-width:1200px) { #worldmap { height: 600px; } }
/* ── Datamaps overrides (shared with profile map) ── */
.datamaps-hoverover { z-index: 1000; pointer-events: none; }
.datamaps-hoverover .hoverinfo { border: none !important; padding: 0 !important; box-shadow: none !important; }
/* ── Mobile country panel ── */
#mobile-country-panel { display: none; }
#mobile-country-panel.active { display: block; }
@media(min-width:768px) { #mobile-country-panel { display: none !important; } }
/* ── Dark mode ── */
[data-bs-theme="dark"] .datamaps-hoverover .hoverinfo { color: var(--hs-text); }
