/* v20: clear skill-first context on plan viewers. */
body.tta-plan-viewer-page .tta-plan-heading h1{
  max-width:28ch;margin-bottom:.35rem;line-height:1.12;text-wrap:balance;
  overflow-wrap:anywhere;
}
body.tta-plan-viewer-page .tta-plan-book-context{
  margin:0 0 1rem;color:#526474;font:600 clamp(1rem,2vw,1.2rem)/1.45 Archivo,system-ui,sans-serif;
  text-wrap:pretty;overflow-wrap:anywhere;
}
body.tta-plan-viewer-page .tta-plan-standards-v20{
  margin:1rem 0 1.35rem;padding:1rem 1.1rem;border:1px solid #c7d4df;
  border-left:5px solid #2f7d73;border-radius:12px;background:#f5faf9;
}
body.tta-plan-viewer-page .tta-plan-standards-v20--review{
  border-left-color:#a36517;background:#fff9ed;
}
body.tta-plan-viewer-page .tta-plan-standards-v20 h2{
  margin:0 0 .5rem;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.3;
}
body.tta-plan-viewer-page .tta-plan-standards-v20 p{
  margin:.45rem 0;line-height:1.6;text-wrap:pretty;overflow-wrap:anywhere;
}
body.tta-region-inventory .inventory-plan-variant{
  display:inline-flex;align-items:center;width:max-content;max-width:100%;
  margin:0 0 .45rem .4rem;padding:.18rem .45rem;border:1px solid #c7d4df;
  border-radius:999px;background:#f5f8fa;color:#405567;
  font:700 .7rem/1.35 Archivo,system-ui,sans-serif;
  overflow-wrap:anywhere;
}
@media(max-width:640px){
  body.tta-plan-viewer-page .tta-plan-heading h1{max-width:none;}
  body.tta-plan-viewer-page .tta-plan-standards-v20{padding:.9rem;}
}


body.tta-plan-viewer-page .tta-plan-standards-v20--curriculum-connection{
  border-color:#c8b8df;border-left-color:#6b4e9a;background:#f8f4fc;color:#37264f;
}
