#education-page{min-height:calc(100vh - 118px);background:linear-gradient(180deg,#f6fdff 0,#eaf9fc 100%)}
#education-page .education-page{min-height:auto}
#education-page .course-page{min-height:calc(100vh - 150px)}
#education-page .course-breadcrumb button{padding:0;border:0;background:transparent;color:#118a9b;font:inherit;font-weight:850;cursor:pointer}
#education-page .back-courses{width:100%;border:0;border-radius:0;cursor:pointer}
#education-page .course-card .course-icon{margin-top:30px}
#education-page .course-meta{flex-wrap:wrap}
#education-page .education-course-page{padding-top:19px}
@media(max-width:1000px){#education-page .education-course-page{width:min(100% - 24px,900px)}}
@media(max-width:620px){#education-page .education-page{width:calc(100% - 18px)}#education-page .learning-path-summary{overflow:hidden}#education-page .course-page{padding-top:12px}}

html[data-theme="dark"] #education-page{
  background:linear-gradient(180deg,#071923 0%,#091f2a 100%);
  color:#dcecf1;
}
html[data-theme="dark"] #education-page .course-breadcrumb button{color:#55c8d6}
