.Checkbox{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid var(--border-default);border-radius:8px;background:var(--bg-green-light)}.Checkbox--container{display:grid;grid-template-columns:auto;grid-template-rows:1fr auto;grid-column-gap:12px;column-gap:12px;grid-row-gap:8px;row-gap:8px;cursor:pointer;align-items:center}.Checkbox--container-with-label{grid-template-columns:auto 1fr}.Checkbox.checked{border-color:var(--border-input-active);background:var(--picker-bg-active)}.Checkbox--expert-theme .checked{border-color:var(--expert-border-input-focus)}.Checkbox:hover{border-color:var(--border-input-active)}.Checkbox--expert-theme .Checkbox:hover{border-color:var(--expert-border-input-hover)}