/* --------------------------------------------------------------------------
   Privacy Policy, Terms & Conditions

   One column, one measure, nothing decorative. These pages are read start to
   finish by somebody who has a reason to; the job of the design is to make the
   sentences easy to follow and the sections easy to find again.
   -------------------------------------------------------------------------- */

.w2e-legal-page .site-content,
.w2e-legal-page #content {
  background: var(--w2e-paper);
}

.w2e-legal-page .ast-container,
.w2e-legal-page .site-content > .ast-container,
.w2e-legal-page #primary,
.w2e-legal-page .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.w2e-legal {
  display: block;
  width: 100%;
}

.w2e-legal {
  font-family: var(--w2e-sans);
  color: var(--w2e-text);
}

/* The band under the header. Navy, so the page starts on the brand rather
   than on a white gap under a navy bar. */
.w2e-legal__head {
  background: var(--w2e-navy);
  padding: clamp(3.5rem, 9vw, 6rem) 0 clamp(2.5rem, 6vw, 4rem);
}

/* The same measure and the same padding as the body below, so the title, the
   date and the first paragraph all start on one vertical line. */
.w2e-legal__title,
.w2e-legal__date {
  box-sizing: border-box;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.25rem, 5vw, 2rem);
  padding-right: clamp(1.25rem, 5vw, 2rem);
}

.w2e-legal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--w2e-serif);
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1.1;
  color: #fff;
}

.w2e-legal__date {
  margin-top: .9rem;
  margin-bottom: 0;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--w2e-gold-soft);
}

.w2e-legal__body {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.5rem) clamp(1.25rem, 5vw, 2rem) clamp(4rem, 10vw, 6.5rem);
}

.w2e-legal__body h2 {
  margin: 2.75rem 0 .85rem;
  font-family: var(--w2e-serif);
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  line-height: 1.25;
  color: var(--w2e-navy);
}

.w2e-legal__body h2:first-child {
  margin-top: 0;
}

.w2e-legal__body p {
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--w2e-text);
}

.w2e-legal__body ul {
  margin: 0 0 1.15rem;
  padding-left: 1.2rem;
}

.w2e-legal__body li {
  margin-bottom: .5rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--w2e-text);
}

.w2e-legal__body a {
  color: var(--w2e-navy);
  text-decoration: underline;
  text-underline-offset: .18em;
}

.w2e-legal__body a:hover,
.w2e-legal__body a:focus-visible {
  color: var(--w2e-gold-deep);
}

/* A hairline between sections, so the eye can find its place again on a long
   page without the headings having to shout. */
.w2e-legal__body h2::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-bottom: 1.4rem;
  background: var(--w2e-gold);
}

.w2e-legal__body h2:first-child::before {
  display: none;
}
