/* Élections 2026 – Carte */

.elec2026-carte-wrap {
    position: relative;
    margin: 1em 0;
}

.elec2026-carte {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    z-index: 0;
}

.elec2026-carte-status {
    font-size: .8rem;
    color: #6b7280;
    margin-top: .4rem;
    text-align: right;
}

/* Popup Leaflet */
.elec2026-popup {
    font-family: inherit;
    font-size: .9rem;
    line-height: 1.5;
    min-width: 160px;
}

.elec2026-popup strong {
    display: block;
    font-size: 1rem;
    color: #1e3a5f;
}

.elec2026-popup-link {
    display: inline-block;
    margin-top: .4rem;
    font-size: .8rem;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.elec2026-popup-link:hover {
    text-decoration: underline;
}

/* Clusters */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-clip: padding-box;
}

.marker-cluster-small div  { background-color: rgba(59,130,246,.6); }
.marker-cluster-medium div { background-color: rgba(37,99,235,.6); }
.marker-cluster-large div  { background-color: rgba(29,78,216,.6); }
