/* Kept on a separate asset path to bypass immutable CDN copies after a
   checkout control fix. Use the browser-native checked indicator. */
.store-checkout .tos-check {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    accent-color: var(--brand);
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    cursor: pointer;
}
