/* Bouton Punchout Vurbis : état désactivé (pays non choisi) — surcharge les styles injectés par vurbis_punchout */
#punchout-btn:disabled,
#punchout-btn.disabled {
  background: #b0bec5 !important;
  color: #eceff1 !important;
  cursor: not-allowed !important;
  opacity: 0.92;
  box-shadow: none;
}

#punchout-btn:disabled:hover,
#punchout-btn.disabled:hover {
  background: #b0bec5 !important;
  color: #eceff1 !important;
}
