/* =========================================================
   Site Overrides
   =========================================================
   Reserved for manual site-specific CSS overrides.

   This file intentionally loads last.
   Keep empty unless a site needs a targeted fix that does not belong
   in oc-ui.css, oc-components.css, tokens.css, or theme-generated.css.
   ========================================================= */

.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{font-weight:300;line-height:1.2}
.display-1{font-size:2.75rem}
.display-2{font-size:2.4rem}
.display-3{font-size:2rem}
.display-4{font-size:1.75rem}
.display-5{font-size:1.5rem}
.display-6{font-size:1.25rem}
.lead{font-size:1.2rem; font-weight:400;line-height:normal}
@media (max-width:768px){.display-1{font-size:2.2rem}.display-2{font-size:2rem}.display-3{font-size:1.8rem}.display-4{font-size:1.6rem}.display-5{font-size:1.4rem}.display-6{font-size:1.2rem}lead{font-size:1.1rem}}
  --oc-soft-shadow: color-mix(in srgb, var(--oc-primary) 15%, transparent);
  --oc-deep: color-mix(in srgb, var(--oc-primary) 76%, var(--oc-footer-background));
  --oc-line: color-mix(in srgb, var(--oc-primary) 16%, transparent);

.oc--poll {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-top: .4rem solid var(--oc-accent);
  background: var(--oc-accent);
  box-shadow: 0 1rem 2.5rem var(--oc-soft-shadow);
}

.oc--poll .oc-poll-widget {
  margin: 0;
  border-color: var(--oc-line);
  background: var(--oc-surface) !important;
  color: var(--oc-primary);
  box-shadow: none;
}

.oc--poll .oc-poll-option {
  background: #ffffff;
}

.oc--poll .oc-poll-btn {
  border-radius: var(--oc-button-radius);
}

.oc--poll .oc-poll-btn-primary {
  background: var(--oc-button-background);
  color: var(--oc-button-text);
}

.oc--poll .oc-poll-btn-secondary {
  border-color: var(--oc-line);
  color: var(--oc-primary);
}




