main h1 {
  max-width: none;
}

video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
}

#walkthrough-description {
  margin-top: 16px;
}

.watch-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  margin: 24px 0;
}

.watch-actions a,
.guide-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

details {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

summary {
  width: fit-content;
  min-height: 44px;
  padding: 8px 0;
  cursor: pointer;
}

details ol {
  margin-top: 16px;
}

summary:focus-visible,
video:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
