.wc-custom-faq {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.wc-custom-faq h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.wc-custom-faq .faq-item {
    margin-bottom: 15px;
}

.wc-custom-faq .faq-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.wc-custom-faq .faq-item p {
    font-size: 16px;
    color: #555;
}