/* Schuyler Now v222 — centered School Center and live-feed status styling */
.school-center-page{
  width:100%;
  max-width:1180px;
  margin:24px auto;
  padding:0 12px;
}
.school-center-hero-mark .school-center-lucide{
  width:92px;height:92px;color:#fff;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}
.school-center-hero-mark small{margin-top:12px}
.school-updated-pill.has-cached-feeds{
  background:#fff4d8;color:#744b00;border-color:#efc56c;
}
.school-feed-state.recent,.school-home-source-state.recent{
  background:#fff4d8!important;color:#744b00!important;border-color:#efc56c!important;
}
.school-feed-state.cached,.school-home-source-state.cached{
  background:#f4f6f8!important;color:#5b6878!important;border-color:#cfd8e3!important;
}
@media(max-width:650px){
  .school-center-page{margin:14px auto;padding:0 10px}
}

/* v223: force the School Center into the same centered content rail as other pages. */
html body main.page-wrap.school-center-page{
  display:block;
  box-sizing:border-box;
  width:min(1180px, calc(100% - 24px));
  max-width:1180px;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0;
  padding-right:0;
}
@media(max-width:650px){
  html body main.page-wrap.school-center-page{
    width:calc(100% - 20px);
  }
}
