/* Fix: stripe_data_consent checkbox rendered with Bootstrap form-control (pill border).
   Restores native checkbox appearance regardless of template cache state. */
.checkout-standard li.stripe_data_consent input[type="checkbox"].form-control {
    display: inline-block !important;
    width: 1rem !important;
    height: 1rem !important;
    padding: 0 !important;
    border-radius: 0.25em !important;
    vertical-align: middle;
    cursor: pointer;
}
