/* 幼儿园年度榜单共用样式（与 kindergarten_rank.php 一致） */
.mainContent { padding-top: 130px; }

.rankForm {
    position: fixed;
    top: 60px;
    height: 40px;
    left: 0;
    background-color: #F4F7FB;
    width: 100%;
    padding: 0 7.5%;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 10;
}
.rankBtn {
    color: #4F4F4F;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}
.rankBtn.rankBtnSelect { color: #FF4D4F; border-bottom: 2px solid #FF4D4F; }

.tableWrapper { width: 90%; max-width: 1200px; margin: 0 auto 40px; }
.kindergarten-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.kindergarten-table thead th {
    background: #f8f9fc;
    font-weight: bold;
    padding: 10px 5px;
    border-bottom: 2px solid #ddd;
    font-size: 15px;
    line-height: 1.2;
    color: #333;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    box-sizing: border-box;
    min-height: calc(1.2em * 2 + 20px);
}
/* 表头不受 rank-num / rating-total 数据列样式影响 */
.kindergarten-table thead th.rank-num,
.kindergarten-table thead th.rating-total,
.kindergarten-table thead th.national-rank-header,
.kindergarten-table thead th.city-rank-header,
.kindergarten-table thead th.school-info,
.kindergarten-table thead th.count-col {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}
.kindergarten-table td { padding: 8px 5px; border-bottom: 1px solid #eee; vertical-align: middle; }
.rank-num { text-align: center; width: 10%; }
.kindergarten-table tbody .rank-num { font-size: 28px; font-weight: 700; }
.school-info { width: 58%; }
.school-title { font-size: 18px; margin: 0 0 5px; }
.rating-total { width: 15%; text-align: center; }
.kindergarten-table tbody .rating-total { font-weight: bold; color: #FF4D4F; font-size: 18px; }

#bannerImg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .mainContent { padding-top: 135px; }
    .rankForm { top: 70px; height: 30px; font-size: 16px; padding: 0 2%; justify-content: space-around; }
    .rankBtn { font-size: 16px; }
    .kindergarten-table thead th,
    .kindergarten-table thead th.rank-num,
    .kindergarten-table thead th.rating-total,
    .kindergarten-table thead th.national-rank-header,
    .kindergarten-table thead th.city-rank-header,
    .kindergarten-table thead th.school-info,
    .kindergarten-table thead th.count-col {
        font-size: 11px;
        line-height: 1.15;
        padding: 6px 2px;
        min-height: calc(1.15em * 2 + 12px);
    }
    .kindergarten-table tbody .rank-num { font-size: 20px; width: 15%; }
    .school-title { font-size: 15px; }
    .kindergarten-table tbody .rating-total { font-size: 14px; width: 18%; }
    .tableWrapper { width: 100%; }
    .lang-en .kindergarten-table.competitiveness-table thead th.national-rank-header,
    .lang-en .kindergarten-table.competitiveness-table thead th.city-rank-header {
        width: 13% !important;
    }
    .lang-en .kindergarten-table.competitiveness-table.comp-national-view thead th.national-rank-header { width: 16% !important; }
    .lang-en .kindergarten-table.competitiveness-table.comp-national-view .school-info { width: 62% !important; }
}
