:root {
	--wespa-navy: #1f3945;
	--wespa-blue: #294958;
	--wespa-sage: #738b80;
	--wespa-soft-sage: #e5ece7;
	--wespa-ivory: #f8f5ed;
	--wespa-paper: #fffdf8;
	--wespa-amber: #b47b37;
	--wespa-ink: #263238;
	--wespa-line: #cfd8d3;
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: .22em; }
a:focus-visible,
summary:focus-visible,
button:focus-visible {
	outline: 3px solid var(--wespa-amber);
	outline-offset: 4px;
}

.wespa-status-bar {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.wespa-status-inner { min-height: 36px; }
.wespa-status-inner p { margin: 0; }
.wespa-preview-label { color: #dce7e1; }

.wespa-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 50;
	border-bottom: 1px solid rgba(41, 73, 88, .18);
	background: rgba(248, 245, 237, .96) !important;
	backdrop-filter: blur(10px);
}
.wespa-header-inner { min-height: 92px; }
.wespa-brand-mark {
	display: block;
	height: auto;
	margin: 0;
}
.wespa-brand .wp-block-site-title { margin: 0; letter-spacing: .04em; }
.wespa-brand .wp-block-site-title a { color: var(--wespa-navy); text-decoration: none; }
.wespa-brand-long {
	max-width: 330px;
	margin: 0;
	color: #607078;
	font-size: .72rem;
	line-height: 1.25;
}

.wespa-hero {
	padding-top: clamp(4.5rem, 9vw, 7rem);
	background:
		linear-gradient(90deg, rgba(229, 236, 231, .48) 1px, transparent 1px) 50% 0 / 122px 100%,
		var(--wespa-ivory);
}
.wespa-hero-grid { gap: clamp(3rem, 8vw, 8rem); }
.wespa-hero h1 {
	max-width: 820px;
	margin-bottom: 2rem;
	letter-spacing: -.045em;
	line-height: .99;
}
.wespa-hero h1 em { color: var(--wespa-sage); font-weight: 400; }
.wespa-eyebrow {
	margin-bottom: 1.2rem;
	color: var(--wespa-sage);
	font-size: .71rem;
	font-weight: 750;
	letter-spacing: .14em;
	line-height: 1.3;
	text-transform: uppercase;
}
.wespa-hero-intro {
	max-width: 680px;
	color: #3e5057;
	line-height: 1.65;
}
.wespa-reassurance { color: #607078; }
.wespa-status-card {
	margin-bottom: 2rem;
	padding-left: 2rem;
	border-left: 1px solid var(--wespa-sage);
	color: #4b5c62;
}
.wespa-status-statement {
	color: var(--wespa-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4rem;
	line-height: 1.35;
}
.wespa-occupations {
	margin-top: 5rem;
	padding: 1.3rem 0;
	border-top: 1px solid var(--wespa-line);
	color: #607078;
	font-size: .76rem;
	word-spacing: .5rem;
}

.wespa-section { padding-top: clamp(5.5rem, 10vw, 8.5rem); padding-bottom: clamp(5.5rem, 10vw, 8.5rem); }
.wespa-section > .wp-block-columns { gap: clamp(3.5rem, 10vw, 9rem); }
.wespa-prose .has-large-font-size { color: var(--wespa-navy); font-family: Georgia, "Times New Roman", serif; }
.wespa-section-heading {
	box-sizing: border-box;
	max-width: 864px;
	margin: 0 0 5rem 0 !important;
	padding-right: clamp(1.25rem, 3.3vw, 2.625rem);
	padding-left: clamp(1.25rem, 3.3vw, 2.625rem);
}

.wespa-commitments { border-top: 1px solid rgba(41, 73, 88, .3); }
.wespa-commitment {
	grid-template-columns: 70px minmax(250px, .8fr) minmax(300px, 1fr) !important;
	gap: 2rem;
	align-items: baseline;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(41, 73, 88, .25);
}
.wespa-commitment > * { margin: 0; }
.wespa-commitment > p:first-child { color: var(--wespa-amber); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.wespa-commitment > p:last-child { color: #4b5e57; }

.wespa-pathways {
	gap: 0;
	border-top: 1px solid var(--wespa-line);
	border-bottom: 1px solid var(--wespa-line);
}
.wespa-pathway { min-height: 320px; padding: 2.2rem 2.5rem 2.4rem 0; }
.wespa-pathway + .wespa-pathway { padding-left: 2.5rem; border-left: 1px solid var(--wespa-line); }

.wespa-principle { padding-top: 5.5rem; padding-bottom: 5.5rem; }
.wespa-principle h2 { max-width: 790px; margin: 0; }
.wespa-principle p { color: #b9c8c2; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.wespa-faq-list { border-top: 1px solid var(--wespa-line); }
.wespa-faq-list details { margin: 0; padding: 1.25rem 0; border-bottom: 1px solid var(--wespa-line); }
.wespa-faq-list summary { color: var(--wespa-navy); cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; }

.wespa-notice {
	padding: 2.2rem;
	border-top: 3px solid var(--wespa-amber);
	background: var(--wespa-paper);
	box-shadow: 0 18px 50px rgba(31, 57, 69, .08);
}

.wespa-footer { padding-top: 4.25rem; padding-bottom: 1.5rem; }
.wespa-footer a { color: #dce4df; }
.wespa-footer ul { padding-left: 1rem; }
.wespa-legal {
	margin-top: 3rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(229, 236, 231, .18);
	color: #b9c8c2;
	font-size: .7rem;
}

@media (max-width: 781px) {
	.wespa-preview-label,
	.wespa-brand-long { display: none; }
	.wespa-header-inner { min-height: 64px; }
	.wespa-hero { background: var(--wespa-ivory); }
	.wespa-status-card { padding-left: 1.25rem; }
	.wespa-commitment {
		grid-template-columns: 38px 1fr !important;
		gap: .8rem 1rem;
	}
	.wespa-commitment > p:last-child { grid-column: 2; }
	.wespa-pathway { min-height: 0; padding: 2rem 0; }
	.wespa-pathway + .wespa-pathway { padding: 2rem 0; border-top: 1px solid var(--wespa-line); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}


/* Mobile footer brand: stack the full name beneath the badge. Header branding is unchanged. */
@media (max-width: 460px) {
	.wespa-footer-brand {
		display: grid;
		grid-template-columns: 1.5px minmax(0, 1fr);
		gap: .75rem 1rem;
		width: 100%;
		max-width: 100%;
		align-items: stretch;
	}
	.wespa-footer-brand .wespa-brand-mark {
		grid-column: 1 / -1;
		grid-row: 1;
		width: 78px;
	}
	.wespa-footer-brand .wespa-brand-divider {
		grid-column: 1;
		grid-row: 2;
		width: 1.5px;
		height: auto;
		min-height: 70px;
	}
	.wespa-footer-brand .wespa-brand-name {
		grid-column: 2;
		grid-row: 2;
		min-width: 0;
		white-space: normal;
	}
}


/* Compact horizontal mobile footer brand. */
@media (max-width: 460px) {
	.wespa-footer-brand {
		display: flex;
		align-items: center;
		gap: .65rem;
		width: auto;
		max-width: 100%;
	}
	.wespa-footer-brand .wespa-brand-mark {
		display: block;
		width: 60px;
		grid-column: auto;
		grid-row: auto;
		flex: 0 0 60px;
	}
	.wespa-footer-brand .wespa-brand-divider {
		display: block;
		width: 1px;
		height: 56px;
		min-height: 0;
		grid-column: auto;
		grid-row: auto;
		flex: 0 0 1px;
	}
	.wespa-footer-brand .wespa-brand-name {
		display: grid;
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
		font-size: .65rem;
		line-height: 1.35;
		letter-spacing: .025em;
		white-space: nowrap;
	}
}


/* Keep the mobile hero label in two meaningful lines. */
@media (max-width: 460px) {
	.wespa-hero .wespa-eyebrow {
		max-width: 22ch;
	}
}

@media (max-width: 460px) {
	.wespa-hybrid-hero .wespa-eyebrow {
		max-width: 22ch;
	}
}

@media (max-width: 460px) {
	.wespa-hybrid-hero .wespa-eyebrow {
		max-width: 26ch;
	}
}


/* Keep the desktop closing statement in its intended two lines. */
@media (min-width: 782px) {
	.wespa-hybrid-cta h2 {
		max-width: 780px;
	}
	.wespa-hybrid-cta .wespa-closing-line {
		white-space: nowrap;
	}
}


/* Optional line break used only on narrow phone screens. */
.wespa-narrow-break {
	display: none;
}
@media (max-width: 400px) {
	.wespa-narrow-break {
		display: block;
	}
}


/* Keep the organizing-status label on one line on narrow phones. */
@media (max-width: 400px) {
	.wespa-status-inner > p:first-child {
		font-size: .58rem;
		letter-spacing: .07em;
		line-height: 1.2;
		white-space: nowrap;
	}
	.wespa-status-inner > p:first-child span {
		display: inline;
	}
}


/* Center the organizing-status label on narrow phones. */
@media (max-width: 400px) {
	.wespa-status-inner {
		justify-content: center;
	}
	.wespa-status-inner > p:first-child {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
}


/* Align both reassurance lines independently of the leading dot. */
@media (max-width: 400px) {
	.wespa-privacy-note {
		position: relative;
		padding-left: 14px;
	}
	.wespa-privacy-note::before {
		position: absolute;
		top: .78em;
		left: 0;
		margin-right: 0;
		transform: translateY(-50%);
	}
}


/* Align wrapped FAQ questions independently of the disclosure marker. */
@media (max-width: 400px) {
  .wespa-faq-list summary {
    position: relative;
    display: block;
    padding-left: 16px;
    list-style: none;
  }

  .wespa-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .wespa-faq-list summary::before {
    content: "▶";
    position: absolute;
    top: .12em;
    left: 0;
    color: var(--wespa-sage);
    font-family: Arial, sans-serif;
    font-size: .66em;
    line-height: 1.5;
  }

  .wespa-faq-list details[open] > summary::before {
    content: "▼";
  }
}


/* Vertically align FAQ arrows with the first text line. */
@media (max-width: 400px) {
  .wespa-faq-list summary::before {
    top: calc(1rem + .3em + 1px);
  }
}


/* Continue the FAQ alignment treatment through 450px screens. */
@media (min-width: 401px) and (max-width: 450px) {
  .wespa-faq-list summary {
    position: relative;
    display: block;
    padding-left: 16px;
    list-style: none;
  }

  .wespa-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .wespa-faq-list summary::before {
    content: "▶";
    position: absolute;
    top: calc(1rem + .3em + 1px);
    left: 0;
    color: var(--wespa-sage);
    font-family: Arial, sans-serif;
    font-size: .66em;
    line-height: 1.5;
  }

  .wespa-faq-list details[open] > summary::before {
    content: "▼";
  }
}


/* Center the organizing-status label on mobile screens through 450px. */
@media (min-width: 401px) and (max-width: 450px) {
  .wespa-status-inner {
    justify-content: center;
  }

  .wespa-status-inner > p:first-child {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}


/* Keep the role strip visually open. */
.wespa-role-strip {
  border-top: 0;
  border-bottom: 0;
}


/* Keep the representation-checkup link as one plain line. */
.wespa-recognition .wespa-text-link {
  white-space: nowrap;
}


/* Keep the privacy reassurance plain and on one line. */
.wespa-privacy-note {
  font-weight: 400;
  white-space: nowrap;
}


/* Stable FAQ chevrons: drawn with CSS so mobile systems cannot substitute icons. */
.wespa-home-faq summary {
  display: block;
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.wespa-home-faq summary::-webkit-details-marker {
  display: none;
}

.wespa-home-faq summary::marker {
  content: "";
}

.wespa-home-faq summary::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 1px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.wespa-home-faq details[open] > summary::before {
  transform: rotate(45deg);
}


@media (max-width: 450px) {
  .wespa-home-faq summary::before {
    top: calc(.64em + 8px);
  }
}


/* Lower FAQ chevrons on phone screens. */
@media (max-width: 450px) {
  .wespa-home-faq summary::before {
    top: calc(.64em + 16px);
  }
}


@media (max-width: 450px) {
  .wespa-home-faq .wespa-faq-list summary::before {
    top: 2em !important;
  }
}


/* Compact caption over the phone-width hero image. */
.wespa-mobile-visual {
  display: none;
}

@media (max-width: 460px) {
  .wespa-mobile-visual {
    display: block;
    position: relative;
  }

  .wespa-mobile-visual .wespa-mobile-workers-image {
    display: block;
  }

  .wespa-mobile-solidarity-card {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 8px;
    left: 10px;
    padding: 10px 12px;
    gap: 10px;
    font-size: .82rem;
    line-height: 1.3;
  }

  .wespa-mobile-solidarity-card p {
    margin: 0;
  }
}


@media (max-width: 460px) {
  .wespa-mobile-solidarity-card {
    transform: translate(20px, 20px);
  }
}


/* Accessible small-text colors: preserve the palette with WCAG-compliant contrast. */
.wespa-eyebrow {
  color: #536f63;
}

.wespa-card-number,
.wespa-mechanism-list span {
  color: #8f5d23;
}

.wespa-rights-preview .wespa-resource-card .wespa-card-number {
  color: #8f5d23 !important;
}\n\n/* Structured legal-rights library */
.wespa-rights-start {
  padding: clamp(3rem, 7vw, 5.5rem) max(1.25rem, calc((100% - 1180px) / 2));
}
.wespa-rights-start .wespa-section-intro { max-width: 760px; }
.wespa-rights-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 0;
  margin-top: 2rem;
}
.wespa-rights-topic-grid a {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: .65rem;
  align-items: baseline;
  padding: .9rem 0;
  border: 0;
  border-top: 1px solid #cbd7d3;
  border-radius: 0;
  background: transparent;
  color: #183e4b;
  text-decoration: none;
  box-shadow: none;
}
.wespa-rights-topic-grid a:hover,
.wespa-rights-topic-grid a:focus-visible {
  border-color: #8fa69e;
  color: #376f3d;
  box-shadow: none;
}
.wespa-rights-topic-grid strong { display: block; font-size: clamp(1.12rem, 1.6vw, 1.3rem); line-height: 1.3; }
.wespa-rights-topic-grid span { color: #3f7037; font-size: .95rem; font-weight: 800; }
.wespa-rights-how {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto clamp(3rem, 7vw, 5.5rem);
  border: 1px solid #d8e1de;
  border-radius: 12px;
  background: #f6f8f7;
  overflow: hidden;
}
.wespa-rights-how > div {
  display: grid;
  gap: .35rem;
  padding: 1.2rem;
}
.wespa-rights-how > div + div { border-left: 1px solid #d8e1de; }
.wespa-rights-how strong { color: #183e4b; }
.wespa-rights-how span { color: #52656a; line-height: 1.55; }
.wespa-rights-library > .wespa-right-entry { border-top: 1px solid #d8e1de; }
.wespa-rights-library > .wespa-right-entry:last-child { border-bottom: 1px solid #d8e1de; }
.wespa-right-entry summary {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 2rem;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 0;
  color: #183e4b;
  cursor: pointer;
  list-style: none;
}
.wespa-right-entry summary::-webkit-details-marker { display: none; }
.wespa-right-entry summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #b8c8c2;
  border-radius: 50%;
  color: #376f3d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.wespa-right-entry[open] summary::after { content: "\2212"; }
.wespa-right-number {
  padding-top: .18rem;
  color: #3f7037;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.wespa-right-entry summary > span:nth-child(2) {
  display: grid;
  gap: .2rem;
}
.wespa-right-entry summary strong {
  color: #183e4b;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.35;
}
.wespa-right-entry summary small {
  color: #536168;
  font-size: .74rem;
  font-weight: 700;
  color: #536168;
  line-height: 1.4;
  text-transform: uppercase;
}
.wespa-right-body {
  max-width: 820px;
  margin-left: 4rem;
  padding: 0 0 1.75rem;
  color: #35494f;
}
.wespa-right-body p { margin: 0 0 .9rem; line-height: 1.7; }
.wespa-right-label {
  margin: 1.15rem 0 .35rem;
  color: #536168;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .075em;
  line-height: 1.4;
  text-transform: uppercase;
}
.wespa-right-body ul { margin: .4rem 0 1rem 1.15rem; }
.wespa-right-body li { margin-bottom: .45rem; line-height: 1.6; }
.wespa-official-source {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.15rem;
}
.wespa-official-source a {
  display: inline;
  margin-right: 1rem;
  color: #24586a;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}
.wespa-official-source a:hover,
.wespa-official-source a:focus-visible {
  color: #376f3d;
  text-decoration-thickness: 2px;
}
.wespa-rights-note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid #c58a3a;
  background: #fbf6eb;
  color: #3d4b4f;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .wespa-rights-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wespa-rights-how { grid-template-columns: 1fr; margin-inline: 1.25rem; }
  .wespa-rights-how > div + div { border-left: 0; border-top: 1px solid #d8e1de; }
}
@media (max-width: 600px) {
  .wespa-rights-start { padding-block: 2.75rem; }
  .wespa-rights-topic-grid { grid-template-columns: 1fr; gap: .7rem; }
  .wespa-rights-topic-grid a { padding: 1rem; }
  .wespa-rights-how { margin-bottom: 3rem; }
  .wespa-right-entry summary {
    grid-template-columns: 2.2rem minmax(0, 1fr) 1.8rem;
    gap: .65rem;
    padding: 1rem 0;
  }
  .wespa-right-entry summary::after {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 1.1rem;
  }
  .wespa-right-entry summary small { font-size: .68rem; }
  .wespa-right-body { margin-left: 0; padding-bottom: 1.5rem; }
  .wespa-official-source a { display: inline-block; margin-bottom: .55rem; }
}\n

/* Practical rights guidance */
.wespa-deadline-warning {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  padding: 1rem 1.1rem;
  border-left: 4px solid #c58a3a;
  background: #fbf6eb;
  color: #3d4b4f;
}
.wespa-deadline-warning strong { color: #183e4b; }
.wespa-deadline-warning span { line-height: 1.55; }
.wespa-rights-glossary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  margin: 2rem 0 0;
}
.wespa-rights-glossary dl > div {
  padding: 1rem 0;
  border-top: 1px solid #cbd7d3;
}
.wespa-rights-glossary dt {
  margin-bottom: .3rem;
  color: #183e4b;
  font-weight: 700;
}
.wespa-rights-glossary dd {
  margin: 0;
  color: #52656a;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .wespa-deadline-warning {
    grid-template-columns: 1fr;
    gap: .35rem;
    margin-inline: 1.25rem;
  }
  .wespa-rights-glossary dl { grid-template-columns: 1fr; }
}

/* Rights page spacing alignment */
.page-id-44 .wespa-page-main {
  width: 100%;
  margin-inline: 0;
  padding-bottom: 0;
}
.page-id-44 .wespa-page-hero,
.page-id-44 .wespa-content-section {
  width: 100%;
  margin-left: 0;
}
.page-id-44 .wespa-page-hero {
  padding-top: clamp(3rem, 4vw, 4rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}
.page-id-44 .entry-content > .wespa-deadline-warning {
  width: auto;
  max-width: none;
  margin-inline: 3.3vw;
}

@media (max-width: 600px) {
  .page-id-44 .wespa-page-hero,
  .page-id-44 .wespa-content-section {
    padding-inline: 20px;
  }
  .page-id-44 .wespa-content-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

/* Full-width Rights table of contents */
.page-id-44 .entry-content > .wespa-rights-start {
  width: auto;
  max-width: none;
  margin-inline: 3.3vw;
}
.page-id-44 .wespa-rights-start .wespa-section-heading {
  max-width: 760px;
}
@media (max-width: 600px) {
  .page-id-44 .entry-content > .wespa-rights-start {
    margin-inline: 20px;
  }
}

/* Release inherited constrained-layout width */
.page-id-44 .entry-content > .wespa-rights-start {
  width: auto !important;
  max-width: none !important;
  margin-left: 3.3vw !important;
  margin-right: 3.3vw !important;
}
.page-id-44 .wespa-rights-start > .wespa-rights-topic-grid {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 600px) {
  .page-id-44 .entry-content > .wespa-rights-start {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

/* Match Rights introduction typography to content sections */
.page-id-44 .wespa-rights-start .wespa-section-heading {
  padding-inline: 0;
}
.page-id-44 .wespa-rights-start h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

/* Combined Rights information notice */
.page-id-44 .wespa-deadline-warning {
  display: block;
}
.page-id-44 .wespa-deadline-warning p {
  margin: 0;
  line-height: 1.6;
}
.page-id-44 .wespa-deadline-warning strong {
  white-space: nowrap;
}


/* Rights introduction and contents background */
.page-id-44 .wespa-rights-start {
  background: #f8f5ed;
}


/* Start Rights background alternation after the contents */
.page-id-44 .wespa-content-section:not(.wespa-content-tint) {
  background: #fffdf8;
}


/* Keep the Rights contents within the standard content column */
.page-id-44 .wespa-rights-start {
  max-width: 760px;
}


/* Rights contents use the standard content column */
.page-id-44 .entry-content > .wespa-rights-start {
  width: auto !important;
  max-width: 760px !important;
  margin-left: max(20px, 3.3vw) !important;
  margin-right: auto !important;
}


/* Match the Rights contents to the rights-entry area */
.page-id-44 .entry-content > .wespa-rights-start {
  width: auto !important;
  max-width: none !important;
  margin-left: max(20px, 3.3vw) !important;
  margin-right: max(20px, 3.3vw) !important;
}


/* Match the responsive width of the Rights entry rows */
.page-id-44 .entry-content > .wespa-rights-start {
  width: calc(100% - max(40px, 6.6vw)) !important;
  max-width: 1165px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* More breathing room below the Rights contents */
.page-id-44 .wespa-rights-start {
  padding-bottom: clamp(3rem, 5vw, 5rem);
}


/* Close the final row of the Rights contents */
.page-id-44 .wespa-rights-topic-grid a:nth-last-child(-n + 2) {
  border-bottom: 1px solid #cbd7d3;
}
@media (max-width: 600px) {
  .page-id-44 .wespa-rights-topic-grid a:nth-last-child(2) {
    border-bottom: 0;
  }
  .page-id-44 .wespa-rights-topic-grid a:last-child {
    border-bottom: 1px solid #cbd7d3;
  }
}


/* Explicit Rights explanation-label color */
.page-id-44 .wespa-right-body .wespa-right-label {
  color: #536168 !important;
}


/* Marked notes inside Rights entries */
.page-id-44 .wespa-right-note {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-left: 3px solid #3f7037;
  background: #f1f5ee;
  color: #243238;
}
.page-id-44 .wespa-right-note p {
  margin: 0;
}
.page-id-44 .wespa-right-note strong {
  color: #3f7037;
}


/* 1.10.55 mobile reading, navigation, and accessibility refinements. */
.wespa-primary-nav a {
  padding: .7rem .25rem;
  font-size: .84rem;
  line-height: 1.45;
}
.wespa-primary-nav a[aria-current="page"],
.wespa-mobile-nav a[aria-current="page"],
.wespa-footer a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: .3em;
}
.wespa-mobile-nav-single a {
  display: inline-flex;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  padding: .6rem .8rem;
  border: 1px solid #294958;
  color: #1f3945;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.wespa-footer-grid--review {
  grid-template-columns: 2fr 1fr;
}
.wespa-role-heading {
  font-size: 1rem;
}
.wespa-role-list {
  font-size: .95rem;
  line-height: 1.5;
}
.wespa-home-faq .wespa-faq-list summary {
  display: flex;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  padding: .8rem 2rem .8rem 0;
}
.page-id-44 .wespa-page-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.page-id-44 #organizing,
.page-id-44 #representation,
.page-id-44 #workplace-problems,
.page-id-44 #pay-benefits,
.page-id-44 #leave-safety,
.page-id-44 #discrimination,
.page-id-44 #school-rights,
.page-id-44 #enforcement,
.page-id-44 #rights-start-title {
  scroll-margin-top: 7rem;
}
.page-id-44 .wespa-right-body {
  max-width: 72ch;
}
.page-id-44 .wespa-right-label,
.page-id-44 .wespa-right-entry summary small {
  font-size: .78rem;
}
.page-id-44 .wespa-page-notice p {
  margin-top: 0;
  margin-bottom: .75rem;
}
.page-id-44 .wespa-page-notice p:last-child {
  margin-bottom: 0;
}
.page-id-44 .wespa-right-note {
  border-left-color: #3f7037;
}
.page-id-44 .wespa-right-note strong {
  color: #3f7037;
}
@media (max-width: 781px) {
  .wespa-footer-grid--review {
    grid-template-columns: 1fr;
  }
  .wespa-mobile-nav a {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .page-id-44 .wespa-page-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
  .page-id-44 .wespa-page-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.25rem);
    line-height: 1.04;
  }
  .page-id-44 .wespa-page-lead {
    font-size: 1.06rem;
    line-height: 1.6;
  }
  .page-id-44 .wespa-page-notice {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .page-id-44 .wespa-right-entry summary strong {
    font-size: 1.02rem;
    line-height: 1.45;
  }
  .page-id-44 .wespa-right-entry summary small {
    font-size: .75rem;
    line-height: 1.45;
  }
  .page-id-44 .wespa-right-body p:not(.wespa-right-label) {
    line-height: 1.7;
  }
}
@media (max-width: 450px) {
  .wespa-home-faq .wespa-faq-list summary {
    display: block;
    min-height: 48px;
    padding: 1rem 2rem 1rem 16px;
  }
}
@media (max-width: 400px) {
  .wespa-status-inner > p:first-child {
    font-size: .65rem;
    letter-spacing: .035em;
  }
}

/* 1.10.56: Align FAQ chevrons with the first line after the larger touch-target padding. */
.wespa-home-faq .wespa-faq-list summary::before {
  top: calc(.8rem + .56em) !important;
}
@media (max-width: 450px) {
  .wespa-home-faq .wespa-faq-list summary::before {
    top: calc(1rem + .22em) !important;
  }
}

/* 1.10.57: Reserve horizontal space for FAQ chevrons. */
.wespa-home-faq .wespa-faq-list summary {
  padding-left: 18px;
}
@media (max-width: 450px) {
  .wespa-home-faq .wespa-faq-list summary {
    padding-left: 16px;
  }
}

/* 1.10.58: Center mobile FAQ chevrons against the complete wrapped question. */
@media (max-width: 450px) {
  .wespa-home-faq .wespa-faq-list summary {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: 1rem 2rem 1rem 0;
    list-style: none;
  }
  .wespa-home-faq .wespa-faq-list summary::before {
    content: "";
    position: static;
    top: auto !important;
    left: auto;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 0;
    border-right: 2px solid var(--wespa-sage);
    border-bottom: 2px solid var(--wespa-sage);
    transform: rotate(-45deg);
  }
  .wespa-home-faq .wespa-faq-list details[open] > summary::before {
    content: "";
    transform: rotate(45deg);
  }
}

/* 1.10.59: Private interactive Representation Checkup. */
.page-id-45 .wespa-checkup-hero {
  padding-bottom: clamp(3.25rem, 7vw, 5.5rem);
}
.page-id-45 .wespa-checkup-hero h1 {
  max-width: 16ch;
}
.page-id-45 .wespa-checkup-intro {
  max-width: 1080px;
}
.wespa-checkup-privacy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .35rem .85rem;
  align-items: start;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--wespa-sage);
  background: #f1f5ee;
  color: var(--wespa-navy);
  line-height: 1.55;
}
.wespa-checkup-privacy strong {
  color: #3f7037;
}
.wespa-checkup-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem 3rem;
  align-items: end;
  margin-bottom: 1.75rem;
}
.wespa-checkup-heading h2 {
  max-width: 18ch;
  margin: .3rem 0 .75rem;
}
.wespa-checkup-heading > div > p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
}
.wespa-checkup-progress {
  min-width: 150px;
  margin: 0;
  padding: .8rem 1rem;
  border: 1px solid var(--wespa-line);
  border-radius: 999px;
  color: var(--wespa-navy);
  text-align: center;
  white-space: nowrap;
}
.wespa-checkup-progress strong {
  color: #3f7037;
  font-size: 1.15em;
}
.wespa-checkup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.wespa-checkup-question {
  min-width: 0;
  margin: 0;
  padding: 1.4rem;
  border: 1px solid var(--wespa-line);
  border-radius: 14px;
  background: #fff;
}
.wespa-checkup-question legend {
  width: 100%;
  padding: 0;
  color: var(--wespa-navy);
  font-size: 1.16rem;
  font-weight: 750;
  line-height: 1.4;
}
.wespa-checkup-question legend span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin: 0 .55rem .25rem 0;
  place-items: center;
  border-radius: 50%;
  background: #f1f5ee;
  color: #3f7037;
  font-size: .75rem;
  font-weight: 800;
  vertical-align: middle;
}
.wespa-checkup-question > p {
  min-height: 3.25em;
  margin: .8rem 0 1rem;
  color: var(--wespa-ink-soft);
  font-size: .96rem;
  line-height: 1.62;
}
.wespa-checkup-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}
.wespa-checkup-options label {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .65rem .55rem;
  border: 1px solid #b9c5c8;
  border-radius: 10px;
  background: #fff;
  color: var(--wespa-navy);
  cursor: pointer;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.wespa-checkup-options label:hover {
  border-color: var(--wespa-sage);
  background: #f7faf5;
}
.wespa-checkup-options label:has(input:checked) {
  border-color: #4c8441;
  background: #e9f2e5;
  box-shadow: inset 0 0 0 1px #4c8441;
}
.wespa-checkup-options input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: #4c8441;
}
.wespa-checkup-options input:focus-visible {
  outline: 3px solid #d3a33f;
  outline-offset: 3px;
}
.wespa-checkup-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  margin-top: .75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--wespa-line);
}
.wespa-checkup-actions button {
  min-height: 50px;
  padding: .75rem 1.2rem;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 750;
  cursor: pointer;
}
.wespa-checkup-submit {
  border: 1px solid #3f7037;
  background: #4c8441;
  color: #fff;
}
.wespa-checkup-submit:hover:not(:disabled) {
  background: #3f7037;
}
.wespa-checkup-submit:disabled {
  border-color: #c3c9c7;
  background: #dfe3e1;
  color: #69716f;
  cursor: not-allowed;
}
.wespa-checkup-reset {
  border: 1px solid var(--wespa-navy);
  background: transparent;
  color: var(--wespa-navy);
}
.wespa-checkup-reset:hover {
  background: #eef2f3;
}
.wespa-checkup-actions button:focus-visible {
  outline: 3px solid #d3a33f;
  outline-offset: 3px;
}
#wespa-checkup-help {
  flex: 1 1 230px;
  margin: 0;
  color: var(--wespa-ink-soft);
  font-size: .92rem;
}
.wespa-checkup-result[hidden] {
  display: none !important;
}
.wespa-checkup-result {
  scroll-margin-top: 7rem;
  border-top: 6px solid var(--wespa-blue);
  outline: none;
}
.wespa-checkup-result--responsive {
  border-top-color: #4c8441;
}
.wespa-checkup-result--information {
  border-top-color: var(--wespa-blue);
}
.wespa-checkup-result--concern {
  border-top-color: #b47a25;
}
.wespa-checkup-result--urgent {
  border-top-color: #9b4d43;
}
.wespa-checkup-result h2 {
  max-width: 22ch;
  margin-top: .35rem;
}
.wespa-checkup-result-summary {
  max-width: 70ch;
  font-size: 1.08rem;
  line-height: 1.7;
}
.wespa-checkup-next {
  max-width: 760px;
  margin-top: 1.75rem;
  padding: 1.4rem;
  border: 1px solid var(--wespa-line);
  border-radius: 12px;
  background: #fff;
}
.wespa-checkup-next h3 {
  margin-top: 0;
}
.wespa-checkup-next li {
  margin-bottom: .75rem;
  line-height: 1.65;
}
.wespa-checkup-next a,
.wespa-checkup-noscript a {
  color: #3f7037;
  font-weight: 750;
}
.wespa-checkup-disclaimer {
  max-width: 760px;
  margin-top: 1.25rem;
  font-size: .92rem;
  line-height: 1.65;
}
.wespa-checkup-noscript {
  border-top: 1px solid var(--wespa-line);
}

@media (max-width: 781px) {
  .page-id-45 .wespa-checkup-hero {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }
  .page-id-45 .wespa-checkup-hero h1 {
    font-size: clamp(2.5rem, 9vw, 3.5rem);
    line-height: 1.05;
  }
  .wespa-checkup-privacy,
  .wespa-checkup-heading {
    grid-template-columns: 1fr;
  }
  .wespa-checkup-progress {
    width: fit-content;
  }
  .wespa-checkup-form {
    grid-template-columns: 1fr;
  }
  .wespa-checkup-question > p {
    min-height: 0;
  }
}

@media (max-width: 450px) {
  .page-id-45 .wespa-checkup-hero h1 {
    font-size: clamp(2.35rem, 11vw, 2.85rem);
  }
  .page-id-45 .wespa-page-lead {
    font-size: 1.04rem;
    line-height: 1.6;
  }
  .wespa-checkup-privacy {
    padding: 1rem;
  }
  .wespa-checkup-question {
    padding: 1.15rem;
    border-radius: 12px;
  }
  .wespa-checkup-question legend {
    font-size: 1.08rem;
  }
  .wespa-checkup-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wespa-checkup-options label:last-child {
    grid-column: 1 / -1;
  }
  .wespa-checkup-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .wespa-checkup-actions button {
    width: 100%;
  }
  #wespa-checkup-help {
    flex-basis: auto;
    text-align: center;
  }
}

/* 1.10.60: Preserve readable checkup button colors against theme defaults. */
.wespa-checkup-reset,
.wespa-checkup-reset:hover,
.wespa-checkup-reset:focus {
  color: var(--wespa-navy) !important;
}
.wespa-checkup-submit:disabled {
  color: #4b5552 !important;
}

/* 1.10.61: Align the checkup with WESPA editorial page surfaces. */
.wespa-checkup-form {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
  gap: 0;
}
.wespa-checkup-question {
  padding: 1.75rem 0 2rem;
  border: 0;
  border-top: 1px solid var(--wespa-line);
  border-radius: 0;
  background: transparent;
}
.wespa-checkup-question:last-of-type {
  border-bottom: 1px solid var(--wespa-line);
}
.wespa-checkup-question > p {
  min-height: 0;
  max-width: 68ch;
}
.wespa-checkup-options {
  max-width: 560px;
}
.wespa-checkup-options label {
  background: transparent;
}
.wespa-checkup-options label:hover {
  background: #eef3ed;
}
.wespa-checkup-options label:has(input:checked) {
  background: #dfe9dc;
}
.wespa-checkup-actions {
  border-top: 0;
}
.wespa-checkup-next {
  background: var(--wespa-ivory);
}

@media (max-width: 450px) {
  .wespa-checkup-question {
    padding: 1.5rem 0 1.75rem;
    border-radius: 0;
  }
}

/* 1.10.62: Match the compact spacing of Rights page entries. */
.wespa-checkup-question {
  padding-top: 0;
}
.wespa-checkup-question > p {
  margin-top: 0;
}
@media (max-width: 450px) {
  .wespa-checkup-question {
    padding-top: 0;
  }
}

/* 1.10.63: Match Representation Checkup questions to Rights entries. */
.wespa-checkup-question {
  position: relative;
  padding: 0 0 1.75rem;
  border: 0;
}
.wespa-checkup-question::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #d8e1de;
}
.wespa-checkup-question:last-of-type {
  border-bottom: 0;
}
.wespa-checkup-question legend {
  display: grid;
  width: 100%;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  box-sizing: border-box;
  padding: 1.15rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.wespa-checkup-question legend .wespa-checkup-number {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: .18rem 0 0;
  border-radius: 0;
  background: transparent;
  color: #3f7037;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}
.wespa-checkup-question-title {
  color: var(--wespa-navy);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
}
.wespa-checkup-question > p,
.wespa-checkup-question .wespa-checkup-options {
  margin-left: 64px;
}
.wespa-checkup-question > p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.wespa-checkup-question .wespa-checkup-options {
  width: min(560px, calc(100% - 64px));
}

@media (max-width: 600px) {
  .wespa-checkup-question legend {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: .75rem;
    padding: 1.1rem 0;
  }
  .wespa-checkup-question > p,
  .wespa-checkup-question .wespa-checkup-options {
    margin-left: 48px;
  }
  .wespa-checkup-question .wespa-checkup-options {
    width: calc(100% - 48px);
  }
}

/* 1.10.64: Resolve inherited legend span styling. */
.wespa-checkup-question legend .wespa-checkup-question-title {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wespa-navy);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
}


/* 1.11.0: Union Accountability Checkup and optional individual case tool. */
.wespa-accountability-heading {
  align-items: end;
}
.wespa-accountability-note {
  max-width: 820px;
  margin: 0 auto clamp(2.75rem, 6vw, 4.5rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wespa-accountability-note p {
  margin: 0;
}
.wespa-accountability-form {
  display: block;
  max-width: 820px;
}
.wespa-checkup-category {
  margin: 0;
  padding: 0;
}
.wespa-checkup-category + .wespa-checkup-category {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}
.wespa-checkup-category-heading {
  max-width: 760px;
  margin: 0 0 1.5rem;
}
.wespa-checkup-category-heading .wespa-eyebrow {
  margin-bottom: .55rem;
}
.wespa-checkup-category-heading h2 {
  max-width: 18ch;
  margin: 0 0 .7rem;
  color: var(--wespa-navy);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.12;
}
.wespa-checkup-category-heading > p:last-child {
  max-width: 66ch;
  margin: 0;
}
.wespa-checkup-category .wespa-checkup-question:last-of-type {
  border-bottom: 1px solid #d8e1de;
}
.wespa-accountability-form .wespa-accountability-options {
  width: min(680px, calc(100% - 64px));
  max-width: 680px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wespa-accountability-form .wespa-accountability-options label {
  min-height: 48px;
  justify-content: center;
  text-align: center;
}
.wespa-accountability-form .wespa-checkup-actions {
  margin-top: clamp(2.75rem, 6vw, 4.5rem);
}
#wespa-accountability-help,
#wespa-case-help {
  flex-basis: 100%;
  margin: .4rem 0 0;
  color: var(--wespa-muted);
  font-size: .9rem;
}
.wespa-accountability-result {
  scroll-margin-top: 2rem;
}
.wespa-accountability-results {
  display: grid;
  max-width: 920px;
  margin: 2.25rem 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 6vw, 5rem);
}
.wespa-accountability-area {
  position: relative;
  padding: 1.35rem 0 1.5rem 1.05rem;
  border-top: 1px solid var(--wespa-line);
}
.wespa-accountability-area::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.6rem;
  left: 0;
  width: 3px;
  background: #7b8a86;
}
.wespa-accountability-area--strong::before {
  background: #4c8441;
}
.wespa-accountability-area--mixed::before {
  background: #b48635;
}
.wespa-accountability-area--concern::before,
.wespa-accountability-area--unknown::before {
  background: #8c5a46;
}
.wespa-accountability-area .wespa-right-label {
  margin: 0 0 .35rem;
  color: #4c8441;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
  text-transform: uppercase;
}
.wespa-accountability-area h3 {
  margin: 0 0 .45rem;
  color: var(--wespa-navy);
  font-size: 1.12rem;
  line-height: 1.35;
}
.wespa-accountability-area p:last-child {
  max-width: 46ch;
  margin: 0;
}
.wespa-accountability-next {
  max-width: 920px;
  margin-top: 2rem;
}
.wespa-accountability-next li + li {
  margin-top: .75rem;
}
.wespa-case-checkup-section > h2 {
  max-width: 19ch;
}
.wespa-case-checkup-section > p:not(.wespa-eyebrow) {
  max-width: 720px;
}
.wespa-case-checkup {
  max-width: 920px;
  margin-top: 2.25rem;
  border-top: 1px solid var(--wespa-line);
  border-bottom: 1px solid var(--wespa-line);
}
.wespa-case-checkup > summary {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 3rem 1.15rem 0;
  color: var(--wespa-navy);
  cursor: pointer;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}
.wespa-case-checkup > summary::-webkit-details-marker {
  display: none;
}
.wespa-case-checkup > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .4rem;
  width: 9px;
  height: 9px;
  border-right: 2px solid #4c8441;
  border-bottom: 2px solid #4c8441;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s ease;
}
.wespa-case-checkup[open] > summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.wespa-case-checkup > summary:focus-visible {
  outline: 3px solid rgba(76, 132, 65, .35);
  outline-offset: 4px;
}
.wespa-case-checkup-content {
  padding: 2.25rem 0 3rem;
  border-top: 1px solid var(--wespa-line);
}
.wespa-case-checkup-content .wespa-checkup-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.wespa-case-checkup-content .wespa-checkup-heading h3 {
  margin: 0 0 .65rem;
  color: var(--wespa-navy);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
}
.wespa-case-form {
  max-width: 820px;
}
.wespa-case-result:not(.wespa-checkup-result) {
  max-width: 820px;
  margin: 2.5rem auto 0;
  padding: clamp(1.4rem, 4vw, 2.25rem);
  border-left: 4px solid #4c8441;
  background: #e4ece1;
  scroll-margin-top: 2rem;
}
.wespa-case-result--information {
  border-left-color: #b48635;
}
.wespa-case-result--concern,
.wespa-case-result--urgent {
  border-left-color: #8c5a46;
}
.wespa-case-result:not(.wespa-checkup-result) h3 {
  margin: 0 0 .7rem;
  color: var(--wespa-navy);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.18;
}
.wespa-case-result h4 {
  margin: 0 0 .75rem;
  color: var(--wespa-navy);
  font-size: 1.08rem;
}
.wespa-case-result .wespa-checkup-next {
  margin-top: 1.5rem;
}
.wespa-case-result a {
  color: #3f7037;
  font-weight: 750;
}

@media (max-width: 781px) {
  .wespa-accountability-results {
    grid-template-columns: 1fr;
  }
  .wespa-accountability-area {
    padding-right: 0;
  }
  .wespa-accountability-form .wespa-accountability-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wespa-accountability-form .wespa-accountability-options label:last-child {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .wespa-accountability-note {
    margin-bottom: 3rem;
  }
  .wespa-checkup-category + .wespa-checkup-category {
    margin-top: 3.5rem;
  }
  .wespa-checkup-category-heading {
    margin-bottom: 1.25rem;
  }
  .wespa-accountability-form .wespa-accountability-options {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
  }
  .wespa-accountability-form .wespa-accountability-options label,
  .wespa-accountability-form .wespa-accountability-options label:last-child {
    min-height: 46px;
    grid-column: auto;
    justify-content: flex-start;
    text-align: left;
  }
  .wespa-accountability-results {
    margin-top: 1.75rem;
  }
  .wespa-case-checkup > summary {
    min-height: 60px;
    padding-right: 2.5rem;
    font-size: 1.05rem;
  }
  .wespa-case-checkup-content {
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
  }
  .wespa-case-result:not(.wespa-checkup-result) {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wespa-case-checkup > summary::after {
    transition: none;
  }
}


/* 1.11.1: Match the Rights page entry width and separate complete questions. */
.page-id-45 .wespa-page-main {
  width: 100%;
  margin-inline: 0;
  padding-bottom: 0;
}
.page-id-45 .wespa-page-hero,
.page-id-45 .wespa-content-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.page-id-45 .wespa-accountability-form,
.page-id-45 .wespa-accountability-note,
.page-id-45 .wespa-case-checkup,
.page-id-45 .wespa-case-checkup-content .wespa-checkup-heading,
.page-id-45 .wespa-case-form {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.page-id-45 .wespa-accountability-results,
.page-id-45 .wespa-accountability-next {
  width: 100%;
  max-width: none;
}
.page-id-45 .wespa-checkup-question::before {
  content: none;
  display: none;
}
.page-id-45 .wespa-checkup-question {
  border-bottom: 1px solid #d8e1de;
}
.page-id-45 .wespa-checkup-category .wespa-checkup-question:last-of-type,
.page-id-45 .wespa-case-form .wespa-checkup-question:last-of-type {
  border-bottom: 1px solid #d8e1de;
}

@media (max-width: 600px) {
  .page-id-45 .wespa-page-hero,
  .page-id-45 .wespa-content-section {
    padding-inline: 20px;
  }
}


/* 1.11.2: Use the Rights page as the secondary-page spacing and type reference. */
.page-id-45 .wespa-page-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.page-id-45 .wespa-checkup-hero h1 {
  max-width: 900px;
}
.page-id-45 .wespa-accountability-heading h2,
.page-id-45 .wespa-checkup-category-heading h2 {
  max-width: 820px;
  margin: 0 0 20px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}
.page-id-45 .wespa-checkup-category-heading {
  max-width: 820px;
  margin-bottom: 25.5px;
}
.page-id-45 .wespa-checkup-category-heading > p:last-child {
  max-width: 760px;
  line-height: 1.5;
}
.page-id-45 .wespa-checkup-question legend {
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 1.15rem 0;
}
.page-id-45 .wespa-checkup-question legend .wespa-checkup-number {
  padding-top: .18rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.5;
}
.page-id-45 .wespa-checkup-question legend .wespa-checkup-question-title {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.35;
}
.page-id-45 .wespa-checkup-question > p {
  max-width: 72ch;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .page-id-45 .wespa-page-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
  .page-id-45 .wespa-page-hero h1 {
    max-width: 900px;
    font-size: clamp(2.65rem, 12.5vw, 3.25rem);
    line-height: 1.04;
  }
  .page-id-45 .wespa-page-lead {
    font-size: 1.06rem;
    line-height: 1.6;
  }
  .page-id-45 .wespa-content-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .page-id-45 .wespa-checkup-question legend {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    gap: .65rem;
    margin: 0;
    padding: 1rem 0;
  }
  .page-id-45 .wespa-checkup-question legend .wespa-checkup-question-title {
    font-size: 1.02rem;
    line-height: 1.45;
  }
  .page-id-45 .wespa-checkup-question > p,
  .page-id-45 .wespa-checkup-question .wespa-checkup-options {
    width: 100%;
    margin-left: 0;
  }
  .page-id-45 .wespa-checkup-question > p {
    line-height: 1.7;
  }
}


/* 1.11.3: Match Rights entry reading size inside checkup questions. */
.page-id-45 .wespa-checkup-question > p {
  font-size: inherit;
}
.page-id-45 .wespa-checkup-options label {
  font-size: 1.0625rem;
  line-height: 1.3;
}

/* 1.11.4: Square checkup controls and match Rights opening-section top spacing. */
.page-id-45 .wespa-checkup-intro {
  padding-top: 0;
}
.page-id-45 .wespa-checkup-options label,
.page-id-45 .wespa-checkup-actions button {
  border-radius: 0;
}


/* 1.11.5: Use one option-control system across both checkups. */
.page-id-45 .wespa-checkup-question .wespa-checkup-options {
  width: min(680px, calc(100% - 64px));
  max-width: 680px;
}
@media (max-width: 781px) {
  .page-id-45 .wespa-checkup-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-id-45 .wespa-checkup-options:not(.wespa-accountability-options) label:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  .page-id-45 .wespa-checkup-question .wespa-checkup-options {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }
  .page-id-45 .wespa-checkup-options label,
  .page-id-45 .wespa-accountability-form .wespa-accountability-options label {
    justify-content: flex-start;
    text-align: left;
  }
  .page-id-45 .wespa-checkup-options label:last-child {
    grid-column: auto;
  }
}


/* 1.11.6: Equal control heights and square progress counters. */
.page-id-45 .wespa-checkup-question .wespa-checkup-options label,
.page-id-45 .wespa-checkup-actions button {
  height: 50px;
  min-height: 50px;
  box-sizing: border-box;
}
.page-id-45 .wespa-checkup-progress {
  border-radius: 0;
}


/* 1.11.7: Align checkup notices with the Rights notice width and square result panels. */
.page-id-45 #wespa-accountability-privacy,
.page-id-45 .wespa-accountability-note {
  width: 100%;
  max-width: 760px;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  font-size: 1.0625rem;
  line-height: 1.5;
}
.page-id-45 .wespa-checkup-next {
  border-radius: 0;
}


/* 1.11.9: Place the Checkup privacy notice inside the hero like the Rights notice. */
.page-id-45 .wespa-checkup-hero #wespa-accountability-privacy {
  margin: 2rem 0 0;
}


/* 1.11.10: Use normal paragraph flow in the hero privacy notice. */
.page-id-45 .wespa-checkup-hero #wespa-accountability-privacy {
  display: block;
}
.page-id-45 .wespa-checkup-hero #wespa-accountability-privacy strong,
.page-id-45 .wespa-checkup-hero #wespa-accountability-privacy span {
  display: inline;
}


/* 1.11.11: Begin every accountability category with a question divider. */
.page-id-45 .wespa-checkup-category > .wespa-checkup-question:first-of-type {
  border-top: 1px solid #d8e1de;
}


/* 1.11.12: Put visible category dividers above the first question. */
.page-id-45 .wespa-checkup-category > .wespa-checkup-question:first-of-type {
  border-top: 0;
}
.page-id-45 .wespa-checkup-category-heading {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d8e1de;
}
@media (max-width: 600px) {
  .page-id-45 .wespa-checkup-category-heading {
    padding-bottom: 1.25rem;
  }
}


/* 1.11.13: Extend category dividers across the full question width. */
.page-id-45 .wespa-checkup-category-heading {
  width: 100%;
  max-width: none;
}


/* 1.11.14: Remove extra space below checkup disclaimers. */
.page-id-45 .wespa-checkup-disclaimer {
  margin-bottom: 0;
}


/* 1.11.15: Mirror the accountability result accent on its bottom edge. */
.page-id-45 .wespa-accountability-result {
  --wespa-result-accent: var(--wespa-blue);
  border-top-color: var(--wespa-result-accent);
  border-bottom: 6px solid var(--wespa-result-accent);
}
.page-id-45 .wespa-accountability-result.wespa-checkup-result--responsive {
  --wespa-result-accent: #4c8441;
}
.page-id-45 .wespa-accountability-result.wespa-checkup-result--information {
  --wespa-result-accent: var(--wespa-blue);
}
.page-id-45 .wespa-accountability-result.wespa-checkup-result--concern {
  --wespa-result-accent: #b47a25;
}
.page-id-45 .wespa-accountability-result.wespa-checkup-result--urgent {
  --wespa-result-accent: #9b4d43;
}


/* 1.11.16: Remove case-section top space until the accountability result is shown. */
.page-id-45 #wespa-accountability-result[hidden] + .wespa-case-checkup-section {
  padding-top: 0;
}


/* 1.11.18: Use balanced spacing above both checkup action areas. */
.page-id-45 .wespa-accountability-form .wespa-checkup-actions,
.page-id-45 .wespa-case-form .wespa-checkup-actions {
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .page-id-45 .wespa-accountability-form .wespa-checkup-actions,
  .page-id-45 .wespa-case-form .wespa-checkup-actions {
    margin-top: 1.5rem;
  }
}


/* 1.11.19: Use the shared full result-section design for the individual checkup. */
.page-id-45 .wespa-case-result.wespa-checkup-result {
  --wespa-result-accent: var(--wespa-blue);
  margin-top: 2.5rem;
  border-top-color: var(--wespa-result-accent);
  border-bottom: 6px solid var(--wespa-result-accent);
}
.page-id-45 .wespa-case-result.wespa-checkup-result--responsive {
  --wespa-result-accent: #4c8441;
}
.page-id-45 .wespa-case-result.wespa-checkup-result--information {
  --wespa-result-accent: var(--wespa-blue);
}
.page-id-45 .wespa-case-result.wespa-checkup-result--concern {
  --wespa-result-accent: #b47a25;
}
.page-id-45 .wespa-case-result.wespa-checkup-result--urgent {
  --wespa-result-accent: #9b4d43;
}
.page-id-45 .wespa-case-result.wespa-checkup-result .wespa-checkup-next {
  max-width: 920px;
  margin-top: 2rem;
}

/* 1.11.23: Keep the nested case result aligned to the viewport without horizontal overflow. */
.page-id-45 .wespa-case-result.wespa-checkup-result {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

/* 1.11.24: The individual result is now a page-level section, matching the main result. */
.page-id-45 .wespa-case-result.wespa-checkup-result {
  margin-left: 0;
  margin-right: 0;
}

/* 1.11.27: Move the case-checkup closing rule above question 01. */
.page-id-45 details.wespa-case-checkup {
  border-bottom: 0;
}
.page-id-45 #wespa-case-form .wespa-checkup-question:first-of-type {
  border-top: 1px solid #cfd8d3;
  padding-top: 28px;
}

/* 1.11.28: Use a normal divider before case question 01 and join the result to the section above. */
.page-id-45 #wespa-case-form .wespa-checkup-question:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.page-id-45 .wespa-case-question-divider {
  width: 100%;
  height: 0;
  margin: 0 0 28px;
  border-top: 1px solid #cfd8d3;
}
.page-id-45 .wespa-case-result.wespa-checkup-result {
  margin-top: 0;
}

/* 1.11.29: Remove the redundant rule at the top of the expanded case content. */
.page-id-45 .wespa-case-checkup-content {
  border-top: 0;
}

/* 1.11.31: Place the opening rule directly on case question 01. */
.page-id-45 #wespa-case-form .wespa-checkup-question:first-of-type {
  border-top: 1px solid #cfd8d3;
  padding-top: 28px;
}

/* 1.11.32: End the expanded case content directly after its controls. */
.page-id-45 .wespa-case-checkup-content {
  padding-bottom: 0;
}

/* 1.11.33: Keep the opening rule on question 01 without added top padding. */
.page-id-45 #wespa-case-form .wespa-checkup-question:first-of-type {
  padding-top: 0;
}

/* 1.11.34: Put the case-question divider on the introductory heading. */
.page-id-45 .wespa-case-checkup-content .wespa-checkup-heading {
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfd8d3;
}
.page-id-45 #wespa-case-form .wespa-checkup-question:first-of-type {
  border-top: 0;
}

/* 1.11.36: Join the individual checkup control directly to its introduction. */
.page-id-45 details.wespa-case-checkup {
  margin-top: 0;
  border-top: 0;
}

/* 1.11.37: Remove vertical padding from the individual-checkup summary. */
.page-id-45 details.wespa-case-checkup > summary {
  padding-top: 0;
  padding-bottom: 0;
}

/* 1.11.38: Keep the individual-checkup progress sentence within narrow screens. */
.page-id-45 #wespa-case-help {
  display: block;
  flex: 0 1 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: break-word;
}

/* 1.11.39: Use a shrinkable one-column grid for the case actions on phones. */
@media (max-width: 600px) {
  .page-id-45 #wespa-case-form {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .page-id-45 #wespa-case-form .wespa-checkup-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .page-id-45 #wespa-case-form .wespa-checkup-actions > * {
    grid-column: 1;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }

  .page-id-45 #wespa-case-help {
    flex: none;
    overflow-wrap: anywhere;
  }
}


