@layer components{.checkbox-option{display:flex;align-items:center;gap:.5rem;flex-basis:calc(50% - .25rem);min-width:300px}.checkbox-root{box-sizing:border-box;width:24px;height:24px;border-radius:4px;border:1px solid #7583a0;padding:0;display:flex;align-items:center;justify-content:center;background-color:#fff}.checkbox-root-checked{background-color:#4f43ba}.checkbox-root:hover{background-color:#c5c2f5}.checkbox-indicator svg{color:#fff;width:12px;height:12px}.checkbox-label{font-weight:500;text-align:left;white-space:nowrap}}