.ticketyboo-filter {
    margin: 0;
}

.category-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.category-filter a {
    display: inline-block;
    padding: 6px 24px 3px 24px; 
    border-radius: 20px; 
    background: #ffe1d9; 
    color: var(--h4_typography-color); 
    font-family: var(--h4_typography-font-family)!important;
    transition: all 0.3s ease;
}

.category-filter a:hover,
.category-filter a.active {
    background: #201a56;
    color: #f7aa1a;
}