/* Keep the three homepage rights links on one desktop baseline. */
@media (min-width: 769px) {
  .wespa-rights-preview .wespa-resource-card {
    display: flex;
    flex-direction: column;
  }

  .wespa-rights-preview .wespa-resource-card > a:last-child {
    margin-top: auto;
  }
}


/* Contact page */
.wespa-contact-intro > p:not(.wespa-eyebrow),
.wespa-contact-form-heading,
.wespa-contact-form-section .fluentform,
.wespa-contact-form-note,
.wespa-contact-deadlines > p:not(.wespa-eyebrow) {
  max-width: 760px;
}

.wespa-contact-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(16, 49, 88, 0.22);
  border-bottom: 1px solid rgba(16, 49, 88, 0.22);
}

.wespa-contact-guidance > div {
  padding: 1.75rem clamp(1rem, 2vw, 1.75rem);
}

.wespa-contact-guidance > div + div {
  border-left: 1px solid rgba(16, 49, 88, 0.22);
}

.wespa-contact-guidance h3 {
  margin: 0 0 0.65rem;
  color: #103158;
  font-size: 1.15rem;
  line-height: 1.3;
}

.wespa-contact-guidance p,
.wespa-contact-form-heading p:not(.wespa-eyebrow),
.wespa-contact-form-note {
  margin-bottom: 0;
}

