#mapa-estados {
    height: 650px;
    max-width: 1150px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Hover suave */
.estado-layer {
    transition: all 0.25s ease-in-out;
}

/* Tooltip premium */
.leaflet-tooltip {
    background: white;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    padding: 6px 10px;
    font-family: Arial;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* Legenda moderna */
.legenda-estados-horizontal {
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    font-family: Arial;
    font-size: 13px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    width: 200px;
}

.legenda-estados-titulo {
    font-weight: bold;
    margin-bottom: 6px;
}

.barra-estados-gradiente {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(to right,
    rgba(25,60,120,0.25),
    rgba(25,60,120,1)
    );
}

.legenda-estados-extremos {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
