.content-col {
  flex: 1;
  position: relative;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.detail-wrapper {
  flex: 1 auto;
  max-width: 1000px;
}

.hljs {
  font-size: 1.4rem;
  line-height: 2.6rem;
}

header {
  flex-direction: row;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
header p {
  margin-bottom: 0;
}
header h2 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 0;
  line-height: 5rem;
}
header h2 span {
  flex: auto;
  padding: 0.5rem 1rem;
}
header h2 span:first-child {
  background-color: #fff;
}
header h2 span:last-child {
  background-color: #a3ff72;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
header .next-button {
  white-space: nowrap;
  text-overflow: ellipsis;
}

#page-body h2,
#page-body h3,
#page-body h4 {
  font-family: system-ui;
}
#page-body h2 {
  margin-bottom: 2.5rem;
}
#page-body h3 {
  margin: 3rem 0 1rem;
  font-weight: 500;
}
#page-body p,
#page-body ol,
#page-body ul,
#page-body figure {
  margin-bottom: 2rem;
}
#page-body figure {
  width: min(500px, 50%);
}
#page-body figure.stretched {
  width: 100%;
}
#page-body .quotation {
  font-size: 1.5rem;
  line-height: 2.4rem;
  display: inline-flex;
  gap: 1rem;
  align-items: flex-start;
}
#page-body .quotation-mark {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #def4ff;
  border-radius: 10px;
  text-align: center;
}
#page-body .quotation-mark .quote-author {
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
  color: #ccc;
}
#page-body .quotation p {
  margin-bottom: 0;
}
#page-body .quotation span {
  font-size: 3.6rem;
  line-height: 1;
  color: #9191ff;
  padding-top: 0px;
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  height: 13px !important;
}
#page-body .quotation span:last-child {
  align-self: flex-end;
  padding-bottom: 23px;
}
#page-body ul {
  margin-left: 2.8rem;
  list-style: disc;
}
#page-body ol li,
#page-body ul li {
  margin-bottom: 1rem;
  padding: 0;
}
#page-body ol li p,
#page-body ul li p {
  margin-bottom: 0;
}
#page-body ol li .icon,
#page-body ul li .icon {
  line-height: 2.8rem;
  font-size: 3.5rem;
  width: 24px;
  display: flex;
  justify-content: center;
}
#page-body ol li:last-child,
#page-body ul li:last-child {
  margin-bottom: 0;
}
#page-body ol li ul,
#page-body ul li ul {
  margin: 0.5rem 0 0 1.5rem;
}
#page-body ol li ul li,
#page-body ul li ul li {
  margin-bottom: 0.5rem;
  font-weight: 400;
}
#page-body ol li ul li b,
#page-body ul li ul li b {
  color: #6f6f6f !important;
}
#page-body ol {
  margin-left: 2.8rem;
  list-style: decimal;
}
#page-body ol li {
  padding-left: 0.5rem;
}
#page-body img {
  width: auto;
  height: auto;
  min-width: 150px;
  max-width: 100%;
}
#page-body img.img-fluid {
  width: 100%;
}
#page-body figcaption {
  font-size: 1.3rem;
  background: var(--bg-white, #fff);
  padding: 1rem;
}
#page-body .delimiter {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
#page-body .alert {
  padding: 1rem;
  display: flex;
  margin-bottom: 2rem;
  position: relative;
  border: dashed 1px #b1d0ff;
  border-radius: 8px;
  font-family: monospace;
}
#page-body .alert .type {
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
  text-transform: capitalize;
}
#page-body .alert p {
  margin-bottom: 0;
  color: currentColor;
}
#page-body .alert.info {
  background: #f3ecff;
  border-color: #b1d0ff;
  border-radius: 4px;
  color: #000;
}
#page-body .alert.info .type {
  background: #fff;
  border-radius: 2px;
  font-weight: bold;
}
#page-body .alert.warning {
  background: #fffaf0;
  border-color: #ed8936;
  color: #cc565d;
}
#page-body .alert.warning .type {
  color: #fff;
  background: #ed8936;
}
#page-body .alert.danger {
  --border-color: #fc8181;
  --text-color: #707684;
  background: #fff5f5;
  border-color: var(--border-color);
  color: var(--text-color);
}
#page-body .alert.danger .type {
  color: #fff;
  background: var(--border-color);
}
#page-body .inline-code {
  background: #eee;
  border-radius: 2px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 2px 5px;
  line-height: 1.3rem;
  margin: 0 5px;
}
#page-body .code-container {
  margin-bottom: 3rem;
}
#page-body .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: column;
}
#page-body .video-wrapper .left-col {
  flex: 1 auto;
  width: 100%;
}
#page-body .video-wrapper .right-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-body .social-icons {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
}
#page-body button {
  font-family: inherit;
  font-weight: 300;
  display: flex;
  align-items: center;
}
#page-body .all-topic-button {
  font-size: 1.6rem;
  font-weight: 300;
}
#page-body .all-topic-button button {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.video-wrapper {
  margin-bottom: 2rem;
}
.video-wrapper .social-icons {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  gap: 1rem;
}/*# sourceMappingURL=course_details.css.map */