.wespa-contact-form-section .fluentform {
  margin-top: 2rem;
}

.wespa-contact-form-section .ff-el-group {
  margin-bottom: 1.4rem;
}

.wespa-contact-form-section .ff-el-input--label label {
  color: #103158;
  font-weight: 700;
}

.wespa-contact-form-section input[type="text"],
.wespa-contact-form-section input[type="email"],
.wespa-contact-form-section textarea,
.wespa-contact-form-section select {
  min-height: 50px;
  border: 1px solid rgba(16, 49, 88, 0.4);
  border-radius: 0;
  background: #fff;
  color: #263238;
  font-size: 1rem;
  line-height: 1.5;
}

.wespa-contact-form-section textarea {
  min-height: 170px;
}

.wespa-contact-form-section input:focus,
.wespa-contact-form-section textarea:focus,
.wespa-contact-form-section select:focus {
  border-color: #4c8441;
  outline: 3px solid rgba(76, 132, 65, 0.2);
  outline-offset: 1px;
}

.wespa-contact-form-section .ff-btn-submit {
  min-height: 50px;
  border-radius: 0;
  background: #4c8441;
  color: #fff;
  font-weight: 700;
}

.wespa-contact-form-section .ff-btn-submit:hover,
.wespa-contact-form-section .ff-btn-submit:focus {
  background: #386b30;
  color: #fff;
}

