/* ============================================================
   Climate Behavior Change Impact Calculator — Custom Page Styles
   ============================================================ */

/* 1. Fix title being clipped by the fixed nav */
#tray-nav-canvas {
  padding-top: 140px !important;
}

/* 2. Align title & body content with the left edge of the tool below */
.node--type-custom-page .layout--onecol:first-child .layout__region--content {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* 3. Style the page title to match wri.org h1 */
.block-field-blocknodecustom-pagetitle .field--name-title {
  display: block;
  font-size: 4rem;        /* 64px — matches h1.h1 on wri.org */
  line-height: 4.5rem;    /* 72px */
  font-weight: 700;
  font-family: acumin-pro-semi-condensed, sans-serif, serif;
  color: rgb(26, 25, 25);
  margin-bottom: 2.5rem;
}

/* 4. Style body text to match wri.org/data/data-applications */
.block-field-blocknodecustom-pagebody .field--name-body,
.block-field-blocknodecustom-pagebody .field--name-body p {
  font-size: 1.5rem;      /* 24px */
  line-height: 2rem;      /* 32px */
  font-weight: 600;
  font-family: acumin-pro-semi-condensed, sans-serif, serif;
  color: rgb(26, 25, 25);
}