.page-layout-full .page-columns {
  max-width: 980px;
  margin-inline: auto;
}

#title-block-header {
  margin-bottom: 2.5rem;
}

.campaign-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.25rem;
}

.campaign-hero h1 {
  margin-top: 0;
}

.campaign-hero-copy > :last-child {
  margin-bottom: 0;
}

.campaign-logo {
  display: block;
  width: 132px;
  height: auto;
}

.qwebr-interactive-area {
  border: 1px solid #e2e8ef;
  border-radius: .45rem;
  overflow: hidden;
  box-shadow: none;
}

/* webR places rich HTML output inside a console <code> wrapper. Restore the
   package's intended readable typography for gt tables. */
.qwebr-output-code-area table,
.qwebr-output-code-area table * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

.qwebr-output-code-area pre:has(table),
.qwebr-output-code-area code:has(table) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  white-space: normal;
}

h2 {
  margin-top: 3rem;
}

.forest-output {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto 2rem;
}

.forest-output-uni {
  max-width: 760px;
}

@media (max-width: 600px) {
  .campaign-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .campaign-logo {
    width: 104px;
    grid-row: 1;
  }
}