.wespa-contact-form-note {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(16, 49, 88, 0.22);
}

@media (max-width: 768px) {
  .wespa-contact-guidance {
    grid-template-columns: 1fr;
  }

  .wespa-contact-guidance > div {
    padding: 1.35rem 0;
  }

  .wespa-contact-guidance > div + div {
    border-top: 1px solid rgba(16, 49, 88, 0.22);
    border-left: 0;
  }

  .wespa-contact-form-section .ff-t-container {
    display: block;
  }
}


@media (max-width: 768px) {
  .entry-content > .wespa-contact-hero,
  .entry-content > .wespa-contact-intro,
  .entry-content > .wespa-contact-form-section,
  .entry-content > .wespa-contact-deadlines {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}


/* Align the Contact page with the Rights page structure. */
body.page-id-20 .wespa-page-main {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

body.page-id-20 .wespa-contact-hero {
  padding-top: clamp(4rem, 6vw, 5rem);
  padding-bottom: clamp(4rem, 6vw, 5rem);
}

body.page-id-20 .wespa-contact-form-section {
  background: #fffdf8;
}

body.page-id-20 .wespa-contact-form-heading h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.36rem);
  line-height: 1.08;
}

@media (max-width: 768px) {
  body.page-id-20 .entry-content > .wespa-contact-hero,
  body.page-id-20 .entry-content > .wespa-contact-form-section,
  body.page-id-20 .entry-content > .wespa-contact-deadlines {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  body.page-id-20 .entry-content > .wespa-contact-intro {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}


body.page-id-20 .entry-content > .wespa-contact-hero,
body.page-id-20 .entry-content > .wespa-contact-form-section,
body.page-id-20 .entry-content > .wespa-contact-deadlines {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.page-id-20 .entry-content > .wespa-contact-intro {
  width: auto;
  max-width: none;
  margin: 0 50px;
  padding: 0 0 4rem;
  background: #f8f5ed;
}

body.page-id-20 .wespa-contact-intro h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.36rem);
  line-height: 1.08;
}

@media (max-width: 768px) {
  body.page-id-20 .entry-content > .wespa-contact-intro {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 3rem;
  }
}


body.page-id-20 .entry-content > .wespa-contact-intro {
  width: calc(100% - max(40px, 6.6vw)) !important;
  max-width: 1165px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 600px) {
  body.page-id-20 .entry-content > .wespa-contact-intro {
    width: calc(100% - 40px) !important;
  }
}


/* Use the compact Rights-page notice spacing on Contact. */
body.page-id-20 .wespa-contact-hero .wespa-page-notice p {
  margin: 0;
  line-height: 1.5;
}


/* Contact intro spacing. */
body.page-id-20 .entry-content > .wespa-contact-intro {
  padding-bottom: 70px;
}


/* Match Contact guidance titles to the site's instructional heading scale. */
body.page-id-20 .wespa-contact-guidance h3 {
  font-size: 1.35rem;
}


/* Match the Contact reminder to questionnaire help text. */
body.page-id-20 .wespa-contact-form-note {
  width: auto;
  max-width: none;
  margin: 0.4rem 0 0;
  padding: 0;
  border: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}


/* Use the WESPA brand palette for the Contact form action. */
body.page-id-20 .fluentform .ff-btn-submit {
  background-color: #3d6b34 !important;
  border-color: #3d6b34 !important;
  color: #fff !important;
}

body.page-id-20 .fluentform .ff-btn-submit:hover,
body.page-id-20 .fluentform .ff-btn-submit:focus {
  background-color: #315629 !important;
  border-color: #315629 !important;
  color: #fff !important;
}

body.page-id-20 .fluentform .ff-btn-submit:focus-visible {
  outline: 3px solid #103158;
  outline-offset: 2px;
}


/* Align the Contact hero with the Rights and Checkup mobile spacing. */
@media (max-width: 768px) {
  body.page-id-20 .wespa-contact-hero {
    padding-top: 40px;
  }
}


/* Keep the Contact hero information box square in every viewport. */
body.page-id-20 .wespa-contact-hero .wespa-page-notice {
  border-radius: 0 !important;
}


/* Keep the Contact message field square in every viewport. */
body.page-id-20 .fluentform textarea[name="message"] {
  border-radius: 0 !important;
}


/* Match the Contact message field border to the other form controls. */
body.page-id-20 .fluentform textarea[name="message"] {
  border-color: rgba(16, 49, 88, 0.4) !important;
}

body.page-id-20 .fluentform textarea[name="message"]:focus {
  border-color: #103158 !important;
}


/* Desktop Contact action: color change without link underlining. */
@media (min-width: 1025px) {
  .wespa-primary-nav .wespa-nav-action > a {
    padding: 0.65rem 0.85rem;
    border: 1px solid #103158;
    border-radius: 0;
    background: transparent;
    color: #103158;
    text-decoration: none !important;
    transition: none;
  }

  .wespa-primary-nav .wespa-nav-action > a:hover,
  .wespa-primary-nav .wespa-nav-action > a:focus {
    border-color: #4c8441;
    background: #4c8441;
    color: #fff;
    text-decoration: none !important;
  }

  .wespa-primary-nav .wespa-nav-action > a:focus-visible {
    outline: 3px solid #103158;
    outline-offset: 2px;
  }
}


/* Resources page: follow the Rights page's full-width content system. */
body.page-id-18 .entry-content > .wespa-resources-start {
  width: calc(100% - max(40px, 6.6vw)) !important;
  max-width: 1165px !important;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 64px;
}

body.page-id-18 .wespa-resources-agency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin-top: 48px;
  border-bottom: 1px solid rgba(16, 49, 88, 0.22);
}

