/**
 * Formulario contratación simple: errores en rojo fuerte (el tema usa naranjas en .warning-msg / avisos).
 */
#modalError .modal-title,
#modalError #titError {
  color: #9f1239 !important;
}
#modalError #textoError {
  color: #991b1b !important;
  font-weight: 600;
}
.form-input .input-msg:not(.nodisplay),
.form-dropdown .input-msg:not(.nodisplay) {
  color: #b91c1c !important;
  font-weight: 600;
}
#modalCups .input-msg:not(.nodisplay) {
  color: #b91c1c !important;
  font-weight: 600;
}
.list-element-item .info-msg.error {
  color: #b91c1c !important;
  font-weight: 600;
}

/* Borde rojo en el campo cuando el mensaje de error está visible */
.form-input:has(.input-msg:not(.nodisplay)) .input,
.form-dropdown:has(.input-msg:not(.nodisplay)) .dropdown {
  border-color: #b91c1c !important;
}
