.main-course-single {
  background: #F1F1F1;
  padding-bottom: 100px;
}
.main-course-single .top-spacer {
  height: 160px;
  background-color: #473089;
}

.container--courses {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.course-hero {
  background: #333;
  color: #fff;
  padding: 30px 0 45px;
  margin-bottom: 27px;
}
.course-hero .course-breadcrumbs {
  font: 400 14px "Roboto", sans-serif;
  margin-bottom: 48px;
  color: #7288C4;
}
.course-hero .course-breadcrumbs a {
  color: #f1f1f1;
  text-decoration: none;
}
.course-hero .course-breadcrumbs a:hover {
  text-decoration: underline;
}
.course-hero .course-header-title {
  font: 400 50px "Roboto", sans-serif;
  margin-bottom: 12px;
  line-height: 1.1;
  color: #fff;
  width: calc(100% - 400px);
}
.course-hero .course-header-excerpt {
  font: 400 20px "Roboto", sans-serif;
  color: #eee;
  margin-bottom: 10px;
  line-height: 1.5;
  width: calc(100% - 400px);
}
.course-hero .course-header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font: 400 15px "Roboto", sans-serif;
}
.course-hero .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.course-hero .meta-item.rating {
  margin-bottom: 27px;
}
.course-hero .meta-item.rating .stars {
  display: inline-flex;
  gap: 2px;
}
.course-hero .meta-item.rating .stars span {
  color: #d1d5db;
}
.course-hero .meta-item.rating .stars .filled {
  color: #ffb800;
}
.course-hero .meta-item.rating .rating-value {
  font-weight: 700;
}
.course-hero .meta-item.instructor a {
  color: #3b82f6;
  text-decoration: none;
}

.course-layout-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: flex-start;
}
.course-sidebar .sidebar-inner {
  background: #fff;
  overflow: hidden;
  padding: 10px;
  border-top-right-radius: 25px;
  transform: translateY(-280px);
}
.course-sidebar .sidebar-inner.sticky-element {
  position: sticky;
  top: 100px;
}
.course-sidebar .course-video-preview {
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.course-sidebar .course-video-preview .video-overlay {
  position: relative;
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  overflow: hidden;
}
.course-sidebar .course-video-preview .video-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-sidebar .course-video-preview .video-overlay .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 24px;
  transition: transform 0.3s;
}
.course-sidebar .course-video-preview .badge-free {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #22c55e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 50px;
}
.course-sidebar .video-overlay.is-hidden,
.course-sidebar .course-preview-video-embed.is-hidden {
  display: none;
}
.course-sidebar .course-preview-video-embed video,
.course-sidebar .course-preview-video-embed iframe {
  width: 100%;
  height: 240px;
  display: block;
}
.course-sidebar .sidebar-info-box {
  padding: 10px 0;
}
.course-sidebar .sidebar-info-box .btn-enroll {
  background: #3b82f6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px;
  text-decoration: none;
  font: 400 20px "Roboto", sans-serif;
  margin-bottom: 30px;
  transition: background 0.3s;
  border-bottom-right-radius: 24px;
  padding: 13px 29px;
}
.course-sidebar .sidebar-info-box .btn-enroll:hover {
  background: #2563eb;
}
.course-sidebar .sidebar-info-box .sidebar-includes {
  padding: 0 10px;
}
.course-sidebar .sidebar-info-box .sidebar-includes h4 {
  font: 700 20px "Roboto", sans-serif;
  margin-bottom: 10px;
}
.course-sidebar .sidebar-info-box .sidebar-includes ul {
  list-style: none;
  padding: 0;
}
.course-sidebar .sidebar-info-box .sidebar-includes ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 400 15px "Roboto", sans-serif;
  margin-bottom: 10px;
  color: #4b5563;
}
.course-sidebar .sidebar-info-box .sidebar-includes ul li .include-icon {
  font-size: 18px;
}

.course-section-title {
  font: 700 24px "Roboto", sans-serif;
  margin-bottom: 30px;
  color: #111827;
}

section[class*=course-] {
  margin-bottom: 60px;
}

