.tb-document {
  color: #f8f3ec;
  padding: clamp(140px, 16vw, 210px) 24px 96px;
  min-height: 65vh;
}
.tb-document__inner { width: 100%; max-width: 900px; margin-inline: auto; }
.tb-document__heading { margin-bottom: 44px; padding-bottom: 32px; border-bottom: 1px solid #243c3233; }
.tb-document__brand { font-size: 14px; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px; }
.tb-document h1 { font-size: clamp(32px, 5vw, 64px); font-weight: 500; line-height: 1.13; overflow-wrap: anywhere; }
.tb-document__content { font-size: 17px; line-height: 1.75; overflow-wrap: anywhere; }
.tb-document__content > * + * { margin-top: 20px; }
.tb-document__content h2 { margin-top: 44px; margin-bottom: 16px; font-size: clamp(24px, 3vw, 30px); font-weight: 500; line-height: 1.3; }
.tb-document__content h3 { margin-top: 28px; margin-bottom: 12px; font-size: 21px; font-weight: 500; line-height: 1.4; }
.tb-document__content h4 { font-size: 18px; font-weight: 600; }
.tb-document__content p { margin-bottom: 16px; }
.tb-document__content strong, .tb-document__content b { font-weight: 700; }
.tb-document__content em { font-style: italic; }
.tb-document__content ul, .tb-document__content ol { padding-left: 26px; margin-bottom: 20px; }
.tb-document__content ul { list-style: disc outside; }
.tb-document__content ol { list-style: decimal outside; }
.tb-document__content li + li { margin-top: 8px; }
.tb-document__content li > ul, .tb-document__content li > ol { margin-top: 8px; }
.tb-document__content a { color: inherit; text-decoration: underline; text-underline-offset: 4px; }
.tb-document__content a:hover { color: #765326; }
.tb-document__content a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.tb-document__content blockquote { margin-inline: 0; padding: 16px 24px; border-left: 3px solid #243c32; background: #243c3208; }
.tb-document__content .wp-block-table { overflow-x: auto; }
.tb-document__content table { border-collapse: collapse; width: 100%; font-size: 15px; }
.tb-document__content th, .tb-document__content td { border: 1px solid #243c3233; padding: 12px; vertical-align: top; text-align: left; }
.tb-document__content th { font-weight: 600; background: #243c3208; }
.tb-document__content img { max-width: 100%; height: auto; }
.tb-document__content hr { border: 0; border-top: 1px solid #243c3233; margin-block: 32px; }
.tb-document__content code { font-family: monospace; font-size: .9em; }
@media (max-width: 600px) {
  .tb-document { padding: 130px 20px 64px; }
  .tb-document__heading { margin-bottom: 28px; padding-bottom: 24px; }
  .tb-document__content { font-size: 16px; }
}
@media print {
  .header, .footer, .menu, #tb-consent-panel, #tb-consent-settings { display: none !important; }
  .tb-document { padding: 0; color: #000; background: #fff; }
  .tb-document__inner { max-width: none; }
  .tb-document h1 { font-size: 28pt; }
  .tb-document__content { font-size: 11pt; }
  .tb-document__content h2, .tb-document__content h3 { break-after: avoid; }
}
