
.eh-school { font-family:inherit; }
.eh-school__hero h2 { margin:0 0 .25rem; }
.eh-school__hero p { margin:0; color:#666; max-width:850px; }

.eh-school__notices { display:grid; gap:.7rem; margin:1rem 0; }
.eh-school-notice {
    border:1px solid #ddd; border-left-width:5px; border-radius:6px;
    padding:.9rem 1rem;
}
.eh-school-notice.is-info { border-left-color:#666; }
.eh-school-notice.is-warning { border-left-color:#d69a00; background:#fffaf0; }
.eh-school-notice.is-major { border-left-color:#b42318; background:#fff2f0; }
.eh-school-notice__type {
    font-size:.72rem; font-weight:800; text-transform:uppercase; color:#666;
}
.eh-school-notice h3 { margin:.2rem 0 .35rem; }

.eh-school__important {
    border:1px solid #ddd; border-left:5px solid #d69a00;
    border-radius:6px; padding:.85rem 1rem; margin:1rem 0;
}
.eh-school__important strong, .eh-school__important span { display:block; }
.eh-school__important span { margin-top:.2rem; }

.eh-school__status {
    display:grid; grid-template-columns:repeat(3,minmax(0,1fr));
    gap:.7rem; margin:1rem 0 1.3rem;
}
.eh-school__status article {
    border:1px solid #ddd; border-radius:6px; padding:.9rem;
}
.eh-school__status span,
.eh-school__status strong,
.eh-school__status small { display:block; }
.eh-school__status span { color:#666; font-size:.8rem; }
.eh-school__status strong { font-size:1.08rem; margin:.15rem 0; }
.eh-school__status small { color:#666; }

.eh-school__section {
    border-top:1px solid #ddd; margin-top:1.2rem; padding-top:1.05rem;
}
.eh-school__section-head h3 { margin:0 0 .2rem; }
.eh-school__section-head p { margin:.1rem 0 .8rem; color:#666; }

.eh-school__primary {
    border:1px solid #ddd; border-radius:6px; padding:.9rem;
}
.eh-school__times {
    display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:.6rem;
}
.eh-school__times div {
    border:1px solid #eee; border-radius:5px; padding:.7rem;
}
.eh-school__times span,
.eh-school__times strong { display:block; }
.eh-school__times span { color:#666; font-size:.78rem; }
.eh-school__times strong { margin-top:.15rem; }

.eh-school__links {
    display:flex; flex-wrap:wrap; gap:.45rem .9rem; margin-top:.7rem;
}
.eh-school__links a { font-weight:700; text-decoration:none !important; }

.eh-school__calendar {
    border:1px solid #ddd; border-radius:6px; margin:.65rem 0; overflow:hidden;
}
.eh-school__calendar summary {
    cursor:pointer; font-weight:800; padding:.8rem .9rem;
}
.eh-school__calendar-table { border-top:1px solid #eee; }
.eh-school__calendar-row {
    display:grid; grid-template-columns:1fr 1.4fr; gap:1rem;
    padding:.65rem .9rem; border-top:1px solid #eee;
}
.eh-school__calendar-row:first-child { border-top:0; }
.eh-school__calendar-row.is-holiday { background:#fafafa; }
.eh-school__calendar-row.is-bank { background:#fffaf0; }

.eh-school__button {
    display:inline-block; background:#111 !important; color:#fff !important;
    -webkit-text-fill-color:#fff !important; text-decoration:none !important;
    font-weight:700; padding:.65rem .9rem; border-radius:5px;
}

.eh-school__schools,
.eh-school__admissions {
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem;
}
.eh-school__schools article,
.eh-school__admissions article {
    border:1px solid #ddd; border-radius:6px; padding:.9rem;
}
.eh-school__schools h4 { margin:0 0 .35rem; }
.eh-school__schools p { margin:.3rem 0; }

.eh-school__admissions span,
.eh-school__admissions strong { display:block; }
.eh-school__admissions span { color:#666; font-size:.8rem; }
.eh-school__admissions strong { margin:.15rem 0 .4rem; }
.eh-school__admissions p { margin:.35rem 0 .55rem; }
.eh-school__admissions a { font-weight:700; text-decoration:none !important; }

.eh-school__contact { margin:.8rem 0 0; }

.eh-school__services {
    display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.7rem;
}
.eh-school__services a {
    display:block; border:1px solid #ddd; border-radius:6px;
    padding:.85rem .9rem; text-decoration:none !important; color:inherit !important;
}
.eh-school__services a:hover,
.eh-school__services a:focus { border-color:#888; }
.eh-school__services strong,
.eh-school__services span { display:block; }
.eh-school__services span { color:#666; font-size:.82rem; margin-top:.2rem; }

.eh-school__transport-note {
    border:1px solid #ddd; border-radius:6px;
    padding:.9rem 1rem; margin-top:1.2rem;
}
.eh-school__transport-note h3 { margin:0 0 .35rem; }
.eh-school__transport-note p { margin:0; }

.eh-school__small { color:#666; font-size:.8rem; }

.eh-school__footer {
    border-top:1px solid #ddd; margin-top:1rem; padding-top:.75rem;
    color:#666; font-size:.79rem;
}

@media (max-width:850px) {
    .eh-school__status { grid-template-columns:1fr; }
    .eh-school__times { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:650px) {
    .eh-school__schools,
    .eh-school__admissions,
    .eh-school__services,
    .eh-school__times { grid-template-columns:1fr; }
    .eh-school__calendar-row { grid-template-columns:1fr; gap:.2rem; }
}
