/* ================================================================
   CORE — Inventario y Ventas
   Layout estructural → Utilidades Style (.layout-pagina, .panel-inferior, .panel-subida)
   Aquí solo van estilos específicos de esta página
   ================================================================ */

/* ── PANEL PAGO MIXTO ── */
#panel-pago-mixto {
  background: #1a1a2e !important;
  border: 1px solid #2a2a4a !important;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
}

#panel-pago-mixto select {
  background: #0d0d0d !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid #2a2a4a !important;
}

#panel-pago-mixto select option {
  background: #0d0d0d;
  color: rgba(255, 255, 255, 0.7);
}

#panel-pago-mixto input[type="text"] {
  background: #0d0d0d !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid #2a2a4a !important;
}

#mixto-resumen {
  color: rgba(255, 255, 255, 0.7) !important;
}
