<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  display: flex;
  /* justify-content: space-between; */
  gap: 3rem;
  width: 100%;
}

body.wpcw_course-template-default .site&gt;.x-container.width,
body.course_unit-template-default .site&gt;.x-container.width {
  width: 97%;
}

body.wpcw_course-template-default .site&gt;.x-container.max,
body.course_unit-template-default .site&gt;.x-container.max {
  max-width: 100%;
}

.curriculum-column {
  width: 100%;
  max-width: 340px;
  border-right: 1px solid #eee;
  padding: 0rem 0.25rem 4rem 1rem;

  height: calc(100vh - 3rem);
  overflow: auto;

  position: fixed;
  left: 0;
}

.content-column {
  width: 100%;
  padding: 2rem 0 6rem;
  margin-left: 380px;
  max-width: 70ch;
}

.content-column&gt;img {
  max-width: 500px;
  width: 100%;
}

.content-column h2 {
  margin-top: 1.5rem;
}

footer {
  display: none !important;
}


/* th.wpcw_fe_module_title_header,
td.wpcw_fe_module_title_header,
td.wpcw_fe_unit_title,
th.wpcw_fe_unit_progress_header,
td.wpcw_fe_unit_progress_header,
td.wpcw_fe_unit_progress {
  display: none;
} */

th.wpcw_fe_module_title_header,
td.wpcw_fe_module_title_header,
td.wpcw_fe_unit_title {
  display: none;
}

.wpcw_fe_module td {
  background-color: white;
}

#wpcw_fe_course td {
  font-family: var(--font-serif);
}

#wpcw_fe_coursetd .wpcw_fe_module_desc_header,
#wpcw_fe_course th.wpcw_fe_module_desc_header {
  font-size: 1.1rem;
  padding: 2rem 0 .55rem !important;
}

#wpcw_fe_course {
  border: none;
}

#wpcw_fe_course .wpcw_fe_module th {
  font-family: var(--font-sans);
  background-color: white;
  border-bottom: none;
  line-height: 1.5;
}

#wpcw_fe_course .wpcw_fe_module td {
  background-color: white;
}

#wpcw_fe_course td.wpcw_fe_unit {
  font-family: var(--font-serif);
  font-style: normal;
  font-size: var(--text-small);
  font-weight: 500 !important;
  padding: 0rem;
  line-height: 1.6;
}

#wpcw_fe_course td.wpcw_fe_unit a {
  color: black;
  font-weight: 500 !important;
  display: block;
  padding: .6rem .6rem;
  transition: background-color .1s;
  font-size: var(--text-tiny);
}

#wpcw_fe_course td.wpcw_fe_unit:hover {
  background-color: #fafafa;
}

#wpcw_fe_course td {
  border-bottom: 1px solid #f2f2f2;
}

.wpcw-course-single-content .wpcw-course-outline {
  display: none;
}

.wpcw-course-desc p {
  margin-bottom: 1.5rem;
}

@media(max-width: 979px) {
  .container {
    flex-direction: column-reverse;
  }

  .curriculum-column {
    width: 100%;
    max-width: 100%;
    padding: 0rem 1.25rem 0 0;
    height: initial;
    overflow: initial;
    position: relative;
  }

  .content-column {
    margin-left: 0;
    padding-bottom: 2rem;
  }

  footer {
    display: block !important;
  }
}

td.wpcw_fe_unit_progress_incomplete {
  display: none;
}

@media(min-width: 979px) {
  .x-navbar {
    position: fixed !important;
    overflow: visible;
    z-index: 1030;
    width: 100% !important;
  }
}</pre></body></html>