
/* BIGSYS_VISUAL_V39_FINAL_BOTTOM_BORDER_START
   Solo visual:
   - Refuerza borde inferior cuando la linea tiene check final.
   - No toca proveedor, totales, dropdown, IA, datos ni endpoints.
*/

.invoice-line-card.line-local-confirmed{
  position:relative !important;
  border-bottom-color:rgba(74,222,128,.92) !important;
}

.invoice-line-card.line-local-confirmed::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:0;
  height:2px;
  border-radius:999px;
  pointer-events:none;
  z-index:4;
  background:
    linear-gradient(
      90deg,
      rgba(74,222,128,.10),
      rgba(74,222,128,.92),
      rgba(74,222,128,.10)
    ) !important;
  box-shadow:0 0 8px rgba(74,222,128,.18) !important;
}

/* BIGSYS_VISUAL_V39_FINAL_BOTTOM_BORDER_END */
