[data-course-href] { cursor: pointer; }
[data-course-href]:focus { outline: 3px solid #b56308; outline-offset: 2px; }
.course-unlinked { color: inherit; text-decoration: none; cursor: default; }
.course-removed-media {
  border: 1px solid #d8d8d8;
  background: #f8f6f3;
  color: #5f534b;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 6px;
  font-family: Lato, sans-serif;
}
.course-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  background: #111;
  overflow: hidden;
}
.course-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.course-data-download {
  margin: 0.85rem 0 1rem;
  font-family: Lato, sans-serif;
}
.course-data-download a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(181, 99, 8, 0.35);
  border-radius: 6px;
  background: #fff8ef;
  color: #8a4f07;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.course-data-download a:hover { background: #fff1dc; }
.course-data-download-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.course-data-download-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -6px;
  width: 2px;
  height: 12px;
  background: currentColor;
}
.course-data-download-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.course-weka-download a { color: inherit; }
.course-thank-you-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #3cb744;
  border-radius: 50%;
  box-sizing: border-box;
}
.course-thank-you-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #3cb744;
  border-bottom: 3px solid #3cb744;
  transform: rotate(45deg);
}
.course-thank-you {
  max-width: 760px;
  margin: 4rem auto;
  padding: 2rem 0;
  color: #212121;
  font-family: Lato, sans-serif;
}
.course-thank-you-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 2px solid #3cb744;
  border-radius: 50%;
  color: #3cb744;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.course-thank-you h1 {
  margin: 0 0 0.75rem;
  font-size: 2.25rem;
  line-height: 1.15;
}
.course-thank-you p {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  line-height: 1.65;
}
.course-thank-you-complete {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.45rem 0.7rem;
  border-radius: 6px;
  background: #eef8ef;
  color: #267b2c;
  font-weight: 700;
}
.list-title[data-course-section-root="true"] .css-1v5phof {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  letter-spacing: 0;
  text-transform: none;
}
.list-title[data-course-section-root="true"] .title {
  white-space: normal;
}
.course-section-folder {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8a5a35;
  opacity: 0.9;
  transform: translateY(1px);
}
.course-section-folder::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -7px;
  width: 9px;
  height: 6px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #f7f3ee;
  box-sizing: border-box;
}
.scrollable-container dd[data-course-depth="child"] {
  position: relative;
}
.scrollable-container dd[data-course-depth="child"]::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 2.35rem;
  width: 2px;
  background: rgba(181, 99, 8, 0.14);
  pointer-events: none;
}
.scrollable-container dd[data-course-depth="child"] > .list-item-wrapper > .list-item-content {
  box-sizing: border-box;
}
.scrollable-container dd[data-course-depth="child"] > .list-item-wrapper {
  box-sizing: border-box;
  padding-inline-start: 4rem;
}
.course-static-next { margin-top: 1.5rem; }
.course-next-link { text-decoration: none; }
img { max-width: 100%; height: auto; }
form,
input,
textarea,
select,
.select-answer-text,
[data-testid$="-reply-option"],
.css-exm0kn { display: none !important; }
body.course-toc-closed aside { display: none !important; }
body.course-toc-closed .css-9nai8l { left: 0; }