body.page-id-18 .wespa-resources-agency-grid > div {
  min-width: 0;
  padding: 28px 0;
  border-top: 1px solid rgba(16, 49, 88, 0.22);
}

body.page-id-18 .wespa-resources-agency-grid h3 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
}

body.page-id-18 .wespa-resources-agency-grid p {
  margin: 0.45rem 0 0;
}

body.page-id-18 .wespa-resources-agency-grid .wespa-official-source {
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  body.page-id-18 .entry-content > .wespa-resources-start {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    padding-bottom: 48px;
  }

  body.page-id-18 .wespa-resources-agency-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 36px;
  }
}


/* Resources page: use the Rights page layout and spacing system. */
body.page-id-18 .wespa-page-main {
  width: 100%;
  margin-inline: 0;
  padding-bottom: 0;
}

body.page-id-18 .wespa-page-hero,
body.page-id-18 .wespa-content-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.page-id-18 .wespa-page-hero {
  padding-top: clamp(3rem, 4vw, 4rem);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

body.page-id-18 .wespa-resources-start {
  background: #f8f5ed;
}

body.page-id-18 .wespa-resources-start .wespa-section-heading {
  max-width: 760px;
  padding-inline: 0;
}

body.page-id-18 .wespa-resources-start h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

body.page-id-18 .wespa-content-section:not(.wespa-content-tint) {
  background: #fffdf8;
}

@media (max-width: 600px) {
  body.page-id-18 .wespa-page-hero,
  body.page-id-18 .wespa-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  body.page-id-18 .wespa-content-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}


body.page-id-18 .wespa-resources-library > .wespa-right-entry {
  border-top: 1px solid #d8e1de;
}

body.page-id-18 .wespa-resources-library > .wespa-right-entry:last-child {
  border-bottom: 1px solid #d8e1de;
}


/* 1.12.1: Align the Privacy page with the Rights page layout system. */
body.page-id-21 .wespa-page-main {
  width: 100%;
  margin-inline: 0;
  padding-bottom: 0;
}

body.page-id-21 .wespa-page-hero,
body.page-id-21 .wespa-content-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.page-id-21 .wespa-page-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

body.page-id-21 .entry-content > .wespa-rights-start {
  width: calc(100% - max(40px, 6.6vw)) !important;
  max-width: 1165px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-bottom: clamp(3rem, 5vw, 5rem);
  background: #f8f5ed;
}

body.page-id-21 .wespa-rights-start .wespa-section-heading {
  max-width: 760px;
  padding-inline: 0;
}

body.page-id-21 .wespa-rights-start h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.2vw, 4.4rem);
  line-height: 1.08;
}

