.record-page {
  max-width: 960px;
  margin: 3vmin auto 0;
  padding: 0.4em 1em 3em;
}

/* work.njkの #lead h2 / #see-also h2 等と同じ見出しスタイル
   （DIGEST見出しは特定のidの中に無いためここで直接指定する） */
.record-page h2 {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 0.8em;
  text-align: center;
}

.record-page h2 img {
  width: 1.8em;
}

/* work.njkの#playはstyle.css側で「#scenes #play」に限定されており、
   #scenesを持たないrecordページには適用されないため個別に用意する */
#play {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-size: 2em;
  text-align: center;
  margin: 0 0 0.8em;
}

#play a:link {
  color: #000;
  text-decoration: underline;
}

#play a:hover,
#play a:visited {
  color: #000;
  text-decoration: none;
}

.record-video-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-bottom: 1.5em;
}

.record-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.record-embed-caption {
  margin: 0.5em 0 0;
  font-size: 0.9em;
  color: #555;
}

.record-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.record-description {
  line-height: 1.8;
  margin-bottom: 2em;
}
