.video-lectures-hero h1 {
  word-break: keep-all;
}

.content-page.video-lectures-page {
  min-height: 0;
  padding-bottom: 80px;
}

.video-lectures-card {
  min-height: 0;
}

.video-lectures-card .menu-detail-status {
  background: var(--rd-primary-5, #edf3ff);
  color: var(--rd-primary-70, #003ddd);
}

@media (max-width: 600px) {
  .video-lectures-hero h1 {
    font-size: 30px;
  }

  .video-lectures-card .menu-detail-actions .button {
    width: 100%;
    min-width: 0;
  }
}
