/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

section {
    margin-bottom:24px
}

#faq .page-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#faq .cat-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

#faq .page-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

#faq .panel-heading {
    color: #ffffff;
    background-color: var(--site-secondary-color);
}

#faq .panel-heading::before {
    content: "\f059";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 8px;
    align-self: flex-start;
}

#faq .panel-heading.collapsed {
    color: var(--site-text-color);
    background-color: #f8f8f8;
}

#faq .panel-heading.collapsed::before {
    content: "\f29c";
}

#faq .subcats {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 15px;
}

#faq .subcat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 150px;
    padding: 8px;
    margin: 8px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: var(--site-text-color);
    background-color: #f9f9f9;
}

#faq .subcat-item:hover {
    color: var(--site-secondary-text-color);
    background-color: var(--site-secondary-color);
    border-color: var(--site-secondary-color);
}

#faq .subcat-item > *:not(:last-child) {
    margin-bottom: 6px;
}

#faq .cat-title .fa,
#faq .subcat-item .fa {
    font-size: 16px;
}
