.category-switcher-wrapper{margin:1.5rem 0}.category-switcher-wrapper .category-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#333}.category-switcher-wrapper .category-switcher{display:flex;flex-wrap:wrap;gap:.75rem}.category-switcher-wrapper .category-button{position:relative;background:#fff;border:1.5px solid #ddd;border-radius:10px;padding:.75rem 1rem;min-width:150px;min-height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-family:inherit;text-align:center}.category-switcher-wrapper .category-button .category-name{font-weight:600;font-size:.95rem;color:#222}.category-switcher-wrapper .category-button:hover{border-color:var(--cu-light-blue);color:var(--cu-light-blue);box-shadow:0 3px 8px rgba(0,0,0,.06)}.category-switcher-wrapper .category-button.active{border-color:var(--cu-light-blue);background:#f3f4ff}.category-switcher-wrapper .category-button.active .category-name{color:var(--cu-light-blue)}.category-switcher-wrapper .category-button.active:after{content:"✔";position:absolute;top:-1px;left:-1px;width:26px;height:26px;background-color:var(--cu-light-blue);border-radius:0 0 100% 0;color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.category-switcher-wrapper .category-button:disabled{opacity:.6;cursor:not-allowed}.category-switcher-wrapper .category-button .active-indicator{display:none}