body.page-id-21 .wespa-rights-start > .wespa-rights-topic-grid {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.page-id-21 .wespa-rights-topic-grid a:nth-last-child(-n + 2) {
  border-bottom: 1px solid #cbd7d3;
}

body.page-id-21 .wespa-content-section:not(.wespa-content-tint) {
  background: #fffdf8;
}

body.page-id-21 .wespa-page-notice p {
  margin-top: 0;
  margin-bottom: .75rem;
}

body.page-id-21 .wespa-page-notice p:last-child {
  margin-bottom: 0;
}

body.page-id-21 #information-you-provide,
body.page-id-21 #checkups,
body.page-id-21 #technical-data,
body.page-id-21 #google-measurement,
body.page-id-21 #information-use,
body.page-id-21 #providers,
body.page-id-21 #retention,
body.page-id-21 #choices,
body.page-id-21 #privacy-start-title {
  scroll-margin-top: 7rem;
}

@media (max-width: 600px) {
  body.page-id-21 .wespa-page-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  body.page-id-21 .wespa-page-hero h1 {
    max-width: 900px;
    font-size: clamp(2.65rem, 12.5vw, 3.25rem);
    line-height: 1.04;
  }

  body.page-id-21 .wespa-page-lead {
    font-size: 1.06rem;
    line-height: 1.6;
  }

  body.page-id-21 .wespa-page-notice {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  body.page-id-21 .wespa-content-section {
    padding: 3.25rem 20px;
  }

  body.page-id-21 .entry-content > .wespa-rights-start {
    width: calc(100% - 40px) !important;
  }

  body.page-id-21 .wespa-rights-topic-grid a:nth-last-child(2) {
    border-bottom: 0;
  }

  body.page-id-21 .wespa-rights-topic-grid a:last-child {
    border-bottom: 1px solid #cbd7d3;
  }
}


/* 1.12.2: Match the Resources hero and mobile reading rhythm to Rights. */
body.page-id-18 .wespa-page-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 600px) {
  body.page-id-18 .wespa-page-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  body.page-id-18 .wespa-page-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.25rem);
    line-height: 1.04;
  }

  body.page-id-18 .wespa-page-lead {
    font-size: 1.06rem;
    line-height: 1.6;
  }

  body.page-id-18 .wespa-page-notice {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  body.page-id-18 .wespa-right-entry summary strong {
    font-size: 1.02rem;
    line-height: 1.45;
  }

  body.page-id-18 .wespa-right-entry summary small {
    font-size: .75rem;
    line-height: 1.45;
  }

  body.page-id-18 .wespa-right-body p:not(.wespa-right-label) {
    line-height: 1.7;
  }
}

