/* ============================================================
   Content FAQ Section
   ============================================================ */

.huc-content-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.huc-content-faq-item__q {
    margin-bottom: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--huc-darkGray-clr);
}

.huc-content-faq-item__a {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--huc-gray-clr);
}

.huc-content-faq-item__label {
    color: var(--huc-orange-clr);
    font-weight: 700;
}
