.code-book-page {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-size: 12pt;
  line-height: 1.45;
  text-align: left;
}

.code-book-kicker {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.code-book-page h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 20pt;
  font-weight: 400;
}

.code-book-page p {
  max-width: 1120px;
  margin: 0 auto 16px;
  color: #ffffff;
  text-align: justify;
  text-indent: 2.2em;
}

.code-book-paper {
  width: min(1560px, 100%);
  margin: 12px auto 20px;
  display: flex;
  justify-content: center;
}

.code-book-image {
  width: auto;
  max-width: 100%;
  max-height: min(1460px, calc(var(--layout-lock-height, 100vh) - 28px));
  display: block;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .page-code-book .reference-main {
    padding: 22px 18px 30px;
  }

  .code-book-page {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .page-code-book .reference-main {
    padding: 18px 10px 24px;
  }

  .code-book-page {
    font-size: 11pt;
  }

  .code-book-page p {
    text-indent: 1.6em;
  }

  .code-book-page h1 {
    font-size: 18pt;
  }

  .code-book-paper {
    width: min(100%, 900px);
  }

  .code-book-image {
    max-height: 94vh;
  }
}
