body.single-lp_course,
#popup-course,
.course-item.current,
body.post-type-archive-lp_course {
  background: hsla(230.62, 28%, 23%, 1) !important;
}

.course-item-title,
.course-sections,
.custom-lp-button-wrapper > span {
  color: #0c1115 !important;
}
.course-item.current .course-item-title,
.course-item.current .course-item-ico.lp_lesson,
.lp-single-course__header .course-title,
.course-item-title.lesson-title,
.lp-content-area {
  color: #fff !important;
}

.custom-lp-button-wrapper,
.course-sections .course-section__items,
.course-curriculum {
  background: #eee;
}
.custom-sidebar-header {
  background: #fff;
}

#popup-header {
  background: #453075 !important;
}
.custom-popup-header-inner-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 15px;
}
.custom-course-header-button a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #dad6e4;
  border-radius: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 15px 10px;
  color: #2a2f4b;
}
.custom-course-header-button a svg {
  height: 1em;
}
.course-section {
  border-right: 0 !important;
}

.lp-single-course__header {
  background: transparent !important;
}

.lp-target:has(.learn-press-courses) {
  display: block;
}
.learn-press-courses {
  max-width: 1088px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.learn-press-courses .course {
  width: 100% !important;
  padding: 20px !important;
  margin: 0 !important;
}
.learn-press-courses .course .course-item {
  border: 0px !important;
  border-radius: 5px !important;
  background: #fff;
}

.learn-press-courses .course .course-item .course-thumbnail {
  padding: 20px;
}
.custom-lp-button-wrapper {
  padding: 10px 10px 10px 40px;
  width: 100% !important;
  border-radius: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.custom-lp-button-wrapper > span {
  font-size: 36px;
}
