/*
 * Fixed page template support only.
 * The diagnosis UI itself intentionally keeps the v2.7 frontend.css design.
 */
.hcom-template-page{
    --hcom-template-header-offset:0px;
    --hcom-template-scroll-offset:0px;
    display:block;
    width:100%;
    max-width:none;
    margin:0;
    padding:0;
}
.hcom-template-page .hcom-app{
    margin-top:0;
}
.hcom-template-page .hcom-workspace,
.hcom-template-page .hcom-processing,
.hcom-template-page .hcom-results{
    scroll-margin-top:calc(var(--hcom-template-scroll-offset,0px) + 12px);
}

@media (max-width: 782px){
    .hcom-template-page{
        padding-top:var(--hcom-template-header-offset,0px);
    }
}
