/* Dedicated canvas for pages using custom-landing.hbs. */
.landing-page-template .site-content {
    padding: 0;
    overflow: clip;
}

.landing-page-main,
.landing-page-article,
.landing-page-content,
.landing-page-content > .kg-card,
.landing-page-content > .kg-html-card {
    width: 100%;
    max-width: none;
    margin: 0;
}

.landing-page-content > .kg-card,
.landing-page-content > .kg-html-card {
    padding: 0;
}

.landing-page-template .gh-foot {
    margin-top: 0;
}

/* Also free the embedded landing page from Dawn's reading column if the page
   is temporarily viewed with the regular page template. */
.page-template .single:has(.dylon-landing) .single-content.gh-canvas {
    display: block;
    width: 100%;
    max-width: none;
}

.page-template .single:has(.dylon-landing) .kg-html-card {
    width: 100%;
    max-width: none;
    margin: 0;
}
