.wc-cat-extra-content {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 4px;
}

.wc-cat-extra-faqs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wc-cat-extra-faqs h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.wc-cat-faq-accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.wc-cat-faq-accordion .faq-item {
    border-bottom: 1px solid #ddd;
}

.wc-cat-faq-accordion .faq-item:last-child {
    border-bottom: none;
}

.wc-cat-faq-accordion .faq-question {
    padding: 15px 20px;
    background: #f9f9f9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.wc-cat-faq-accordion .faq-question h4 {
    margin: 0;
    padding: 0;
    font-size: 1em; /* Adjust as needed to match previous span size */
    font-weight: 600;
}

.wc-cat-faq-accordion .faq-question:hover {
    background: #f1f1f1;
}

.wc-cat-faq-accordion .faq-question.active {
    background: #eee;
}

.wc-cat-faq-accordion .faq-answer {
    padding: 20px;
    background: #fff;
    line-height: 1.6;
}

.wc-cat-faq-accordion .faq-toggle {
    font-size: 1.2em;
    font-weight: bold;
}
