.wrap-custom-categories-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0 10px;
}

.wrap-custom-categories-list .custom-category-item {
    border: 1px solid #ffffff;
    background-color: #f2f3f5;
    margin-bottom: 5px;
}

.wrap-custom-categories-list .custom-category-item.category-active {
    background-color: #00a2ff;
}
.wrap-custom-categories-list .custom-category-item.category-active a {
    color: #fff;
}

.wrap-custom-categories-list .custom-category-item a {
    padding: 6px 18px 6px;
    color: #545568;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}