/* Styles for the FAQ section */
.smartfaq-faq-section {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.smartfaq-faq-section details {
    margin-bottom: 10px;
}

.smartfaq-faq-section summary {
    font-weight: bold;
    cursor: pointer;
}

.smartfaq-faq-section p {
    margin: 5px 0;
}