
.accordion-wrapper {
    margin: 0 auto 0;
}
.category-scroll-wrapper {
    width: min(100%, 760px);
}
.accordion-wrapper h3 {
    margin: 0 0 1em;
}
.loader-wrp img {
    width: min(100%, 50px);
}
.loader-wrp {
    text-align: center;
}
.category-list li a:focus {
    outline: none;
    border: none;
}
.category-scroll-wrapper {
    margin: 0 auto;
}
.category-wrapper, .filter-accordion-wrp {
    margin-top: 64px;
}
.faq-not-found {
    font-family: var(--tertiary-font);
    color: var(--black-color);
}
.category-tab .owl-item.active {
    width: fit-content !important;
}

@media only screen and (max-width:767px) {
    .category-list li a {
    padding: 8px 12px 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: var(--dark-grey);
    white-space: nowrap;
    border-bottom: 2px solid #0000;
    transition: 0.6s;
    font-family: var(--tertiary-font);
}
.category-sec ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--grey-color);
    padding: 0;
}
.category-list li a:hover {
    border-bottom: 2px solid #D1D1DB;
    color: var(--black-color);
}
.category-sec .owl-item.active {
    width: fit-content !important;
}
}