/* ========================================
 * FAQ & GLOSSARY LANDING PAGES
 * ======================================== */

/* Fix H1 vs H2 sizing issue */
.faq-sections h1,
.glossary-sections h1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
}

.faq-sections h2,
.glossary-sections h2 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
}

/* Section spacing and alignment */
.faq-section,
.glossary-section {
    margin-bottom: 3rem !important;
    text-align: left !important;
}


.faq-section p,
.glossary-section p {
    margin-bottom: 1.5rem !important;
    color: #666 !important;
    font-size: 1rem !important;
}

/* List styling with bullet points */
.faq-list,
.glossary-list {
    list-style: disc !important;
    padding-left: 2rem !important;
    margin: 0 !important;
}

.faq-list-item,
.glossary-list-item {
    margin-bottom: 0.75rem !important;
    line-height: 1.5 !important;
    list-style: disc !important;
}

/* Eurovac blue links */
.faq-list-item a,
.glossary-list-item a {
    color: #186396 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.faq-list-item a:hover,
.glossary-list-item a:hover {
    color: #0d4a6b !important;
    text-decoration: underline !important;
}
