/* .print-styles { */
/* Page margins */
@media print {
  /* Optional: remove background colors */
  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }
  a {
    text-decoration: underline !important;
  }
  /* Hide non-content sections */
  header,
  footer,
  .header-notification,
  .hamburger-nav,
  .header-search,
  .newsletter,
  .page-les__related,
  .header__lesmateriaal,
  .footer__legal,
  .header__cta,
  .header__search-button,
  .no-print {
    display: none !important;
  }
  /* HIDE LES SECTIONS */
  .page-les__filter,
  .page-les__download,
  .lesson__data-time::before,
  .les-niveaus::before,
  .les-tags::before {
    display: none !important;
  }
  /* Make main content full width */
  .main,
  .wrapper,
  .page-les,
  .page-les__intro,
  .les-intro,
  .page-les__lessons,
  .hero-les,
  .lesson,
  .lesson-card {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  /* RESET MARGINS PADDINGS */
  .lesson-card,
  .les-intro,
  .page-les__lessons-list,
  .lesson__data,
  .lesson__row,
  .lesson__row ul,
  .les-intro__terms,
  .page-les__lessons-header {
    margin: 0;
    padding: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .les-niveaus__item,
  .les-tags__item {
    list-style: none;
  }
  /* RESET

  /* Resize images */
  img {
    max-width: 200px !important;
    height: auto !important;
    max-height: 150px;
  }
  /* WIDTH */
  .page-les {
    max-width: 800px;
    padding-left: 96px;
    padding-right: 96px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  /* CONTENT FLOW VERTICAL */
  .lesson-card,
  .les-intro {
    display: flex;
    flex-direction: column;
  }
  /* BORDERS */
  .page-les__header {
    padding-bottom: 1.75rlh;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
  }
  /* TYPOGRAPHY BASE*/
  body,
  html {
    font-size: 12px;
    line-height: 1.4;
  }
  /* TITLE 1 */
  .hero-les > h1,
  h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  /* TITLE 2 */
  h2,
  .lesson__title {
    font-size: 24px;
    line-height: 1.2;
  }
  /* h2 {
    font-size: 16px;
    line-height: 1.3;
  } */
  /* TITLE 3 */
  .les-intro h2 {
    font-size: 16px;
    line-height: 1.2;
  }
  /* SUBTITLE */
  h2.page-les__lessons-title {
    font-size: 13px;
    line-height: 1.2;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
    opacity: 0.5;
  }
  p.p--l {
    font-size: 16px;
  }
  .les-niveaus__item,
  div.lesson__data-time,
  li,
  p {
    font-size: 12px;
    line-height: 1.4;
  }
  /* LIST STYLES */
  ol,
  ul {
    list-style: none;
    padding-left: 0;
  }
  li {
    position: relative;
  }
  .standard-list-styles ol li,
  .standard-list-styles ul li {
    padding-left: 0;
  }
  .standard-list-styles li::before {
    display: none !important;
  }
  .standard-list-styles ul, .standard-list-styles ol {
    list-style-position: outside;
    padding-left: 16px;
  }
  .standard-list-styles ul {
    list-style-type: disc;
    margin-left: 0;
  }
  .standard-list-styles ol {
    list-style: decimal;
  }
  .standard-list-styles ul ul {
    list-style: circle;
  }
  .standard-list-styles ol ol {
    list-style: decimal;
  }
  .standard-list-styles ol,
  .standard-list-styles ul {
    margin-top: 0.375rlh;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rlh;
  }
  .standard-list-styles li > ol,
  .standard-list-styles li > ul {
    padding-bottom: 0.125rlh !important;
  }
  /* TYPOGRAPHIC MARGINS */
  h1:first-child,
  h2:first-child,
  h3:first-child,
  li:first-child,
  p:first-child {
    margin-top: 0;
  }
  .les-intro p.p--l + p,
  p.p--l + p,
  p {
    margin-top: 1rlh;
  }
  .les-intro h2 + ul {
    margin-top: 0.75rlh;
  }
  .les-intro p + h2 {
    margin-top: 1.5rlh;
  }
  /* ---------------
  STYLE PER COMPONENT
  --------------- */
  /* Hero les */
  .les-tags {
    margin-top: 0.375rlh;
  }
  .les-tags__item {
    display: inline-flex;
    line-height: 1;
    margin-left: 0;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px 6px !important;
  }
  .les-tags__item:first-child {
    margin-left: 0;
  }
  .hero-les__subtitle {
    opacity: 0.5;
  }
  /* Page intro */
  .page-les__intro {
    margin-top: 2.5rlh;
    padding-bottom: 4rlh;
    /* border-bottom: 1px solid #00000030; */
    -moz-column-break-after: page;
         break-after: page;
  }
  .les-intro__image {
    max-width: 200px;
    max-height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
    border-radius: 0;
  }
  .les-intro__content {
    margin-top: 1.25rlh;
  }
  .les-intro__terms {
    margin-top: 2rlh;
    padding-top: 2rlh;
    border-top: 1px dashed rgba(0, 0, 0, 0.1882352941);
  }
  .les-terms {
    border-left: 5px solid rgba(0, 0, 0, 0.1882352941);
    padding: 3px 10px 5px;
  }
  .les-terms__item a {
    font-weight: 700;
  }
  /* page-les__lessons */
  .page-les__lessons-header {
    padding-top: 1.5rlh;
    padding-bottom: 0.5rlh;
  }
  .lesson:first-child {
    margin-top: 0;
  }
  .lesson {
    border-radius: 0;
    margin-top: 2.5rlh;
    padding-bottom: 2.5rlh;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1882352941);
  }
  .lesson__data {
    margin-top: 0.375rlh;
  }
  /* tag */
  .les-niveaus__item {
    border: 1px solid rgba(0, 0, 0, 0.1882352941);
    border-radius: 5px;
    padding: 0px 4px !important;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-right: 5px;
  }
  .lesson__rows {
    margin-top: 1.25rlh;
  }
  .lesson p img {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0.25rlh;
  }
  .lesson a img {
    margin-bottom: 1rlh;
  }
  .lesson-card {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1882352941);
    row-gap: 10px;
    margin-top: 1.5rlh;
  }
  .lesson-card__content p + p {
    margin-top: 0.5rlh;
  }
  .lesson-card__image {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .lesson__row--card + .lesson__row--text > p:first-child {
    margin-top: 1.5rlh;
  }
  @page {
    margin-top: 2cm !important;
    /* or in, mm, px, etc. */
    margin-bottom: 1.5cm;
  }
  .lesson,
  p {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
}
