/*!
 * NC4 Framework (https://github.com/NC-4/Nc4)
 *
 * Copyright (c) NC4 Project.
 * All rights reserved.
 *
 * Licensed under the NC4 Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/NC-4/Nc4/blob/main/LICENSE.txt
 */

.faq-questions-index > article:last-child {
    border-bottom: 0 !important; /* csslint allow: important */
    margin-bottom: 0 !important; /* csslint allow: important */
}

.faqs-dropdown-menu .text-ellipsis {
    max-width: 320px;
}

.faq-question-title {
    font-size: 1em;
    margin-top: 4px;
    overflow-wrap: break-word;
    /*word-break : break-word;*/
}
h1.faq-question-title .small {
    font-size: 0.6em;
}
h1.faq-question-title .small .badge {
    margin-top: 8px;
    vertical-align: top;
}

.faqs-category {
    margin-bottom: 4px;
    margin-top: 4px;
}

.faq-question-reaction {
    margin-bottom: 8px;
    margin-top: 20px;
}

.faq-question-reaction .d-inline-block {
    margin-right: 8px;
}
