/* Base: keep text white by default */
.xoo-wsc-modal .xoo-wsc-ft-btn-checkout {
  color: #fff;
}
/* Make sure the currency symbol inherits the text color */
.xoo-wsc-modal .xoo-wsc-ft-btn-checkout .woocommerce-Price-currencySymbol {
  color: inherit;
}
/* Hover: switch everything to black */
.xoo-wsc-modal .xoo-wsc-ft-btn-checkout:hover {
  color: #000;
}
/* If the symbol has a stronger rule elsewhere, force it on hover */
.xoo-wsc-modal .xoo-wsc-ft-btn-checkout:hover .woocommerce-Price-currencySymbol {
  color: #000 !important;
}
