/* Dark-theme overrides for the techcheck.v1 report map. Loaded globally. */

.leaflet-container {
    background: #0b1120 !important;
    font: 11px ui-monospace, Menlo, monospace;
}

.leaflet-control-attribution {
    background: rgba(11, 17, 32, 0.7) !important;
    color: #6b7280 !important;
}

.pop-map-tooltip {
    background: #0b1120 !important;
    border: 1px solid #1f2937 !important;
    color: #d1d5db !important;
    font-family: ui-monospace, Menlo, monospace;
    font-size: 11px;
    white-space: pre;
}
.pop-map-tooltip:before {
    display: none !important;
}
