/*!
 * 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
 */

.topic-summary {
    -webkit-box-orient: vertical; /* stylelint-disable-line property-no-deprecated */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    max-height: calc(24px * 3);
    white-space: normal;
}

.topic-thumbnail {
    max-height: 80px;
    max-width: 80px;
}

.topics-list > .list-group {
    --bs-list-group-bg: transparent;
}
