/* ── TEACHING PAGE ───────────────────────────────────────── */
.teaching-entry{
  padding:28px 0;border-bottom:1px solid var(--cell-border);
}
.teaching-entry:last-child{border-bottom:none}
.teaching-code{
  font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;
  color:var(--accent);margin-bottom:6px;
}
.teaching-title{
  font-family:'Lora',serif;font-weight:600;color:var(--text);
  font-size:1rem;margin-bottom:4px;
}
.teaching-meta{font-size:0.78rem;color:var(--text-dim);margin-bottom:8px}
.teaching-detail{font-size:0.82rem;color:var(--text-dim);line-height:1.7}

