.category-selector{display:flex;flex-wrap:wrap;gap:8px}.category-selector button{background-color:#eeeef0;border-color:#eeeef0;border-radius:8px;color:#080d27;font-weight:600;margin-right:4px;min-height:40px;padding:8px 16px 8px 12px}@media(max-width:767.98px){.category-selector button{flex-grow:1;margin-right:0}}.category-selector button.active{background-color:#ff003f;color:#fff}.category-selector button:focus:not(:disabled):not(.disabled),.category-selector button:hover:not(:disabled):not(.disabled){background-color:var(--secondary-btn-bg-hover-color);border-color:var(--secondary-btn-border-hover-color);color:var(--secondary-btn-text-hover-color)}