* {
  box-sizing: border-box;
}

body.rbe6-paper {
  color: #18171c;
  background: #f6f1e6;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px;
  font: 17px / 1.6 Iowan Old Style, Palatino Linotype, Palatino, Book Antiqua, Georgia, serif;
}

.rbe6-paper a {
  color: #18171c;
  text-underline-offset: 3px;
  text-decoration-color: #d86a63;
}

.rbe6-paper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rbe6-paper h1, .rbe6-paper h2, .rbe6-paper h3 {
  margin: .3em 0;
  font-family: Iowan Old Style, Palatino Linotype, Palatino, Book Antiqua, Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
}

.rbe6-flag {
  text-align: center;
  padding: 26px 0 0;
}

.rbe6-strap {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5b5859;
  font-size: 12px;
}

.rbe6-doc {
  align-items: center;
  gap: 12px;
  margin: 6px 0;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.rbe6-doc img {
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.rbe6-sections {
  justify-content: center;
  gap: 26px;
  margin: 12px 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  display: flex;
}

.rbe6-sections a {
  text-decoration: none;
}

.rbe6-menu-btn {
  color: #18171c;
  font: inherit;
  background: none;
  border: 1px solid #18171c;
  margin: 6px auto;
  padding: 4px 12px;
  font-size: 13px;
  display: none;
}

.rbe6-rule {
  border: 0;
  border-top: 3px double #18171c;
  margin: 18px 0;
}

.rbe6-row {
  grid-template-columns: 1.25fr 1fr;
  gap: 42px;
  display: grid;
}

.rbe6-leader h1 {
  font-size: clamp(34px, 5vw, 54px);
}

.rbe6-column {
  border-left: 1px solid #18171c40;
  padding-left: 30px;
}

.rbe6-checks {
  padding-left: 20px;
}

.rbe6-checks li {
  margin: 4px 0;
}

.rbe6-ranked {
  counter-reset: x;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rbe6-entry {
  border-bottom: 1px solid #18171c2e;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  display: grid;
}

.rbe6-entry:first-child h3 {
  color: #d86a63;
}

.rbe6-numeral {
  color: #d86a63;
  font-family: Iowan Old Style, Palatino Linotype, Palatino, Book Antiqua, Georgia, serif;
  font-size: 28px;
}

.rbe6-entry h3 {
  margin: 0;
  font-size: 21px;
}

.rbe6-entry small {
  opacity: .75;
  font-size: 12px;
}

.rbe6-read-on {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.rbe6-boxout {
  background: #fffdf7;
  border: 1px solid #18171c;
  margin: 16px 0;
  padding: 12px 14px;
  font-size: 13px;
}

.rbe6-blank {
  border: 1px dashed #18171c;
  padding: 18px;
}

.rbe6-features {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 0;
  list-style: none;
  display: grid;
}

.rbe6-feature a {
  text-decoration: none;
  display: block;
}

.rbe6-feature img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: grayscale(.35);
}

.rbe6-feature span {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d86a63;
  margin-top: 10px;
  font-size: 11px;
  display: block;
}

.rbe6-feature strong {
  margin: 4px 0;
  font-family: Iowan Old Style, Palatino Linotype, Palatino, Book Antiqua, Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}

.rbe6-feature em {
  font-size: 13px;
}

.rbe6-leaf article {
  max-width: 720px;
  margin: 0 auto 60px;
}

.rbe6-standfirst {
  border-bottom: 1px solid #18171c40;
  padding-bottom: 16px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.rbe6-plate {
  margin: 20px 0;
}

.rbe6-imprint {
  padding: 0 0 40px;
  font-size: 14px;
}

.rbe6-imprint-table {
  border-collapse: collapse;
  width: 100%;
  margin: 12px 0;
}

.rbe6-imprint-table th {
  text-align: left;
  vertical-align: top;
  width: 190px;
  padding: 8px 14px 8px 0;
  font-weight: 700;
}

.rbe6-imprint-table td {
  border-top: 1px solid #18171c2e;
  padding: 8px 0;
}

.rbe6-banner {
  color: #f6f1e6;
  z-index: 20;
  background: #18171c;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  font-size: 12px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.rbe6-banner p {
  margin: 0;
}

.rbe6-banner button {
  color: #18171c;
  background: #d86a63;
  border: 0;
  padding: 6px 14px;
  font-weight: 700;
}

.rbe6-banner[hidden] {
  display: none;
}

@media (width <= 760px) {
  .rbe6-row, .rbe6-features {
    grid-template-columns: 1fr;
  }

  .rbe6-column {
    border: 0;
    padding: 0;
  }

  .rbe6-sections {
    flex-direction: column;
    gap: 10px;
    display: none;
  }

  .rbe6-sections.rbe6-shown {
    display: flex;
  }

  .rbe6-menu-btn {
    display: block;
  }

  .rbe6-imprint-table th {
    width: auto;
    display: block;
  }

  .rbe6-imprint-table td {
    display: block;
  }
}
