/* Custom Checkout Styling */
.custom-checkout-wrapper {
  font-family: inherit;
}
#wish-instructions-box {
  transition: all 0.3s ease-in-out;
}
input[type="radio"]:checked {
  accent-color: #059669;
}