﻿.faq-most-searched {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
    .faq-most-searched h6 {
        color: var(--base-white, #FFF) !important;
        font-family: Asap Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }
    .faq-most-searched a {
        color: var(--base-white, #FFF) !important;
        font-family: Asap Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 100% */
        text-decoration-line: underline;
    }