/* Proposed Constitution and Bylaws: align the working drafts with the Rights page. */
body.page-id-48 .wespa-page-main,
body.page-id-49 .wespa-page-main {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
	padding-bottom: 0 !important;
}

body.page-id-48 .wespa-page-hero,
body.page-id-49 .wespa-page-hero,
body.page-id-48 .wespa-content-section,
body.page-id-49 .wespa-content-section {
	box-sizing: border-box;
	width: 100% !important;
	margin-inline: 0 !important;
}

body.page-id-48 .wespa-page-hero,
body.page-id-49 .wespa-page-hero {
	padding-top: clamp(3rem, 6vw, 5rem) !important;
	padding-bottom: clamp(3rem, 6vw, 5rem) !important;
}

body.page-id-48 .wespa-page-notice p,
body.page-id-49 .wespa-page-notice p {
	margin-top: 0;
	margin-bottom: .75rem;
}

body.page-id-48 .wespa-page-notice p:last-child,
body.page-id-49 .wespa-page-notice p:last-child {
	margin-bottom: 0;
}

body.page-id-48 .entry-content > .wespa-constitution-start,
body.page-id-49 .entry-content > .wespa-constitution-start {
	box-sizing: border-box;
	width: calc(100% - max(40px, 6.6vw)) !important;
	max-width: 1165px !important;
	margin: 0 auto !important;
	padding: 0 0 clamp(3rem, 5vw, 5rem);
}

