/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
.c-course-steps {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1599px) {
  .c-course-steps {
    padding: 2rem 1rem;
    gap: 2.25rem;
  }
}
@media (min-width: 1600px) {
  .c-course-steps {
    padding: 3.75rem 0;
    gap: 2.25rem;
  }
}

.c-course-steps__heading {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 1rem 1rem;
  text-align: center;
}
@media (min-width: 1400px) {
  .c-course-steps__heading {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 0.75rem;
  }
}

.c-course-steps__description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 1400px) {
  .c-course-steps__description {
    line-height: 1.6;
  }
}

.c-course-steps__items-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  overflow-x: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-color: transparent transparent;
}
.c-course-steps__items-container::-webkit-scrollbar {
  width: 0.5em;
}
.c-course-steps__items-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-course-steps__items-container::-webkit-scrollbar-thumb {
  background-color: transparent;
}
@media (min-width: 1400px) {
  .c-course-steps__items-container {
    max-width: 82rem;
    padding: 0;
  }
}

.c-course-steps__items {
  display: flex;
  padding-left: 0;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1025px) {
  .c-course-steps__items {
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: center;
  }
}

.c-course-steps__item {
  display: flex;
  padding: 1.5rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  background: #F7F7F7;
}
@media (min-width: 1400px) {
  .c-course-steps__item {
    padding: 2.25rem;
    flex-basis: 0;
    flex-grow: 1;
  }
}

.c-course-steps__item-content {
  width: 15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1400px) {
  .c-course-steps__item-content {
    width: 100%;
    gap: 1.125rem;
  }
}

.c-course-steps__number {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #647F82;
  position: relative;
}
@media (min-width: 1400px) {
  .c-course-steps__number {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.125rem;
  }
}

.c-course-steps__number-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-course-steps__item-heading {
  font-weight: 600;
  line-height: 1.4;
  color: #204D51;
}
@media (min-width: 1400px) {
  .c-course-steps__item-heading {
    font-size: 1.2rem;
  }
}

.c-course-steps__item-description {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #484848;
}
@media (min-width: 1400px) {
  .c-course-steps__item-description {
    line-height: 1.5;
  }
}

.c-course-steps__item-description ul {
  text-align: left;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.c-course-steps__item-description ul li {
  padding-left: 1.5rem;
  position: relative;
}
@media (min-width: 1025px) {
  .c-course-steps__item-description ul li {
    padding-left: 2.25rem;
  }
}

.c-course-steps__item-description ul li:not(:last-child) {
  padding-bottom: 0.5rem;
}
@media (min-width: 1400px) {
  .c-course-steps__item-description ul li:not(:last-child) {
    padding-bottom: 0.75rem;
  }
}

.c-course-steps__item-description ul li:before {
  content: url("../../img/icon_check-outline-2.svg");
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1400px) {
  .c-course-steps__item-description ul li:before {
    content: url("../../img/icon_check-outline-desktop.svg");
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .c-course-steps--slider {
    position: relative;
  }
  .c-course-steps--slider .c-course-steps__items {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem !important;
  }
  .c-course-steps--slider .c-course-steps__item {
    min-width: 18.8rem !important;
  }
  .c-course-steps--slider .c-course-steps__items-container-inner {
    position: relative;
    overflow: visible;
    padding-right: 60px;
  }
  .c-course-steps--slider .c-course-steps__nav {
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-course-steps--slider .c-course-steps__nav--inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 10px;
  }
  .c-course-steps--slider .c-course-steps__nav--prev .c-course-steps__nav--inner {
    padding-right: 10px;
  }
  .c-course-steps--slider .c-course-steps__nav--next .c-course-steps__nav--inner {
    padding-left: 10px;
  }
  .c-course-steps--slider .c-course-steps__nav--next {
    left: auto;
    right: 0;
  }
  .c-course-steps--slider .slider-prev, .c-course-steps--slider .slider-next {
    background: none;
    border: none;
    cursor: pointer;
    width: 41px;
    height: 68px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-course-steps--slider .slider-prev {
    left: 10px;
    background-image: url("../../img/steps-slider-arrow.svg");
    transform: rotate(180deg);
  }
  .c-course-steps--slider .slider-next {
    right: 10px;
    background-image: url("../../img/steps-slider-arrow.svg");
  }
}
@media (min-width: 0) and (max-width: 1024px) {
  .c-course-steps--slider .c-course-steps__nav {
    display: none;
  }
}
