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

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

.blogs-index .blogs-title {
    font-size: 1.25em;
    margin-top: 4px;
}

.blogs-entry-info {
    margin-bottom: 4px;
    margin-top: 8px;
}

.blogs-entry-reaction {
    margin-bottom: 8px;
    margin-top: 20px;
}
.blogs-entry-reaction .d-inline-block {
    margin-right: 8px;
}

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