body.page-id-48 .wespa-constitution-start .wespa-section-heading,
body.page-id-49 .wespa-constitution-start .wespa-section-heading {
	max-width: 760px;
}

body.page-id-48 .wespa-constitution-start h2,
body.page-id-49 .wespa-constitution-start h2,
body.page-id-48 .wespa-constitution-article h2,
body.page-id-49 .wespa-constitution-article h2 {
	max-width: 900px !important;
	font-size: clamp(2.25rem, 4.2vw, 4.4rem) !important;
	line-height: 1.08 !important;
}

body.page-id-48 .wespa-constitution-article:not(.wespa-content-tint),
body.page-id-49 .wespa-constitution-article:not(.wespa-content-tint) {
	background: #fffdf8;
}

body.page-id-48 .wespa-constitution-article p,
body.page-id-48 .wespa-constitution-article ol,
body.page-id-48 .wespa-constitution-article ul,
body.page-id-49 .wespa-constitution-article p,
body.page-id-49 .wespa-constitution-article ol,
body.page-id-49 .wespa-constitution-article ul {
	max-width: 72ch !important;
}

body.page-id-48 .wespa-constitution-inner > p:not(.wespa-eyebrow):not(.wespa-document-back),
body.page-id-49 .wespa-constitution-inner > p:not(.wespa-eyebrow):not(.wespa-document-back) {
	margin-left: clamp(1rem, 2vw, 2rem) !important;
}

body.page-id-48 .wespa-constitution-inner > ol,
body.page-id-48 .wespa-constitution-inner > ul,
body.page-id-49 .wespa-constitution-inner > ol,
body.page-id-49 .wespa-constitution-inner > ul {
	margin-left: clamp(2rem, 4vw, 4rem) !important;
}

body.page-id-48 .wespa-constitution-article,
body.page-id-49 .wespa-constitution-article {
	scroll-margin-top: 7rem;
}

body.page-id-48 .wespa-document-back,
body.page-id-49 .wespa-document-back {
	margin-top: 2.5rem;
	padding-top: 1rem;
	border-top: 1px solid #cfd8d3;
}

body.page-id-48 .wespa-document-back a,
body.page-id-49 .wespa-document-back a {
	color: #1f3945;
	font-weight: 700;
}

@media (max-width: 600px) {
	body.page-id-48 .wespa-page-hero,
	body.page-id-49 .wespa-page-hero {
		padding: 2.5rem 20px 2.75rem !important;
	}

	body.page-id-48 .wespa-page-hero h1,
	body.page-id-49 .wespa-page-hero h1 {
		font-size: clamp(2.65rem, 12.5vw, 3.25rem) !important;
		line-height: 1.04 !important;
	}

	body.page-id-48 .wespa-page-lead,
	body.page-id-49 .wespa-page-lead {
		font-size: 1.06rem;
		line-height: 1.6;
	}

	body.page-id-48 .wespa-page-notice,
	body.page-id-49 .wespa-page-notice {
		margin-top: 1.5rem;
		padding: 1rem;
	}

	body.page-id-48 .entry-content > .wespa-constitution-start,
	body.page-id-49 .entry-content > .wespa-constitution-start {
		width: calc(100% - 40px) !important;
		padding-bottom: 3rem;
	}

	body.page-id-48 .wespa-content-section,
	body.page-id-49 .wespa-content-section {
		padding: 3.25rem 20px !important;
	}

	body.page-id-48 .wespa-constitution-start h2,
	body.page-id-49 .wespa-constitution-start h2,
	body.page-id-48 .wespa-constitution-article h2,
	body.page-id-49 .wespa-constitution-article h2 {
		font-size: clamp(2.15rem, 10vw, 2.7rem) !important;
	}

	body.page-id-48 .wespa-constitution-article h3,
	body.page-id-49 .wespa-constitution-article h3 {
		font-size: 1.25rem;
		line-height: 1.35;
	}

	body.page-id-48 .wespa-constitution-article p,
	body.page-id-48 .wespa-constitution-article li,
	body.page-id-49 .wespa-constitution-article p,
	body.page-id-49 .wespa-constitution-article li {
		line-height: 1.7;
	}

	body.page-id-48 .wespa-constitution-toc a,
	body.page-id-49 .wespa-constitution-toc a {
		grid-template-columns: 4.75rem minmax(0, 1fr);
		min-height: 56px;
		padding: 1rem 0;
	}
}
