.category-btns {font-family: "Sora";display: flex;flex-direction: row;justify-content: center;align-items: center;gap: 1.25rem;margin-bottom: 2.5rem; } .category-btns .category-btn-container {display: flex;flex-direction: row;justify-content: center;align-items: center;align-self: stretch;background-color: transparent;padding: 0.625rem 0.9375rem;border-radius: 2.5rem;border: 0.125rem solid transparent; } .category-btns .switch-category-btn {text-align: center;text-decoration: none;color: var(--white);font-size: 1.5rem;font-weight: 600; } .category-btns .category-btn-container:has(.switch-category-btn.active), .category-btns .category-btn-container:hover {border-color: var(--white); } 