/* Public page shell modifiers layered on top of public_page_shell.css. */

body.theme-layout-v2 {
    --theme-panel-bg: var(--surface);
    --theme-panel-border: var(--section-border);
}

body.theme-layout-v2.page-full-bleed main {
    width: var(--page-shell-width);
    max-width: none;
    margin-inline: auto;
}
