.category-filter-bar {
    display: flex;
    gap: 8px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 0 10px;
    scrollbar-width: thin;
}

.category-filter {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d8cec4;
    border-radius: 999px;
    background: #fff;
    color: #5d5148;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
}

.category-filter[aria-pressed="true"] {
    border-color: #9a5645;
    background: #9a5645;
    color: #fff;
    box-shadow: 0 4px 12px rgba(154, 86, 69, 0.18);
}

[data-category-section][hidden] {
    display: none !important;
}
