/* 08-pages/_app-shell.css — how a module page arranges the shared modules. Composition only. */
.app-shell { min-height: 100svh; display: flex; flex-direction: column; }
.app-shell__main { flex: 1; padding-block: var(--space-lg) var(--space-3xl); }
.app-shell__main > .o-container > * + * { margin-top: var(--gap-section); }
.app-shell__main > .o-container > .c-page-head + * { margin-top: var(--gap-page-head); }
.app-shell__main > .o-container > .c-subnav + .c-page-head { margin-top: var(--gap-section); }
.app-shell__section-title { font-size: var(--text-md); font-weight: var(--weight-semibold); color: var(--ink-muted); padding-top: var(--space-lg); border-top: var(--stroke) solid var(--rule); }
.app-shell__section-title:first-child { padding-top: 0; border-top: 0; }
