.real-page {
  margin: 0;
  background: linear-gradient(145deg, #0a2d61, #087b8c);
  padding: 22px;
  border: 2px solid #35cfff;
  box-shadow: 0 25px 70px rgba(0, 88, 214, 0.4);
}
.real-page img {
  display: block;
  width: 100%;
  height: auto;
}
.real-page figcaption,
.preview-spread figcaption {
  font:
    500 10px DM Mono,
    monospace;
  color: var(--muted);
  padding-top: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.real-page figcaption {
  color: #e3fbff;
}
.preview-spread {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.preview-spread figure {
  margin: 0;
  background: var(--card);
  padding: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(0, 92, 190, 0.12);
}
.preview-spread img {
  display: block;
  width: 100%;
  height: auto;
}
.cover-books .cover-map {
  grid-template-columns: 1fr 28px 1fr;
}
.cover-books h2 {
  font-size: 64px;
}
.review-card li {
  margin-bottom: 8px;
}
@media (max-width: 800px) {
  .preview-spread {
    grid-template-columns: 1fr;
  }
  .real-page {
    padding: 12px;
  }
  .cover-books h2 {
    font-size: 50px;
  }
}
