.related-video--pending::before,
.related-video--pending:hover::before {
  content: none;
}

.related-video .related-media-pending {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #eef3fa;
  border-bottom: 1px dashed #b8c9dc;
  color: #425670;
  font: 700 clamp(17px, 2vw, 21px) / 1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}
