/* Targeted homepage cleanup for the 2026 IIS handover pass. */
.header .nav {
    display: none !important;
}

.header .he_logo .he_input {
    background-position: right top;
}

.contact-panel {
    min-height: 242px;
    padding: 12px 18px 18px;
    font-size: 14px;
    line-height: 28px;
    overflow: visible;
}

.contact-panel ul {
    top: auto;
    position: static;
}

.contact-panel li {
    line-height: 28px;
    color: rgb(255, 255, 255);
    white-space: normal;
}

.contact-panel li img {
    display: block;
    margin: 12px auto 0;
    max-width: 120px;
    height: auto;
}

.school .sch_l .sc_t .sc_con {
    overflow: visible;
}

.school .sch_l .sc_t:last-child {
    margin-bottom: 0;
}

.school .sch_l .sc_t .sc_tit {
    position: relative;
    overflow: hidden;
}

.school .sch_l .sc_t .sc_tit .daily-menu-title {
    display: block;
    width: 196px;
    margin-left: 16px;
    padding-right: 52px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.school .sch_l .sc_t .sc_tit .daily-menu-title + a {
    position: absolute;
    top: 0;
    right: 12px;
    margin-left: 0;
    line-height: 40px;
}
