.shared-category-picker__label{display:block;margin-bottom:8px;color:#344054;font-size:11px;font-weight:800}
.shared-category-picker{position:relative;display:grid;gap:8px}
.shared-category-picker .technician-category-toggle{display:flex;align-items:center;justify-content:space-between;min-height:48px;width:100%;padding:10px 13px;border:1px solid #dfe4ec;border-radius:12px;background:#fff;color:#344054;font:inherit;font-size:11px;font-weight:800;text-align:right;cursor:pointer}
.shared-category-picker .technician-category-toggle:hover,.shared-category-picker.is-open .technician-category-toggle{border-color:#84adff;box-shadow:0 0 0 3px #155eef12}
.shared-category-picker .technician-category-toggle .material-symbols-rounded{color:#667085;font-size:20px}
.shared-category-picker .technician-category-selected{display:flex;flex-wrap:wrap;gap:6px}
.shared-category-picker .technician-category-selected:empty{display:none}
.shared-category-picker .technician-category-tag{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#eff4ff;color:#155eef;font-size:10px;font-weight:800}
.shared-category-picker .technician-category-tag button{display:grid;width:16px;height:16px;place-items:center;padding:0;border:0;border-radius:50%;background:#d9e6ff;color:#155eef;font-size:13px;line-height:1;cursor:pointer}
.shared-category-picker .technician-category-menu{position:absolute;z-index:30;top:calc(100% + 5px);right:0;width:100%;padding:8px;border:1px solid #dfe4ec;border-radius:14px;background:#fff;box-shadow:0 18px 40px #1018281f}
.shared-category-picker .technician-category-menu[hidden]{display:none}
.shared-category-picker .technician-category-search{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:9px;color:#667085}
.shared-category-picker .technician-category-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:11px}
.shared-category-picker .technician-category-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:230px;margin-top:8px;overflow-y:auto}
.shared-category-picker[data-category-columns="1"] .technician-category-options{grid-template-columns:1fr}
.shared-category-picker[data-category-columns="1"] .technician-category-options label{font-size:11px;font-weight:900}
.shared-category-picker .technician-category-options label{display:flex;align-items:center;gap:7px;min-width:0;padding:8px;border:1px solid #edf0f4;border-radius:9px;background:#fff;color:#475467;font-size:10px;cursor:pointer}
.shared-category-picker .technician-category-options label:hover,.shared-category-picker .technician-category-options label:has(input:checked){border-color:#84adff;background:#eff4ff;color:#155eef}
.shared-category-picker .technician-category-options label[hidden]{display:none}
.shared-category-picker .technician-category-options label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.shared-category-picker .technician-category-options input{width:15px;height:15px;flex:none;accent-color:#155eef}
.shared-category-picker .technician-category-empty{margin:10px 3px 3px;color:#98a2b3;font-size:10px;text-align:center}
@media(max-width:600px){.shared-category-picker .technician-category-options{grid-template-columns:1fr}}
