/* Gift Card Buy It Now
   Keeps the direct-purchase button accessible while preserving theme button styling. */

.sv-gc-buy-now__button:focus,
.sv-gc-buy-now__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
