* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #252525;
  color: #111;
  font-family: "Nirmala UI", "Noto Serif Devanagari", "Mangal", serif;
}

.print-page {
  position: relative;
  width: 1120px;
  min-height: 1584px;
  margin: 0 auto;
  padding: 24px 38px 22px;
  background:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.035) 1px, transparent 1px, transparent 18px),
    #fffdf5;
  border-top: 12px solid #111;
  border-bottom: 7px solid #9b111e;
  overflow: hidden;
}

.print-mast {
  display: grid;
  grid-template-columns: 1fr minmax(420px, 700px) 1fr;
  gap: 18px;
  align-items: end;
  padding-bottom: 10px;
  border-bottom: 5px solid #111;
}

.print-date,
.print-edition {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.print-edition {
  text-align: right;
}

.print-logo {
  display: block;
  width: 100%;
  max-height: 118px;
  object-fit: contain;
}

.print-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0 14px;
  padding: 8px 14px;
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

h1 {
  margin: 0 28px 12px;
  text-align: center;
  font-size: 60px;
  line-height: 1.03;
  font-weight: 1000;
  letter-spacing: 0;
}

.print-summary {
  margin: 0 42px 18px;
  padding: 8px 18px 13px;
  border-top: 0;
  border-bottom: 4px solid #9b111e;
  color: #741019;
  text-align: center;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

.print-body {
  column-count: 3;
  column-gap: 24px;
  column-rule: 2px solid rgba(17, 17, 17, 0.22);
  text-align: justify;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 540;
}

.print-body p {
  margin: 0 0 11px;
  break-inside: avoid;
}

.print-body h2 {
  margin: 3px 0 8px;
  color: #9b111e;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 1000;
  break-after: avoid;
  break-inside: avoid;
}

.print-body p:first-child::first-letter {
  float: left;
  margin: 5px 8px 0 0;
  color: #9b111e;
  font-size: 78px;
  line-height: 0.82;
  font-weight: 1000;
}

footer {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 24px;
  margin-top: 0;
  padding: 9px 14px;
  background: #9b111e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