/* Jane Smith demo page-body package append to /UserFiles/css/site-overrides.css */
:root,
.ycw {
  --ycw-navy: var(--oc-primary, #0c2e55);
  --ycw-coral: var(--oc-secondary, #e84d42);
  --ycw-gold: var(--oc-accent, #e6b54a);
  --ycw-white: var(--oc-background, #fff);
  --ycw-cream: var(--oc-surface, #f7f4ed);
  --ycw-ink: var(--oc-text, #222);
  --ycw-muted: var(--oc-muted-text, #6b7280);
  --ycw-deep: color-mix(in srgb, var(--ycw-navy) 78%, #000);
  --ycw-line: color-mix(in srgb, var(--ycw-navy) 14%, transparent);
  --ycw-shadow: color-mix(in srgb, var(--ycw-navy) 16%, transparent);
}

.site-main:has(.ycw) { margin-top: 0 !important; padding-top: 0 !important; }
body:has(.ycw) { overflow-x: clip; }
.ycw { display: flow-root; color: var(--ycw-ink); font-family: var(--oc-font-body, "Poppins", sans-serif); }
.ycw *, .ycw *::before, .ycw *::after { box-sizing: border-box; }
.ycw h1, .ycw h2, .ycw h3, .ycw p, .ycw figure, .ycw blockquote { margin-top: 0; }
.ycw h1, .ycw h2, .ycw h3 { color: var(--ycw-navy); font-family: var(--oc-font-heading, "Lora", serif); font-weight: 800; text-wrap: balance; }
.ycw p { margin-bottom: 1rem; line-height: 1.7; }
.ycw > section, .ycw > nav { clear: both; }
.ycw section, .ycw nav, .ycw article, .ycw aside, .ycw figure, .ycw blockquote { min-width: 0; }
.ycw section > :last-child, .ycw article > :last-child, .ycw aside > :last-child, .ycw blockquote > :last-child { margin-bottom: 0; }


.ycw-checks {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  margin: .4rem 0 1.9rem;
}

.ycw-checks p {
  font-size: .8rem;
  font-weight: 800;
}



.ycw-kicker { margin-bottom: .9rem; color: var(--ycw-coral); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ycw-kicker--light { color: rgba(255,255,255,.72); }
.ycw-kicker--accent { color: var(--ycw-gold); }
.ycw-kicker--secondary { color: var(--oc-secondary); }
.ycw-lead { font-size: clamp(.8rem, 2vw, .9rem); font-weight: 650; }
.ycw-prose p { padding-left:20px; line-height: 1.78; }
.ycw-section { display: flow-root; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.ycw-section h2, .ycw-form-section h2, .ycw-listen h2, .ycw-final-cta h2, .ycw-endorsement-invite h2 { margin-bottom: 1.3rem; font-size: clamp(2.35rem, 5.2vw, 4.5rem); letter-spacing: -.035em; line-height: .98; }

.ycw-button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: .82rem 1.45rem; border: 2px solid var(--oc-button-background, var(--ycw-gold)); border-radius: var(--oc-button-radius, .5rem); background: var(--oc-button-background, var(--ycw-gold)); color: var(--oc-button-text, var(--ycw-navy)) !important; font-size: .79rem; font-weight: 900; letter-spacing: .07em; line-height: 1.1; text-decoration: none !important; text-transform: uppercase; transition: transform .2s ease, opacity .2s ease; }
.ycw-button:hover, .ycw-button:focus-visible { color: var(--oc-button-text, var(--ycw-navy)) !important; opacity: .9; transform: translateY(-2px); }
.ycw-button--outline { border-color: var(--ycw-navy); background: transparent; color: var(--ycw-navy) !important; }
.ycw-button--outline:hover, .ycw-button--outline:focus-visible { color: var(--ycw-navy) !important; }
.ycw-button--light { border-color: #fff; background: #fff; color: var(--ycw-navy) !important; }
.ycw-button--light:hover, .ycw-button--light:focus-visible { color: var(--ycw-navy) !important; }
.ycw-button--coral { border-color: var(--ycw-coral); background: var(--ycw-coral); color: #fff !important; }
.ycw-button--coral:hover, .ycw-button--coral:focus-visible { color: #fff !important; }
.ycw-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.ycw-text-link { color: var(--ycw-coral) !important; font-weight: 850; text-decoration: none !important; }
.ycw-text-link:hover, .ycw-text-link:focus-visible { text-decoration: underline !important; }

/* Intentional drop zones for the user's long-running stock candidate photography. */
.ycw-image-placeholder { position: relative; display: flex; min-height: 25rem; flex-direction: column; align-items: center; justify-content: center; margin: 0; overflow: hidden; border: 2px dashed color-mix(in srgb, var(--ycw-navy) 28%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--ycw-navy) 8%, var(--ycw-cream)), var(--ycw-cream)); color: var(--ycw-navy); text-align: center; }
.ycw-image-placeholder::before { width: 4rem; height: 3rem; margin-bottom: 1rem; border: 2px solid currentColor; border-radius: .35rem; background: linear-gradient(145deg, transparent 48%, currentColor 49% 53%, transparent 54%), linear-gradient(35deg, transparent 52%, currentColor 53% 57%, transparent 58%); content: ""; opacity: .45; }
.ycw-image-placeholder span { font-weight: 850; }
.ycw-image-placeholder small { max-width: 20rem; margin-top: .35rem; color: var(--ycw-muted); font-size: .78rem; }
.ycw-image-placeholder--landscape { min-height: clamp(20rem, 35vw, 30rem); border-radius: 1rem; }
.ycw-image-placeholder--portrait { width: min(26rem, 36vw); min-height: 31rem; align-self: end; border: 0; border-top: .45rem solid var(--ycw-gold); background: rgba(255,255,255,.1); color: #fff; }
.ycw-image-placeholder--portrait small { color: rgba(255,255,255,.7); }

/* Home */
.ycw-hero { display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); width: 100vw; min-height: 43rem; margin-left: calc(50% - 50vw); overflow: hidden; background: var(--ycw-cream); }


.ycw-hero__photo {
  position: relative;
  min-height: 42rem;
  margin: 0;
  overflow: hidden;
}

.ycw-hero__photo::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: .75rem;
  background: var(--ycw-gold);
  content: "";
}

.ycw-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}




.ycw-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 5rem) max(2rem, calc((100vw - 1400px) / 2)) clamp(4rem, 7vw, 6rem) clamp(2rem, 7vw, 6.5rem); }
.ycw-hero h1 { margin-bottom: 1.4rem; font-size: clamp(2.3rem, 6.4vw, 4.7rem); letter-spacing: -.045em; line-height: .91; }
.ycw-hero h1 em { color: var(--ycw-coral); font-style: normal; }
.ycw-hero__copy > .ycw-lead { max-width: 42rem; margin-bottom: 1.2rem; color: var(--ycw-muted); }
.ycw-values { display: flex; flex-wrap: wrap; gap: .55rem; margin: .25rem 0 1.8rem; }
.ycw-values span { padding: .45rem .7rem; border-left: .22rem solid var(--ycw-coral); background: #fff; color: var(--ycw-navy); font-size: .77rem; font-weight: 850; }
.ycw-quicklinks { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); width: min(1100px, calc(100% - 2.5rem)); margin: -1.25rem auto 0; border-left: .42rem solid var(--ycw-coral); background: #fff; box-shadow: 0 1rem 2.5rem var(--ycw-shadow); }
.ycw-quicklinks a { display: flex; min-height: 7rem; flex-direction: column; justify-content: center; padding: 1.25rem; border-right: 1px solid var(--ycw-line); color: var(--ycw-navy) !important; text-decoration: none !important; }
.ycw-quicklinks a:hover, .ycw-quicklinks a:focus-visible { background: var(--ycw-cream); }
.ycw-quicklinks b { font-size: 1rem; }
.ycw-quicklinks span { margin-top: .3rem; color: var(--ycw-muted); font-size: .83rem; }
.ycw-intro, .ycw-story { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 8vw, 7rem); }
.ycw-intro > div:first-child, .ycw-story > div:first-child { padding-left: 1.35rem; border-left: .38rem solid var(--ycw-gold); }
.ycw-priority-band { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(4.5rem, 9vw, 7rem) 0; background: linear-gradient(125deg, var(--ycw-deep), var(--ycw-navy)); color: #fff; }
.ycw-band-inner { width: min(1180px, calc(100% - 2.5rem)); margin: auto; }
.ycw-section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 4rem; margin-bottom: 2.3rem; }
.ycw-section-heading h2 { margin-bottom: 0; color: #fff; font-size: clamp(2.5rem, 5.3vw, 4.6rem); line-height: .98; }
.ycw-section-heading > p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.ycw-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.ycw-card-grid article { min-height: 15rem; padding: 2rem; border-top: .35rem solid var(--ycw-gold); background: rgba(255,255,255,.08); }
.ycw-card-grid span, .ycw-action-grid span, .ycw-fact > span { color: var(--ycw-gold); font-size: .78rem; font-weight: 900; }
.ycw-card-grid h3 { margin: 1.1rem 0 .75rem; color: #fff; font-size: 1.4rem; }
.ycw-card-grid p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: .94rem; }
.ycw-community { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(17rem, .9fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.ycw-final-cta { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(4rem, 8vw, 6.5rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--oc-primary); color: var(--oc-surface); text-align: center; }
.ycw-final-cta h2 { max-width: 880px; margin-right: auto; margin-left: auto; color: #ffffff; }
.ycw-final-cta .ycw-buttons { justify-content: center; }


/* Shared inner-page hero */
.ycw-page-hero { position: relative; isolation: isolate; width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; background: linear-gradient(122deg, var(--ycw-deep), var(--ycw-navy)); color: #fff; }

.ycw-page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4rem; width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: clamp(4.5rem, 9vw, 5rem) 0; }
.ycw-page-hero h1 { max-width: 920px; margin-bottom: 1.2rem; color: #fff; font-size: clamp(3.5rem, 8vw, 7rem); letter-spacing: -.045em; line-height: .89; }
.ycw-page-hero h1 em { color: var(--ycw-gold); font-style: normal; }
.ycw-page-hero__inner > div > p:not(.ycw-kicker) { max-width: 760px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 2.2vw, 1.1rem); }
.ycw-page-hero--portrait .ycw-page-hero__inner { padding-bottom: 0; }

/* About */
.ycw-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(4rem, 8vw, 6rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--ycw-cream); }
.ycw-fact { padding: clamp(1.5rem, 4vw, 2.8rem); border-right: 1px solid var(--ycw-line); }
.ycw-fact:first-child { border-left: .4rem solid var(--ycw-coral); }
.ycw-fact h3 { margin: 1rem 0 .7rem; font-size: 1.45rem; }
.ycw-fact p { margin-bottom: 0; color: var(--ycw-muted); }
.ycw-quote-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.ycw-quote-section blockquote { margin: 0; padding: clamp(2rem, 5vw, 4rem); border-top: .45rem solid var(--ycw-gold); background: var(--ycw-navy); color: #fff; }
.ycw-quote-section blockquote p { font-family: var(--oc-font-heading, "Lora", serif); font-size: clamp(1.65rem, 3.5vw, 2.7rem); font-weight: 800; line-height: 1.18; }
.ycw-quote-section cite { color: var(--ycw-gold); font-style: normal; font-weight: 800; }

/* Issues */
.ycw-issue-list { width: min(1180px, calc(100% - 2.5rem)); margin: auto; }
.ycw-issue-list article { display: grid; grid-template-columns: 4rem minmax(15rem, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 5vw, 4rem); padding: clamp(3.5rem, 7vw, 5.5rem) 0; border-top: 1px solid var(--ycw-line); }
.ycw-issue-list article > span { color: color-mix(in srgb, var(--ycw-coral) 28%, transparent); font-size: 3.6rem; font-weight: 900; line-height: 1; }
.ycw-issue-list h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; }
.ycw-issue-list ul { margin: 1.1rem 0 0; padding: 0; list-style: none; }
.ycw-issue-list li { position: relative; padding: .6rem 0 .6rem 1.4rem; border-bottom: 1px solid var(--ycw-line); }
.ycw-issue-list li::before { position: absolute; left: 0; color: var(--ycw-coral); font-weight: 900; content: "+"; }
.ycw-listen { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(3.5rem, 7vw, 5rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--ycw-coral); color: #fff; }
.ycw-listen h2 { color: #fff; }
.ycw-listen p:last-child { margin-bottom: 0; color: rgba(255,255,255,.82); }

/* Volunteer, contact, and CMS forms */
.ycw-action-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto clamp(4.5rem, 9vw, 7rem); }
.ycw-action-grid article { min-height: 14rem; padding: 1.8rem; border-top: .38rem solid var(--ycw-gold); background: var(--ycw-cream); }
.ycw-action-grid h3 { margin: 1rem 0 .7rem; font-size: 1.35rem; }
.ycw-action-grid p { margin-bottom: 0; color: var(--ycw-muted); font-size: .94rem; }
.ycw-form-section { display: grid; grid-template-columns: minmax(15rem, .58fr) minmax(0, 1.42fr); gap: clamp(2.5rem, 8vw, 7rem); align-items: start; scroll-margin-top: 2rem; }
.ycw-form-section > div:first-child > p:last-child { color: var(--ycw-muted); }
.ycw-form-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--ycw-line); border-top: .42rem solid var(--ycw-gold); background: var(--ycw-cream); box-shadow: 0 1rem 2.5rem var(--ycw-shadow); }
.ycw-form-card .form-label, .ycw-form-card .form-check-label { color: var(--ycw-navy); font-weight: 750; }
.ycw-form-card .form-control, .ycw-form-card .form-select { min-height: 3.2rem; border-color: var(--ycw-line); border-radius: var(--oc-button-radius, .5rem); background: #fff; color: var(--ycw-ink); }
.ycw-form-card textarea.form-control { min-height: 10rem; }
.ycw-form-card .form-control:focus, .ycw-form-card .form-select:focus { border-color: var(--ycw-gold); box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--ycw-gold) 24%, transparent); }
.ycw-form-card .btn-primary { min-width: 13rem; margin-top: 1rem; border-color: var(--oc-button-background, var(--ycw-gold)) !important; border-radius: var(--oc-button-radius, .5rem) !important; background: var(--oc-button-background, var(--ycw-gold)) !important; color: var(--oc-button-text, var(--ycw-navy)) !important; font-weight: 850; }
.ycw-contact-card { min-width: 22rem; padding: 1.55rem; border-left: .4rem solid var(--ycw-gold); background: #fff; color: var(--ycw-navy); }
.ycw-contact-card > span { display: block; color: var(--ycw-muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ycw-contact-card > a { display: block; margin: .35rem 0 .8rem; color: var(--ycw-navy) !important; font-weight: 850; overflow-wrap: anywhere; }

/* Gunderson-inspired endorsements: intro, masonry quote wall, invite, form. */
.ycw-endorsement-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(22rem, 1.15fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.ycw-endorsement-wall { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(4rem, 8vw, 6rem) 0;   }
.ycw .oc-endorsement-list { display: block; margin: 0; column-count: 2; column-gap: 1.25rem; }
.ycw .oc-endorsement-list > div { display: inline-block; width: 100% !important; max-width: none !important; margin: 0 0 1.25rem; break-inside: avoid; }
.ycw .oc-endorsement-list > div:has(.oc-endorsement-card-featured) { display: block; column-span: all; }
.ycw .oc-endorsement-card, .ycw .oc-endorsement-card.h-100 { height: auto !important; }
.ycw .oc-endorsement-card-inner { min-height: 0; padding: clamp(1.5rem, 3vw, 2.3rem); border: 1px solid var(--ycw-line); border-top: .32rem solid var(--ycw-gold); border-radius: .9rem; background: #fff; box-shadow: 0 .75rem 1.8rem color-mix(in srgb, var(--ycw-navy) 9%, transparent); }
.ycw .oc-endorsement-quote-mark { margin-bottom: .7rem; color: var(--ycw-coral); font-size: 1.75rem; }
.ycw .oc-endorsement-quote { line-height: 1.72; }
.ycw .oc-endorsement-meta { margin-top: 1.35rem; padding-top: 1rem; border-top: 1px solid var(--ycw-line); }
.ycw .oc-endorsement-name { color: var(--ycw-navy); font-size: 1.08rem; font-weight: 850; }
.ycw .oc-endorsement-organization, .ycw .oc-endorsement-type { margin-top: .2rem; color: var(--ycw-muted); }
.ycw .oc-endorsement-card-featured .oc-endorsement-card-inner { padding: clamp(2rem, 5vw, 4rem); border-top-color: var(--ycw-coral); background: var(--ycw-navy); color: #fff; }
.ycw .oc-endorsement-card-featured .oc-endorsement-quote, .ycw .oc-endorsement-card-featured .oc-endorsement-name { color: #fff; }
.ycw-endorsement-invite { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; width: min(1180px, calc(100% - 2.5rem)); margin: clamp(4rem, 8vw, 6rem) auto; padding: clamp(2.5rem, 6vw, 4.5rem); background: var(--ycw-navy); color: #fff; }
.ycw-endorsement-invite h2 { color: #fff; }
.ycw-endorsement-invite p:last-child { margin-bottom: 0; color: rgba(255,255,255,.75); }

@media (max-width: 991.98px) {
  .ycw-action-grid { grid-template-columns: repeat(2, 1fr); }
  .ycw-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767.98px) {
  .ycw-hero { display: flex; min-height: 0; flex-direction: column; }
  .ycw-hero__photo { min-height: 25rem; border-right: 0; border-bottom: .65rem solid var(--ycw-gold); }
  .ycw-hero__copy { padding: 3rem 1.4rem 3.5rem; }
  .ycw-hero h1, .ycw-page-hero h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .ycw-quicklinks { grid-template-columns: 1fr 1fr; }
  .ycw-intro, .ycw-story, .ycw-section-heading, .ycw-community, .ycw-quote-section, .ycw-form-section, .ycw-endorsement-intro, .ycw-listen, .ycw-endorsement-invite { grid-template-columns: 1fr; }
  .ycw-card-grid, .ycw-facts { grid-template-columns: 1fr; }
  .ycw-fact { border-right: 0; border-bottom: 1px solid var(--ycw-line); }
  .ycw-page-hero__inner { grid-template-columns: 1fr; gap: 2rem; padding: 3.75rem 0; }
  .ycw-page-hero--portrait .ycw-page-hero__inner { padding-bottom: 0; }
  .ycw-image-placeholder--portrait { width: min(22rem, 86vw); min-height: 25rem; margin: auto; }
  .ycw-issue-list article { grid-template-columns: 1fr; }
  .ycw-issue-list article > span { font-size: 2.8rem; }
  .ycw-action-grid { grid-template-columns: 1fr; }
  .ycw-contact-card { min-width: 0; }
  .ycw .oc-endorsement-list { column-count: 1; }
  .ycw-buttons .ycw-button { flex: 1 1 12rem; }
}

@media (max-width: 420px) {
  .ycw-quicklinks { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ycw-button { transition: none; }
}

/* CMS event index styles the platform-generated .oc-events-list markup. */
.site-main:has(.oc-events-list) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
 
  font-family: var(--oc-font-body, "Poppins", sans-serif);
}
/* Calendar and events */
.ycw-event-hero-card { display: flex; width: min(22rem, 30vw); min-height: 15rem; flex-direction: column; justify-content: space-between; padding: 2rem; border-top: .42rem solid var(--ycw-gold); background: #fff; color: var(--ycw-navy); box-shadow: 0 1rem 2.5rem color-mix(in srgb, #000 18%, transparent); }
.ycw-event-hero-card > span { color: var(--ycw-coral); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ycw-event-hero-card > strong { margin: 1.25rem 0; font-family: var(--oc-font-heading, "Lora", serif); font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.2; }
.ycw-event-section, .ycw-calendar-section { position: relative; }
.ycw-event-section::before, .ycw-calendar-section::before { position: absolute; top: 0; left: 0; width: 5rem; height: .4rem; background: var(--ycw-gold); content: ""; }
.ycw-event-section > .ycw-section-title, .ycw-calendar-section > .ycw-section-title { display: grid; grid-template-columns: minmax(16rem, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.ycw-event-section > .ycw-section-title .ycw-kicker, .ycw-calendar-section > .ycw-section-title .ycw-kicker { padding-top: .5rem; }
.ycw-event-section > .ycw-section-title h2, .ycw-calendar-section > .ycw-section-title h2 { margin-bottom: 0; }
.ycw-event-intro { display: grid; grid-template-columns: minmax(16rem, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 8vw, 7rem); margin-top: 2rem; }
.ycw-event-intro > p:last-child { color: var(--ycw-muted); }
.ycw-events-feed, .ycw-calendar-panel { margin-top: clamp(3rem, 7vw, 5rem); }

.site-main:has(.oc-events-list) > .container {
  width: min(1180px, calc(100% - 2.5rem));
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
/* CMS event list generated by {Events}. */
.ycw-events-feed .oc-events-list { margin-top: 0; }

.site-main:has(.oc-events-list) #page-content-col {
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
}

.site-main:has(.oc-events-list) #page-content-col > h1 {
  max-width: 900px;
  margin: 0 0 1.25rem;
  color: var(--ycw-navy);
  font-family: var(--oc-font-heading, "Lora", serif);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .92;
  text-wrap: balance;
}

.site-main:has(.oc-events-list) #page-content-col > h1::before {
  display: block;
  margin-bottom: 1rem;
  color: var(--ycw-coral);
  font-family: var(--oc-font-body, "Poppins", sans-serif);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
  content: "On the campaign trail";
}

.site-main:has(.oc-events-list) #page-content-col > h1 + p {
  max-width: 700px;
  margin: 0;
  color: var(--ycw-muted);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
}

.site-main:has(.oc-events-list) #page-content-col > h1 + p:after {
  display: block;
  width: 5rem;
  height: .35rem;
  margin-top: 1.6rem;
  background: var(--ycw-gold);
  content: "";
}

.oc-events-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}

/* CMS calendar generated by {EventCalendar}. */
.ycw-calendar-panel .oc-event-calendar-wrap { margin: 0; padding: clamp(1rem, 3vw, 2rem); overflow: hidden; border: 1px solid var(--ycw-line); border-top: .42rem solid var(--ycw-gold); border-radius: var(--oc-button-radius, .5rem); background: #fff; box-shadow: 0 1rem 2.5rem var(--ycw-shadow); }
.ycw-calendar-panel .oc-event-calendar-header { padding-bottom: 1.25rem; border-bottom: 1px solid var(--ycw-line); }
.ycw-calendar-panel .oc-event-calendar-title, .ycw-calendar-panel .oc-event-calendar-date, .ycw-calendar-panel .oc-event-calendar-list-title { color: var(--ycw-navy); font-family: var(--oc-font-heading, "Lora", serif); font-weight: 800; }
.ycw-calendar-panel .oc-event-calendar-title { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.ycw-calendar-panel .oc-event-calendar-dow { color: var(--ycw-navy); }
.ycw-calendar-panel .oc-event-calendar-day { border-color: var(--ycw-line); border-radius: .5rem; background: color-mix(in srgb, var(--ycw-cream) 62%, #fff); }
.ycw-calendar-panel .oc-event-calendar-day--today { border-color: var(--ycw-gold); background: color-mix(in srgb, var(--ycw-gold) 12%, #fff); box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ycw-gold) 22%, transparent); }
.ycw-calendar-panel .oc-event-pill { border-color: color-mix(in srgb, var(--ycw-navy) 15%, #fff); border-radius: .35rem; color: var(--ycw-navy); }
.ycw-calendar-panel .oc-event-pill:hover, .ycw-calendar-panel .oc-event-pill:focus-visible { border-color: var(--ycw-coral); color: var(--ycw-coral); }
.ycw-calendar-panel .oc-event-calendar-list { border-top-color: var(--ycw-line); }
.ycw-calendar-panel .oc-event-calendar-list-main a { color: var(--ycw-navy); }
.ycw-calendar-panel .oc-event-calendar-list-main a:hover, .ycw-calendar-panel .oc-event-calendar-list-main a:focus-visible { color: var(--ycw-coral); }

.oc-events-list .oc-event-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 21rem;
  flex-direction: column;
  margin: 0 !important;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid var(--ycw-line);
  border-top: .42rem solid var(--ycw-gold);
  border-radius: var(--oc-button-radius, .5rem);
  background: var(--ycw-white);
  box-shadow: 0 1rem 2.5rem color-mix(in srgb, var(--ycw-navy) 10%, transparent);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.oc-events-list .oc-event-item::after {
  position: absolute;
  right: -4.5rem;
  bottom: -5.5rem;
  width: 10rem;
  height: 10rem;
  border: 1.8rem solid color-mix(in srgb, var(--ycw-coral) 9%, transparent);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.oc-events-list .oc-event-item:hover,
.oc-events-list .oc-event-item:focus-within {
  border-top-color: var(--ycw-coral);
  box-shadow: 0 1.25rem 3rem color-mix(in srgb, var(--ycw-navy) 16%, transparent);
  transform: translateY(-4px);
}

.oc-events-list .oc-event-item h3,
.oc-events-list .oc-event-item .h5 {
  position: relative;
  z-index: 1;
  margin: 0 0 1.35rem !important;
  color: var(--ycw-navy);
  font-family: var(--oc-font-heading, "Lora", serif);
  font-size: clamp(1.65rem, 3vw, 2.25rem) !important;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.oc-events-list .oc-event-item h3 a,
.oc-events-list .oc-event-item h3 a:visited {
  color: var(--ycw-navy);
  text-decoration: none;
}

.oc-events-list .oc-event-item h3 a:hover,
.oc-events-list .oc-event-item h3 a:focus-visible {
  color: var(--ycw-coral);
  text-decoration: underline;
  text-decoration-thickness: .1em;
  text-underline-offset: .15em;
}

.oc-events-list .oc-event-item > .small {
  position: relative;
  z-index: 1;
  padding-left: 1.3rem;
  color: var(--ycw-muted) !important;
  font-size: .88rem;
  line-height: 1.55;
}

.oc-events-list .oc-event-item > .small::before {
  position: absolute;
  left: 0;
  color: var(--ycw-coral);
  font-weight: 900;
  content: "â";
}

.oc-events-list .oc-event-item > .small:first-of-type {
  order: -1;
  margin-bottom: 1rem !important;
  padding-left: 0;
  color: var(--ycw-coral) !important;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.oc-events-list .oc-event-item > .small:first-of-type::before {
  position: static;
  margin-right: .55rem;
  color: var(--ycw-gold);
  content: "Event date";
}

.oc-events-list .oc-event-item > p {
  position: relative;
  z-index: 1;
  margin: auto 0 0 !important;
  padding-top: 1.35rem;
  color: var(--ycw-ink);
  line-height: 1.72;
}

.oc-events-list .oc-event-item > p::after {
  display: inline-block;
  margin-left: .45rem;
  color: var(--ycw-coral);
  font-weight: 900;
  content: "â";
}

@media (max-width: 767.98px) {
  .site-main:has(.oc-events-list) {
    background: linear-gradient(to bottom, var(--ycw-cream) 0 19rem, var(--ycw-white) 19rem);
  }

  .ycw-event-hero-card { width: 100%; min-height: 12rem; }
  .ycw-event-section > .ycw-section-title, .ycw-calendar-section > .ycw-section-title, .ycw-event-intro { grid-template-columns: 1fr; gap: 1.25rem; }
  .oc-events-list { grid-template-columns: 1fr; }
  .oc-events-list .oc-event-item { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .oc-events-list .oc-event-item { transition: none; }
}
