.yes-no-switch{background:#fff;border-radius:6px;align-items:stretch;gap:3px;width:100px;min-width:84px;height:25px;display:inline-flex;overflow:hidden}.yes-no-switch input[type=radio]{display:none}.yes-no-switch__label{cursor:pointer;-webkit-user-select:none;user-select:none;color:#374151;background:#e5e7eb;border-radius:6px;width:50%;margin:0;transition:background-color .25s,color .25s}.yes-no-switch__label span{justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:600;line-height:1;display:flex}.yes-no-switch input[type=radio]:checked+.yes-no-switch__label{color:#fff;background:#22c55e}.yes-no-switch input[type=radio]:checked+.yes-no-switch__label span{font-weight:700}.yes-no-switch.is-disabled{opacity:.6}.yes-no-switch.is-disabled .yes-no-switch__label{cursor:not-allowed}
