/* static/css/pages/faq.css */

.page-subtitle {
    text-align: center;
    max-width: 700px;
    margin: -10px auto 40px auto;
    font-size: 1.1em;
    color: var(--text-color);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Styles for the content inside the accordion */
.faq-container .accordion__content-inner p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.faq-container .accordion__content-inner p:last-child {
    margin-bottom: 0;
}