.course-video-tax-page .container {
  max-width: 1340px;
}
.course-video-tax-page .course-video-single {
  padding-top: 25px;
}
.course-video-tax-page .course-video-single .cs-hero__actions {
  margin-bottom: 20px;
}
.course-video-tax-page .course-video-breadcrumbs {
  margin: 24px 0 68px;
  color: #7d8490;
  text-transform: none;
  font: 400 14px "Roboto", sans-serif;
}
.course-video-tax-page .course-video-breadcrumbs a {
  color: #5e6470;
  text-decoration: none;
}
.course-video-tax-page .course-video-title {
  color: #2f3440;
  font: 500 40px "Roboto", sans-serif;
  margin-bottom: 47px;
  width: 100%;
}
.course-video-tax-page .course-video-main-player {
  margin: 0 auto 14px;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/672;
  position: relative;
}
.course-video-tax-page .course-video-preview-trigger,
.course-video-tax-page .course-video-main-embed,
.course-video-tax-page .course-video-main-embed iframe,
.course-video-tax-page .course-video-main-embed video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.course-video-tax-page .course-video-main-embed > * {
  width: 100%;
  height: 100%;
}
.course-video-tax-page .course-video-preview-trigger {
  position: relative;
  background: #222 center/cover no-repeat;
  cursor: pointer;
  border: 0;
  padding: 0;
}
.course-video-tax-page .play-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.course-video-tax-page .course-video-main-embed.is-hidden,
.course-video-tax-page .course-video-preview-trigger.is-hidden {
  display: none;
}
.course-video-tax-page .course-video-meta-line {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  font: 400 16px "Roboto", sans-serif;
  color: #4f5661;
  padding-bottom: 12px;
}
.course-video-tax-page .course-video-meta-line .course-video-meta-likes {
  display: flex;
  align-items: end;
  gap: 10px;
}
.course-video-tax-page .course-video-meta-likes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #4f5661;
}
.course-video-tax-page .course-video-meta-likes.is-active {
  color: #2f56ff;
}
.course-video-tax-page .course-video-meta-likes.is-active svg path {
  stroke: #2f56ff;
}
.course-video-tax-page .course-video-channel-box {
  border-top: 1px solid #d4d6da;
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 32px;
  align-items: start;
  border-bottom: 1px solid #d4d6da;
  padding-bottom: 163px;
  padding-top: 18px;
  margin-bottom: 48px;
  padding-left: 70px;
}
.course-video-tax-page .course-video-channel-logo {
  margin-top: 30px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.course-video-tax-page .course-video-channel-content {
  margin-top: 37px;
}
.course-video-tax-page .course-video-channel-content a {
  margin-bottom: 13px;
  display: block;
}
.course-video-tax-page .course-video-channel-content h3 {
  margin: 0 0 8px;
  font: 700 25px "Roboto", sans-serif;
  color: #2f3440;
  text-decoration: underline;
}
.course-video-tax-page .course-video-subtitle {
  font: 400 16px "Roboto", sans-serif;
  color: #9EA2AC;
  margin-bottom: 18px;
}
.course-video-tax-page .course-video-description {
  font: 400 16px "Roboto", sans-serif;
  color: #353b45;
  line-height: 1.35;
}
.course-video-tax-page .course-video-source-box {
  display: flex;
  text-align: right;
  text-decoration: none;
}
.course-video-tax-page .course-video-source-box a {
  display: block;
  margin-top: 6px;
  color: #4955ff;
  text-decoration: none;
  font: 400 13px "Roboto", sans-serif;
}
.course-video-tax-page .course-video-source-label {
  display: inline-block;
  padding: 4px 10px;
  font: 400 12px "Roboto", sans-serif;
  background: #ff2222;
  color: #fff;
}
.course-video-tax-page .course-video-source-count {
  padding: 3px 6px;
  border: 1px solid #9EA2AC;
  border-left: none;
  color: #9EA2AC;
  font: 300 12px "Roboto", sans-serif;
  height: 100%;
}

.course-eseminar-page .course-video-single {
  padding: 40px 0 60px;
}
.course-eseminar-page .course-video-main-player {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  position: relative;
  background: #000;
}
.course-eseminar-page .course-video-preview-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #222 center/cover no-repeat;
  cursor: pointer;
  border: 0;
  padding: 0;
  display: block;
}
.course-eseminar-page .play-btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.course-eseminar-page .play-btn-icon svg {
  width: 91px;
  height: 64px;
}
.course-eseminar-page .course-video-main-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.course-eseminar-page .course-video-main-embed iframe,
.course-eseminar-page .course-video-main-embed video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.course-eseminar-page .eseminar-video-direct {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.course-eseminar-page .course-video-main-embed.is-hidden,
.course-eseminar-page .course-video-preview-trigger.is-hidden {
  display: none;
}
@media (max-width: 768px) {
  .main-course-single {
    padding-bottom: 50px;
  }
  .main-course-single > .container--courses {
    padding: 0;
  }
  .course-video-tax-page .course-video-title {
    margin-bottom: 37;
  }
  .course-video-tax-page .course-video-channel-logo {
    margin-top: 0px;
  }
  .course-video-tax-page .course-video-channel-content {
    margin-top: 0px;
  }
  .course-video-tax-page .course-video-source-box {
    order: -1;
    text-align: left;
    margin-left: auto;
  }
  .course-eseminar-page .course-video-single {
    padding: 30px 0 40px;
  }
}
@media (max-width: 1216px) {
  .main-course-single .top-spacer {
    height: 0;
  }
  .course-hero {
    padding-top: 100px !important;
  }
}
@media (max-width: 1023px) {
  .course-hero {
    padding: 30px 0 130px;
  }
  .course-hero .course-header-title {
    width: 100%;
  }
  .course-hero .course-header-excerpt {
    width: 100%;
  }
  .course-layout-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .course-sidebar {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .course-sidebar .sidebar-inner {
    margin-top: -112px;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .course-hero .course-header-title {
    font-size: 32px;
  }
}
@media (max-width: 1340px) {
  .course-video-tax-page .container {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: stretch;
  }
}
@media (max-width: 1212px) {
  .course-video-tax-page .course-video-single {
    padding-top: 60px;
  }
}
@media (max-width: 1300px) {
  .course-video-tax-page .course-video-channel-box {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .course-video-tax-page .course-video-channel-box {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .course-eseminar-page .play-btn-icon svg {
    width: 60px;
    height: 42px;
  }
}