/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
/* Contenedor centrado */
/* Centrar botones */
.woocrm-form-switch{
  justify-content:center;
}

/* Estilo base (azul) */
.woocrm-form-switch button{
  background:#192b4c !important;
  color:#fff !important;
  border:0 !important;
  padding:10px 14px !important;
  border-radius:6px !important;
  cursor:pointer !important;
}

/* Hover base */
.woocrm-form-switch button:hover{
  filter:brightness(0.92);
}

/* Activo (rojo) */
.woocrm-form-switch button.is-active{
  background:#ad191b !important;
}
