.section-tyto-teacher-videos {
  padding-block: var(--section-vertical-spacing-100);
}
.section-tyto-teacher-videos .section-content .summary {
  position: relative;
  cursor: pointer;
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-tyto-teacher-videos .section-content .summary svg {
  transition: rotate 0.5s ease;
}
.section-tyto-teacher-videos .section-content .chapter-header[open] .summary svg {
  rotate: 180deg;
}
.section-tyto-teacher-videos .section-content .chapter-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.section-tyto-teacher-videos .section-content .chapter-header[open] + .chapter-content {
  grid-template-rows: 1fr;
}
.section-tyto-teacher-videos .section-content .video-buttons-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.section-tyto-teacher-videos .section-content .video-buttons-wrap .video-button {
  text-align: left;
  padding: 0.3em 1em;
  transition: color 0.5s ease;
}
.section-tyto-teacher-videos .section-content .video-buttons-wrap .video-button:hover {
  color: var(--color-tyto-purple);
}
.section-tyto-teacher-videos .section-content .buttons-container {
  margin-top: 50px;
  justify-content: center;
}

@media (max-width: 991px) {
  .section-tyto-teacher-videos .section-content .buttons-container {
    margin-top: 35px;
  }
}

/*# sourceMappingURL=tyto-teacher-videos.css.map */
