.faq-search-status {
    display: none;
    margin: 16px auto 0;
    max-width: 760px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.faq-search-status.is-visible {
    display: block;
}

.faq-search-status.is-empty {
    color: #b42318;
}

.cfaq-list .ud-tab h3.faq-search-match {
    border-color: #2f6fdf;
    background: #eef5ff;
    color: #0b3d91;
}

.cfaq-list .ud-tab h3.faq-search-current {
    border-color: #0b3d91;
    background: #0b3d91;
    color: #fff;
    box-shadow: 0 8px 20px rgba(11, 61, 145, .18);
}

.cfaq-list .ud-tab h3.faq-search-current i {
    color: inherit;
}

.cfaq-list mark.faq-search-highlight {
    padding: 0 2px;
    border-radius: 2px;
    background: #ffe36e;
    color: #1f2937;
    font-weight: 700;
}

.cfaq-list [data-faq-search-hidden="true"] {
    display: none !important;
}

@media all and (max-width: 981px) {
    .faq-search-status {
        margin-top: .28rem;
        padding: 0 .36rem;
        font-size: .34rem;
    }
}
