.bubble-wrapper.columns {
    margin: 12px auto 24px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
}
.bubble-category-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bubble-category-list::-webkit-scrollbar {
    display: none;
}
.bubble-category-widget {
    position: relative;
}

.bubble-category-list:not(.glider) {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.bubble-category-list:not(.glider) .bubble-category-item p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.bubble-category-item, .bubble-category-item.glider-slide {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #222222;
    align-content: normal !important;
}

.bubble-category-list .glider .glider-track {
    width: 100% !important;
}

.glider-prev, .glider-next {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.hide-all .glider-nav {
    display: none;
}
.hide-all .list-wrapper {
    padding: 0;
}
.glider-nav svg {
    margin: auto;
}

.glider-prev { left: 0; }
.glider-next { right: 0; }

.bubble-category-widget .glider-prev.disabled,
.bubble-category-widget .glider-next.disabled {
    opacity: 1;
}
@media (min-width: 768px) {
    .hide-all .item-wrapper {
        margin: 0;
    }
    .hide-md .glider-nav {
        display: none;
    }
    .hide-md .list-wrapper {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .bubble-category-widget .glider-nav {
        display: none;
    }

    .bubble-wrapper.columns {
        margin: 12px auto;
        padding:0;
    }
}
