/* ========================================================
   MOD FAQ - General Styles
======================================================== */
.faq-section {
    text-align: left;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.faq-section:last-of-type {
    margin-bottom: 30px;
}

.faq-section h3 {
    color: #3b3b3b;
    border-bottom: 2px solid #f8d7da;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.faq-section h3 .faq-q {
    font-size: 1.1em;
    margin-right: 8px;
    font-weight: bold;
}

.faq-section p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

.faq-section p:last-child {
    margin-bottom: 0;
}

.faq-section .faq-a {
    color: #007bff;
    font-size: 1.1em;
    margin-right: 8px;
    font-weight: bold;
}

.faq-section ul {
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
    padding-left: 20px;
}
