.sc-category-wall {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
}

.sc-category-wall::-webkit-scrollbar {
    height: 6px;
}

.sc-category-wall::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 20px;
}

.sc-category-wall > .sc-module-header {
    flex: 0 0 100%;
    max-width: 100%;
}

.sc-category-wall-item {
    flex: 0 0 220px;
    max-width: 220px;
}

.sc-category-wall-item .content-block,
.sc-category-wall-item > a.content-block {
    height: 100%;
    min-height: 100%;
}

@media (max-width: 767.98px) {
    .sc-category-wall {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sc-category-wall > .sc-module-header {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 8px;
    }

    .sc-category-wall-item {
        flex: 0 0 260px;
        max-width: 260px;
        padding-left: 0;
        padding-right: 0;
    }
}