.category-widget-description > .faqwidget-wrap {
    padding: 5rem 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.category-widget-description > .faqwidget-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%);
    background: rgba(255, 81, 0, 0.05);
    z-index: -1;
}

.category-widget-description > .faqwidget-wrap .titolo {
    color: rgba(255, 81, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 60px;
}

.category-widget-description > .faqwidget-wrap .faq-list {
    margin: 0;
}

.category-widget-description > .faqwidget-wrap .faq-list dt {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
}

.category-widget-description > .faqwidget-wrap .faq-list dt a {
    display: block;
    color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-widget-description > .faqwidget-wrap .faq-list dt a i {
    color: #000;
    transition: all 0.3s;
}

.category-widget-description > .faqwidget-wrap .faq-list dt a .faq-arrow {
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    transition: all 0.3s;
    transform: translate(-5px, -5px) rotate(45deg);
}

.category-widget-description > .faqwidget-wrap .faq-list dt a.active i {
    transform: scale(1, -1);
}

.category-widget-description
    > .faqwidget-wrap
    .faq-list
    dt
    a.active
    .faq-arrow {
    transform: translate(-5px, 0) rotate(225deg);
}

.category-widget-description > .faqwidget-wrap .faq-list dd {
    border-bottom: 1px solid #000;
}

.category-widget-description > .faqwidget-wrap .faq-list dd .answer_cont {
    display: none;
    padding-bottom: 30px;
}

.column.main.infinite-scroll {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .category-widget-description > .faqwidget-wrap .titolo {
        margin-bottom: 20px;
    }

    .category-widget-description > .faqwidget-wrap .faq-list dt {
        font-size: 18px;
        line-height: 1.2;
    }

    .category-widget-description > .faqwidget-wrap .faq-list dt a {
        gap: 1rem;
    }

    .category-widget-description > .faqwidget-wrap .faq-list dt a .faq-arrow {
        width: 12px;
        height: 12px;
    }

    .category-widget-description > .faqwidget-wrap .faq-list dd .answer_cont {
        padding-bottom: 16px;
    }
}
