/* Sitewide width guardrails: only intentional components may scroll. */
:root{--shell:min(1180px,calc(100% - 40px))}
html,body{max-width:100%;overflow-x:clip}
.tgn-shell{max-width:calc(100% - 24px)}
.tgn-reading-shell{width:min(780px,calc(100% - 40px))}.tgn-reading-shell>h1{max-width:18ch}
.tgn-shell>*,.tgn-header__inner>*,.tgn-home-hero__inner>*,.tgn-single-hero__grid>*,.tgn-planner-layout>*,.tgn-single-layout>*,.tgn-grid>*,.tgn-overview-grid>*,.tgn-term-grid>*,.tgn-guide-links>*{min-width:0}
.tgn-prose>:where(p,ul,ol,blockquote){max-width:72ch}
.tgn-prose :where(p,li,dd,figcaption,blockquote),.tgn-card,.tgn-overview-grid>a,.tgn-term-grid>a{overflow-wrap:anywhere;word-break:normal}
.tgn-prose :where(iframe,video,embed,object){display:block;width:100%;max-width:100%}
.tgn-prose :where(table,pre){display:block;max-width:100%;overflow-x:auto}
.tgn-prose :where(.alignwide,.alignfull){width:100%;max-width:100%;margin-inline:0}
.tgn-agenda-strip-shell,.tgn-agenda-strip{width:100%;max-width:100%;min-width:0}
.tgn-card__meta .tgn-card__city{padding:2px 7px;border-radius:999px;background:#e0f2ef;color:var(--water)}
@media(max-width:620px){.tgn-shell,.tgn-reading-shell{width:calc(100% - 24px);max-width:calc(100% - 24px)}.tgn-agenda-strip-shell{margin-inline:0;padding:16px 12px 11px;border:1px solid var(--line);border-radius:16px}.tgn-page-hero h1,.tgn-single-hero h1{overflow-wrap:anywhere}}
