.material-videos {
  background: #fff;
}

.material-videos--page {
  padding-top: calc(var(--navbar-height, 30px) + 3rem) !important;
}

.material-video-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
}

.material-video-card__media {
  background: #111;
}

.material-video-card__media iframe {
  border: 0;
}

.material-video-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.material-video-card__body a {
  color: var(--rosa1, #d64b7e);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.material-video-card__body a:hover,
.material-video-card__body a:focus {
  color: var(--rosa1, #d64b7e);
  opacity: 0.82;
}

@media (max-width: 575.98px) {
  .material-videos {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .material-video-card__body {
    padding: 1rem;
  }
}

.material-videos__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  max-width: 900px;
  width: 100%;
}

.material-videos__heading {
  max-width: 820px;
  text-align: center;
}

.material-videos__download {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(251, 128, 157, 0.72);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(93, 92, 90, 0.08);
  color: #5d5c5a;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.65rem;
  justify-content: center;
  letter-spacing: 0.055em;
  min-height: 46px;
  padding: 0.45rem 0.7rem 0.45rem 0.55rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.material-videos__download-icon {
  align-items: center;
  background: #fdeaf2;
  border-radius: 50%;
  color: var(--rosa1, #fb809d);
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 1rem;
  height: 34px;
  justify-content: center;
}

.material-videos__download:hover,
.material-videos__download:focus-visible {
  background: #fdeaf2;
  border-color: var(--rosa1, #fb809d);
  box-shadow: 0 11px 26px rgba(251, 128, 157, 0.18);
  color: #5d5c5a;
  transform: translateY(-2px);
}

.material-videos__download:focus-visible {
  outline: 3px solid rgba(251, 128, 157, 0.35);
  outline-offset: 4px;
}

.material-videos__download-arrow {
  color: var(--rosa1, #fb809d);
  margin-right: 0.25rem;
  transition: transform 0.25s ease;
}

.material-videos__download:hover .material-videos__download-arrow,
.material-videos__download:focus-visible .material-videos__download-arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 767.98px) {
  .material-videos__header {
    gap: 1.25rem;
  }

  .material-videos__download {
    max-width: 340px;
    width: min(100%, 340px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .material-videos__download,
  .material-videos__download-arrow {
    transition: none;
  }

  .material-videos__download:hover,
  .material-videos__download:focus-visible,
  .material-videos__download:hover .material-videos__download-arrow,
  .material-videos__download:focus-visible .material-videos__download-arrow {
    transform: none;
  }
}
