.public-video-modal-panel {
  overflow: hidden;
  padding: 4.5rem 1.5rem 1.5rem;
}

.public-video-modal-close {
  top: 1rem;
  right: 1rem;
}

.public-video-date,
.public-video-source {
  margin: .75rem 0 0;
  color: #6f6873;
  font-size: .86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.public-video-date { margin-bottom: 0; }

.public-video-source a {
  color: var(--nw-green-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .public-video-modal-panel { padding: 3.9rem .85rem .85rem; }
  .public-video-modal-close { top: .7rem; right: .7rem; }
}
