.woocommerce-form {
    --validation-error-msg-color: #E30613;
}

.woocommerce-form.sending * {
    cursor: wait;
}

.woocommerce-form.sending button[type="submit"] {
    pointer-events: none !important;
    opacity: .5;
}

.woocommerce-form .validation_error_msg {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: var(--validation-error-msg-color);
}