.northstar-video {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f7f4ec;
  box-shadow: 0 24px 70px rgba(31, 42, 32, 0.12);
  color: #1c2b21;
}

.northstar-video-heading,
.northstar-video-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
}

.northstar-video-heading h2 {
  margin: 3px 0 0;
  font-size: clamp(24px, 3.4vw, 38px);
  letter-spacing: -0.035em;
  color: #1c2b21;
}

.northstar-video-heading .eyebrow {
  color: #687068;
}

.northstar-video-heading > span {
  flex: none;
  color: var(--muted);
  font-size: 13px;
}

.northstar-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #173b29;
}

.northstar-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.northstar-video-footer {
  border-top: 1px solid var(--line);
}

.northstar-video-footer strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.northstar-video-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 620px) {
  .northstar-video-heading,
  .northstar-video-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .northstar-video-footer .action {
    width: 100%;
    text-align: center;
  }
}
