.custom-categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--bbe-20);
    justify-content: center;
}

.custom-categories-list a {
    transition: background-color 300ms ease-in-out;
}

.custom-categories-list a:hover {
    background: #ffe100 !important;
}

.custom-categories-list .category-tab-active {
    background: #ffe100 !important;
}
