#PayForm field[data-field-type='checkbox']{background:#f8f8fa;border-radius:6px;padding:0;margin:5px 0 15px}#PayForm field[data-field-type='checkbox']>label{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;margin-bottom:0;cursor:pointer}#PayForm field[data-field-type='checkbox']>label:before,#PayForm field[data-field-type='checkbox']>label::before{content:'';display:block;order:2;flex:0 0 auto;width:44px;min-width:44px;max-width:44px;height:24px;margin:0;border:0;border-radius:12px;background:#cfd4da;transition:background-color .2s ease}#PayForm field[data-field-type='checkbox']>label:after,#PayForm field[data-field-type='checkbox']>label::after{content:'';position:absolute;right:37px;top:50%;margin-top:-9px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.3);transition:right .2s ease}#PayForm field[data-field-type='checkbox'] .payform-switch-text{display:flex;flex-direction:column}#PayForm field[data-field-type='checkbox'] .payform-switch-title{color:#212529}#PayForm field[data-field-type='checkbox'] .field-help{color:#81878e;font-size:13px;line-height:1.5;margin-top:3px}#PayForm field[data-field-type='checkbox']>value{display:block;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}#PayForm field[data-field-type='checkbox']:has(input:focus-visible)>label:before{outline:2px solid #7d181b;outline-offset:2px}#PayForm field[data-field-type='checkbox'][data-checked='true']>label:before,#PayForm field[data-field-type='checkbox']:has(input:checked)>label:before,#PayForm field[data-field-type='checkbox'][data-checked='true']>label::before,#PayForm field[data-field-type='checkbox']:has(input:checked)>label::before{background:#7d181b}#PayForm field[data-field-type='checkbox'][data-checked='true']>label:after,#PayForm field[data-field-type='checkbox']:has(input:checked)>label:after,#PayForm field[data-field-type='checkbox'][data-checked='true']>label::after,#PayForm field[data-field-type='checkbox']:has(input:checked)>label::after{right:17px}#PayForm field[data-field-type='checkbox'][data-checked='true'] .field-help,#PayForm field[data-field-type='checkbox']:has(input:checked) .field-help{color:#212529}@media (prefers-reduced-motion:reduce){#PayForm field[data-field-type='checkbox']>label:before,#PayForm field[data-field-type='checkbox']>label:after{transition:none}}