/*!
 * edumap Framework (https://github.com/edumap-jp)
 *
 * Copyright (c) edumap Project.
 * All rights reserved.
 *
 * Licensed under the edumap 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/edumap-jp/Nc4EdumapApp/blob/main/LICENSE.txt
 */

.school-information-footer-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.school-information-footer {
    display: flex;
}

.school-information-footer-school-badge {
    margin-right: 10px;
}

.school-information-footer-school-name {
    font-size: 1.2em;
}

.school-information-footer-sub-items {
    font-size: small;
}

.school-information-footer .school-information-label::after {
    content: ":";
}

.school-information-footer-sub-items .school-information-record-item {
    margin-right: 5px;
}
