/**
 * Keep FluentCart's dark checkout CTAs legible when Automatic.css applies its
 * generic text-link hover colour to links without a btn-- class.
 */
.fct-cart-drawer-footer a:not(.view-cart-button):is(:hover, :focus-visible),
.fluent-cart-cart-checkout-page-button:is(:hover, :focus-visible) {
    color: var(--fct-cart-drawer-btn-text-color, var(--fct-btn-text-color, #fff));
}
