body .course-page .course-skills {
  background: #fff !important;
  background-color: #fff !important;
}

body .course-page .course-hero__actions .btn-ghost,
body .course-page .course-hero__actions .btn-ghost:hover,
body .course-page .course-hero__actions .btn-ghost:focus-visible {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body .course-page .course-hero__actions .btn-ghost::before,
body .course-page .course-hero__actions .btn-ghost::after {
  content: none !important;
  display: none !important;
}
