.wc-block-checkout__actions_row button.wc-block-components-button {
    pointer-events: none;
    opacity: .5;
}

.wc-block-checkout__actions_row button.wc-block-components-button.active {
    pointer-events: all;
    opacity: 1;
}