/* ---------- Painel de Insights — ajustes visuais ---------- */
#bi-rn-checkin-mapa-lado .insight-item {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:6px 10px;                 /* mais compacto */
    border-bottom:1px solid #e5e8ec;
    font-size:0.85rem;
  }
  #bi-rn-checkin-mapa-lado .insight-item:last-child{
    border-bottom:none;
  }
  #bi-rn-checkin-mapa-lado .insight-header{
    background:#f5f7fa;               /* separa “Top 5…” */
    font-weight:600;
  }
  #bi-rn-checkin-mapa-lado .insight-label{
    flex:1;                           /* gruda à esquerda */
    color:#374151;
  }
  #bi-rn-checkin-mapa-lado .insight-value{
    min-width:90px;                   /* reserva espaço p/ valores largos */
    text-align:right;
    font-weight:600;
    color:#1f2d3d;
  }
  