.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 auto 2rem;max-width:1100px;padding:0 1.5rem;justify-content:center}.category-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border-color,#e5e7eb);border-radius:999px;background-color:var(--primary-background,#ffffff);color:var(--primary-text,#1f2937);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.category-tab:hover{border-color:#F26F21;color:#F26F21}.category-tab.active{background-color:#F26F21;border-color:#F26F21;color:#ffffff}.category-tab.active:hover{color:#ffffff}.category-tab-count{display:inline-block;min-width:1.5rem;padding:.05rem .4rem;border-radius:999px;background-color:rgba(0,0,0,.08);font-size:.75rem;text-align:center}.category-tab.active .category-tab-count{background-color:rgba(255,255,255,.25)}