#category-section{margin-bottom:24px;flex-direction:column}#category-title{font-size:2.4rem;font-weight:700;margin-bottom:12px;color:#222;border-bottom:2px solid #ccc;padding-bottom:6px}#category-items{display:flex;flex-wrap:wrap;gap:10px}#category-items a{text-decoration:none;color:#333;background-color:#fff;padding:10px 16px;border-radius:6px;transition:all .2s ease-in-out;border:1px solid #e0e0e0;font-size:.95rem;white-space:nowrap}#category-items a:hover{background-color:#eee;color:#000}#category-items a.active{background-color:#007bff;color:#fff;font-weight:700;border-color:#007bff}@media (max-width:600px){#category-items{flex-direction:column}#category-items a{width:100%;text-align:center}}