/* ==========================================
   FUNDING FAQ PAGE
   Page-specific layout and navigation styles.
   ========================================== */

.right h1 {
    font-size: 65px;
    text-align: right;
}

.faq-sidebar {
    width: 300px;
    background-color: #f5f7fa;
    border-radius: 9px;
    padding: 60px 43px 50px;
    margin-top: 0;
}

.faq-sidebar h3 {
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}

.faq-category-link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-left: 22px;
    margin-top: 10px;
}

.faq-category-link img {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.faq-category-link p {
    font-size: 18px;
}

.faq-sidebar a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.faq-sidebar a:hover {
    color: #6ab235;
    font-weight: 700;
    -webkit-text-stroke: 0.04px;
    text-decoration: none;
}

/* Align the later FAQ groups with the General column. */
.faq-content-aligned {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 490px;
    padding-right: 0;
}

@media (max-width: 1200px) {
    .faq-content-aligned {
        max-width: 740px;
        padding: 0 20px;
    }
}

.faq-feat-bar h3 {
    color: #6ab235;
    font-size: 22px;
    text-decoration: none;
}

.faq-feat-bar h3:hover {
    text-decoration: underline;
    color: #000000;
}
