/* FAQs Page Styles */

/* FAQ Item Container */
.faq {
    margin-bottom: 2rem;
}

/* Questions - less heavy */
.faq h3 {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 0.75rem;
}

/* Answers - larger and more spaced */
.faq p {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 0;
}