/* Course curriculum — keep headers / Show more clickable above theme overlays */

.course-curriculum {
  position: relative;
  z-index: 2;
}

.course-curriculum__chapter-header,
.course-curriculum__chapter-toggle .button {
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
  cursor: pointer;
}

.course-curriculum__chapter-header .toga-icon,
.course-curriculum__chapter-collapse {
  pointer-events: none;
}

.course-curriculum__chapter-toggle {
  padding: 0 24px;
}

.course-curriculum__chapter-toggle .button {
  display: inline-block;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 16px 24px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #3a63f3;
  color: #faf9f9;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

@media all and (min-width: 768px) {
  .course-curriculum__chapter-toggle .button {
    font-size: 18px;
  }
}

.course-curriculum__chapter-toggle .button:hover,
.course-curriculum__chapter-toggle .button:focus,
.course-curriculum__chapter-toggle .button:active {
  border-color: transparent;
  background: #0d39d4;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.checklist__list-item-logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  object-fit: contain;
  transform: translateY(-50%);
  border-radius: 4px;
}

.our-courses-android-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 2rem;
  color: #96c0b7;
  overflow: visible;
}

.our-courses-app-download {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 1rem 0 0;
  padding: 0;
}

.our-courses-app-download .button {
  display: inline-block;
  padding: 16px 24px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #3a63f3;
  color: #faf9f9;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .our-courses-app-download .button {
    font-size: 18px;
  }
}

.our-courses-app-download .button:hover,
.our-courses-app-download .button:focus,
.our-courses-app-download .button:active {
  border-color: transparent;
  background: #0d39d4;
  color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
