/* ==========================================================================
   Content wrap — the page-content container (#content) that holds <main>,
   plus its sub-modules (imported below). We rebuild content styling here
   step by step, pulling in only what we need.
   Sub-modules live in components/content/.
   ========================================================================== */

/* --- content sub-modules (bump the ?v when a sub-file changes) --- */
@import url("content/hero.css?v=13");
@import url("content/sticky-menu.css?v=10");
@import url("content/containers.css?v=16");
@import url("content/elements.css?v=22");
@import url("content/table-of-content.css?v=1");
@import url("content/expert-talk.css?v=1");
@import url("content/ausg-badge.css?v=4");

/* --- page-content wrapper / scaffold --- */
#content {
    min-height: 60vh;
    background: #ffffff;
    position: relative;
}
