/* ScoreBars — barras por criterio (Dir 2): título arriba, número FUERA (Space Grotesk), barra fina con gradiente. */
.scores-product-lcs .item-scores-lcs{padding:2px 4px;}
.scores-product-lcs .item-scores-lcs-title{
  font-family:var(--esb-body); font-weight:600; font-size:.74rem; letter-spacing:.05em;
  text-transform:uppercase; color:var(--esb-muted);
}
.scores-product-lcs .item-scores-lcs-val{
  font-family:var(--esb-display); font-weight:700; font-size:1.55rem; line-height:1.1;
  color:var(--esb-ink); font-variant-numeric:tabular-nums; margin:3px 0 9px;
}
.scores-product-lcs .item-scores-lcs-score-wrap{
  background:var(--esb-track); border-radius:999px; height:6px; width:100%; overflow:hidden;
}
.scores-product-lcs .item-scores-lcs-score{height:100%; border-radius:999px; background:var(--esb-grad);}
@media (max-width:782px){
  .scores-product-lcs .item-scores-lcs{margin-bottom:18px;}
}
