/* Preserve the existing Shelter Learniverse portal styles. */
@import url("/files/6410133/Portal_Custom_CSS_KSMP.css");

/*
 * Standalone chrome for the UCD KSMP Intakes and Outcomes Report walkthrough.
 * The :has() guard keeps every rule limited to the one page that contains
 * #ksmp-report-walkthrough.
 */
body:has(#ksmp-report-walkthrough) #wrapper > header,
body:has(#ksmp-report-walkthrough) #wrapper > #contentHeader,
body:has(#ksmp-report-walkthrough) #wrapper > footer,
body:has(#ksmp-report-walkthrough) #wrapper > .back-to-top {
  display: none !important;
}

body:has(#ksmp-report-walkthrough) #contentWrap,
body:has(#ksmp-report-walkthrough) #contentBody {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
