.print-shell {
  padding: 18px 0 30px;
}

.print-page {
  width: 210mm;
  min-height: 297mm;
  margin: 0 auto 18px;
  background: #fff;
  position: relative;
  padding: 18mm 16mm 22mm;
  box-shadow: 0 10px 30px rgba(24, 39, 75, .12);
  page-break-after: always;
}

.print-page:last-child {
  page-break-after: auto;
}

.print-page-body {
  position: relative;
  z-index: 1;
  font-size: 12pt;
  line-height: 1.55;
  padding-bottom: 26mm;
}

.print-page-footer {
  position: absolute;
  left: 16mm;
  right: 16mm;
  bottom: 10mm;
}

.print-page-signers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  text-align: center;
  margin-bottom: 10px;
  font-size: 10.5pt;
  color: #202020;
}

.print-page-signer {
  display: grid;
  gap: 2px;
  justify-items: center;
}

.print-page-signer-name {
  min-height: 15px;
}

.print-page-signer-role {
  color: #4e5d6c;
  font-size: 8.5pt;
}

.print-page-number {
  text-align: right;
  font-size: 10pt;
  color: #4e5d6c;
}

.cover-page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 152mm;
  text-align: center;
  transform: translateY(-16mm);
}

.cover-inner h1 {
  margin: 0;
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: .02em;
}

.cover-rule {
  width: 100%;
  height: 2px;
  margin: 21mm auto 10mm;
  background: #232323;
}

.cover-name {
  font-size: 15pt;
  font-weight: 700;
  margin-bottom: 7mm;
}

.cover-meta {
  font-size: 11.5pt;
  font-weight: 700;
}

.print-intro,
.print-block {
  margin-bottom: 18px;
}

.print-section {
  margin: 24px 0 12px;
}

.print-section h2 {
  margin: 0;
  font-size: 13pt;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #243445;
  font-weight: 800;
}

.print-block p,
.print-intro p {
  margin: 0;
  text-align: left;
}

.print-paragraph {
  display: grid;
  gap: 4px;
}

.print-line {
  padding-left: 34px;
  text-align: justify;
}

.print-line.is-nested {
  padding-left: 60px;
}

.execution-witness-start {
  margin-top: 50px;
}

.print-list-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.print-list-row.is-nested {
  grid-template-columns: 26px minmax(0, 1fr);
  padding-left: 34px;
}

.print-list-marker {
  font-weight: 700;
  text-align: left;
}

.print-list-content {
  text-align: left;
  font-weight: bold;
}

.execution-block {
  break-inside: avoid;
  page-break-inside: avoid;
}

@media print {
  .print-shell {
    padding: 0;
  }

  .print-page {
    margin: 0;
    border: 0;
    box-shadow: none;
  }
}
