.shopone-ss-checkout-opt-in,
.woocommerce form .form-row.shopone-ss-checkout-opt-in,
p.form-row.shopone-ss-checkout-opt-in,
.wc-block-checkout .shopone-ss-checkout-opt-in,
.wp-block-woocommerce-checkout .shopone-ss-checkout-opt-in {
    margin: 20px 0;
    padding: 15px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fafafa;
    width: 100%;
    max-width: 100%;
    float: none;
    box-sizing: border-box;
    position: relative;
}

.shopone-ss-checkout-opt-in--has-more,
.woocommerce form .form-row.shopone-ss-checkout-opt-in--has-more {
    padding-right: 44px;
}

.shopone-ss-checkout-opt-in__row,
.woocommerce form .form-row.shopone-ss-checkout-opt-in label.shopone-ss-checkout-opt-in__row,
.woocommerce-checkout .shopone-ss-checkout-opt-in label.shopone-ss-checkout-opt-in__row,
.wc-block-checkout .shopone-ss-checkout-opt-in__row,
.wp-block-woocommerce-checkout .shopone-ss-checkout-opt-in__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 100%;
    float: none !important;
    font-weight: inherit;
    line-height: 1.4;
    cursor: pointer;
}

.shopone-ss-checkout-opt-in__switch,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__switch {
    display: block !important;
    position: relative;
    flex: 0 0 40px;
    width: 40px !important;
    min-width: 40px;
    max-width: 40px;
    height: 22px;
    margin: calc((var(--ss-co-label-size, 14px) * 1.4 - 22px) / 2) 0 0 0 !important;
    padding: 0 !important;
    float: none !important;
}

.shopone-ss-checkout-opt-in__switch input[type="checkbox"],
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__switch input[type="checkbox"] {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    float: none !important;
}

.shopone-ss-checkout-opt-in__switch-ui {
    display: block;
    position: relative;
    width: 40px;
    height: 22px;
    border-radius: 999px;
    background: #d1d5db;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    pointer-events: none;
    transition: background 0.18s ease;
}

.shopone-ss-checkout-opt-in__switch-ui::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    transition: transform 0.18s ease;
}

.shopone-ss-checkout-opt-in__switch input:checked + .shopone-ss-checkout-opt-in__switch-ui {
    background: #111111;
}

.shopone-ss-checkout-opt-in__switch input:checked + .shopone-ss-checkout-opt-in__switch-ui::after {
    transform: translateX(18px);
}

.shopone-ss-checkout-opt-in__switch input:focus-visible + .shopone-ss-checkout-opt-in__switch-ui {
    outline: 2px solid #111111;
    outline-offset: 2px;
}

.shopone-ss-checkout-opt-in__switch input:disabled + .shopone-ss-checkout-opt-in__switch-ui {
    opacity: 0.5;
}

.shopone-ss-checkout-opt-in__copy,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__copy {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.shopone-ss-checkout-opt-in__label,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__label {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
    font-family: var(--ss-co-label-font, Tahoma, sans-serif);
    font-size: var(--ss-co-label-size, 14px);
    color: var(--ss-co-label-color, #111111);
    font-weight: var(--ss-co-label-weight, 500);
    line-height: 1.4;
}

.shopone-ss-checkout-opt-in__hint,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__hint {
    display: block !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    font-family: var(--ss-co-hint-font, Tahoma, sans-serif);
    font-size: var(--ss-co-hint-size, 13px);
    color: var(--ss-co-hint-color, #4b5563);
    font-weight: var(--ss-co-hint-weight, 400);
    line-height: 1.4;
}

.shopone-ss-checkout-opt-in__more,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__more {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    z-index: 3;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 16px !important;
    height: 16px !important;
    border: 0;
    background: none;
    color: #111111;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 0;
}

.shopone-ss-checkout-opt-in__more-icon,
.woocommerce form .form-row.shopone-ss-checkout-opt-in .shopone-ss-checkout-opt-in__more-icon {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #111111 !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjEgMTN2NmEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJoNiIvPjxwYXRoIGQ9Im0yMSAzLTkgOSIvPjxwYXRoIGQ9Ik0xNSAzaDZ2NiIvPjwvc3ZnPg==") center / contain no-repeat !important;
    mask: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjEgMTN2NmEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY1YTIgMiAwIDAgMSAyLTJoNiIvPjxwYXRoIGQ9Im0yMSAzLTkgOSIvPjxwYXRoIGQ9Ik0xNSAzaDZ2NiIvPjwvc3ZnPg==") center / contain no-repeat !important;
}

.wc-block-checkout .shopone-ss-checkout-opt-in,
.wp-block-woocommerce-checkout .shopone-ss-checkout-opt-in {
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .shopone-ss-checkout-opt-in__switch-ui,
    .shopone-ss-checkout-opt-in__switch-ui::after {
        transition: none;
    }
}
