/*
 * Final Trilia application-shell normalization.
 * Loaded after feature-plugin styles so the theme remains the sole owner of
 * the canvas-to-footer boundary across LMS, Community and future modules.
 */
body.trilia-theme .trilia-site-main--canvas {
    margin-bottom: 0 !important;
    padding-bottom: clamp(20px, 3vw, 32px) !important;
}

body.trilia-theme .trilia-site-main--canvas > :last-child {
    margin-bottom: 0 !important;
}

body.trilia-theme .trilia-site-footer {
    margin-top: 0 !important;
    padding: 12px 16px 16px !important;
    border-top: 1px solid var(--trilia-color-outline-variant) !important;
}

body.trilia-theme .trilia-site-footer__inner,
body.trilia-theme .trilia-site-footer__legal {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
