/**
 * edumap Framework (https://github.com/edumap-jp)
 * © edumap Project.
 *
 * Licensed under The FreeBSD License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @author  　　一般社団法人 教育のための科学研究所 <https://www.s4e.jp/>
 * @copyright  edumap Project
 * @since      4.0.0
 * @license    https://opensource.org/licenses/BSD-2-Clause FreeBSD License
 */

.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;
}
