.foggy-page {
    max-width: 1100px;
    margin-inline: auto;
}

.foggy-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.foggy-actions {
    display: flex;
    gap: 0.5rem;
}

.foggy-map {
    width: 100%;
    height: min(72vh, 720px);
    min-height: 420px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #07080f;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.foggy-country-list {
    max-height: 12rem;
    overflow-y: auto;
}

.foggy-country-list .list-group-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.92rem;
}

.foggy-attribution a {
    text-decoration: none;
}

.foggy-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container {
    background: #07080f;
    font: inherit;
}

.foggy-revealed-outline {
    pointer-events: none;
}

.foggy-fog-layer {
    pointer-events: none;
}
