/* ============================================================
   AID ENGLISH — FIX LAYER · single path, part headers, EST report
   ============================================================ */

/* One path: hide the coach chooser completely */
#teacherCards{display:none !important}
#scr-name h1:first-of-type{display:none !important}

/* Hub part headers */
.part-head{margin:2.2rem 0 .5rem; display:flex; align-items:center; gap:1rem;
  font-size:.74rem; letter-spacing:.3em; text-transform:uppercase;
  color:var(--gold); font-weight:700}
.part-head::after{content:''; flex:1; height:1px; background:var(--line2)}
#lessonList .part-head:first-child{margin-top:0}

/* EST report card */
.est-note{margin-top:.6rem; color:var(--muted); font-size:.82rem; line-height:1.6}
.est-note b{color:var(--gold-hi)}