/* Repobladores mapa 2.0.6 */
.repobladores-mapa { width:100%; max-width:1100px; margin:32px auto; font-family:inherit; }
.repobladores-cabecera { text-align:center; margin-bottom:20px; }
.repobladores-cabecera h2 { margin:0; font-size:34px; font-weight:700; }
.repobladores-cabecera p { margin:5px 0 10px; font-size:20px; }
.repobladores-map { width:100%; height:560px !important; min-height:0 !important; border-radius:16px; overflow:hidden; background:linear-gradient(#fafafa,#f1f1f1); display:flex; align-items:center; justify-content:center; }
.rep-mapa-svg { width:100%; height:100%; display:block; overflow:visible; }
.rep-mapa-svg .rep-provincia { transition:filter .15s ease, opacity .15s ease; }
.rep-mapa-svg .rep-provincia:hover, .rep-mapa-svg .rep-provincia:focus { filter:brightness(.88); opacity:.97; outline:none; }
.rep-mapa-svg text { pointer-events:none; }
.rep-mapa-svg .rep-pedido-numero { font-family:Arial,sans-serif; font-size:7px; font-weight:800; fill:#176b34 !important; stroke:none !important; pointer-events:none; }
.rep-mapa-svg .rep-pedido-badge { pointer-events:none; }
.rep-mapa-error { display:flex; align-items:center; justify-content:center; height:100%; min-height:300px; padding:20px; text-align:center; color:#666; }
.rep-provincia { cursor:pointer; }
.repobladores-leyenda { display:flex; align-items:center; justify-content:center; gap:6px; margin-top:14px; font-size:13px; }
.repobladores-leyenda i { display:block; width:24px; height:15px; border-radius:3px; }
.rep-mapa-resumen { display:flex; justify-content:center; gap:18px; margin:0 0 16px; flex-wrap:wrap; }
.rep-mapa-resumen > div { min-width:160px; padding:14px 20px; background:#f6f6f6; border-radius:10px; text-align:center; }
.rep-mapa-resumen strong { display:block; font-size:24px; }
.rep-mapa-resumen span { font-size:13px; opacity:.75; }
.rep-mapa-ranking { max-width:600px; margin:24px auto 0; }
.rep-mapa-ranking h3 { text-align:center; margin-bottom:10px; }
.rep-mapa-ranking ol { margin:0; padding-left:28px; }
.rep-mapa-ranking li { display:flex; justify-content:space-between; gap:20px; padding:6px 0; border-bottom:1px solid #eee; }
@media(max-width:700px){
  .repobladores-mapa{margin:20px auto}
  .repobladores-cabecera h2{font-size:25px}
  .repobladores-cabecera p{font-size:16px}
  .repobladores-map{height:430px !important; min-height:0 !important; border-radius:12px}
  .repobladores-leyenda{font-size:11px;gap:4px}
  .repobladores-leyenda i{width:19px;height:12px}
  .rep-mapa-svg .rep-pedido-numero{font-size:6px}
}
