@media print {
  * {
    overflow: visible !important;
  }
  .course-player__right-drawer, .course-player__left-drawer, ._left-drawer_n1vbpj {
    display: none !important;
  }
  .skip-link {
    display: none;
  }
  .course-player {
    height: 100vh !important;
    position: absolute !important;
  }
  .btn, .button {
    display: none !important;
  }
  [data-theme=light-theme] ._surface--content_1yatsw, [data-theme=dark-theme] ._surface--content_1yatsw {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0) !important;
  }
  html {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, td, tr, p, div, ul, ol, li {
    color: black;
  }
  a {
    color: black;
    text-decoration: underline;
  }
  ._content__wrapper_142a8m {
    display: none;
  }
  ._html-item__container_1vr68b {
    max-width: 100% !important;
  }
  .lesson-slides {
    display: none;
  }
}
