/* World Map Screen – nur auf dieser Seite geladen.
 * Kartenhoehe: vollstaendige Leaflet-Styles in widgets-content.css; hier nur Seiten-spezifische Hoehe.
 */
.leaflet-map-container {
    height: 500px;
}

.base-world-map-popup-title {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-headline);
    margin-bottom: 8px;
}
