/* ══════════════════════════════════════════════════════════════
   css/linea-invitacion.css
   Sub-fase 5 Ruleta · línea con dto_linea_pct (precio tachado + badge brasa)
   24-abr-2026
   ══════════════════════════════════════════════════════════════ */

.lpre-invitacion {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  line-height: 1.1;
}
.lpre-tachado {
  opacity: 0.45;
  font-size: 0.78rem;
  text-decoration: line-through;
  font-weight: 500;
}
.lpre-final {
  color: #F56820;
  font-weight: 700;
  font-size: 0.92rem;
}

.ltag-invitacion {
  display: inline-block;
  background: rgba(245, 104, 32, 0.12);
  color: #F56820;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 6px;
  margin-top: 2px;
  border: 0.5px solid rgba(245, 104, 32, 0.28);
}

/* Modo oscuro: tokens auto; si hace falta contraste adicional */
body.dark .lpre-tachado { opacity: 0.55; }
