
.redraes-vector-wrapper{
    width:100%;
}
.redraes-vector-mapbox{
    position:relative;
    background:#fff;
    border:1px solid #d7dbe0;
    border-radius:14px;
    box-shadow:0 3px 12px rgba(15,23,42,.06);
    padding:8px;
}
.redraes-vector-map{
    width:100%;
    min-height:640px;
    border-radius:10px;
    overflow:hidden;
    background:linear-gradient(180deg,#fbfbfc 0%,#f4f5f7 100%);
}
.redraes-vector-legend{
    position:absolute;
    right:18px;
    bottom:18px;
    z-index:20;
    background:rgba(255,255,255,.96);
    border:1px solid #d7dbe0;
    border-radius:10px;
    box-shadow:0 8px 18px rgba(15,23,42,.10);
    padding:10px 12px;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.legend-item{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    color:#334155;
    line-height:1.2;
    font-family: inherit;
}
.legend-color{
    width:14px;
    height:14px;
    border-radius:4px;
    display:inline-block;
    border:1px solid rgba(0,0,0,.08);
}
.legend-color.latin{ background:#f97316; }
.legend-color.caribe{ background:#84cc16; }
