html,
body,
body.single-fcm_news,
body.single-tribe_events,
body.single-fcm_news .fl-page,
body.single-tribe_events .fl-page,
body.single-fcm_news .fl-page-content,
body.single-tribe_events .fl-page-content,
body.single-fcm_news #content,
body.single-tribe_events #content,
body.single-fcm_news .site-content,
body.single-tribe_events .site-content,
body.single-fcm_news .site-wrapper,
body.single-tribe_events .site-wrapper {
  background: #ffffff !important;
}

.fcm-single-page {
  --fcm-single-accent: #e32021;
  --fcm-single-accent-soft: #faba4b;
  --fcm-single-ink: #111111;
  --fcm-single-copy: #26231f;
  --fcm-single-muted: rgba(17, 17, 17, 0.58);
  --fcm-single-line: rgba(17, 17, 17, 0.12);
  --fcm-single-card-bg: #e32021;
  color: var(--fcm-single-ink);
  background: #ffffff;
}

.fcm-single-page--event {
  --fcm-single-accent: #c88711;
}

.fcm-single-page,
.fcm-single-page * {
  box-sizing: border-box;
}

.fcm-single-page a {
  color: inherit;
}

.fcm-single-page .link-arrow,
.fcm-single-page .link-arrow:hover,
.fcm-single-page .link-arrow:focus-visible {
  color: var(--fcm-single-ink) !important;
  border-bottom-color: currentColor !important;
}

.fcm-single-shell {
  width: min(1200px, calc(100% - 256px));
  margin: 0 auto;
}

.fcm-single-hero {
  padding: 72px 0 0;
}

.fcm-single-hero__surface,
.fcm-single-content-wrap,
.fcm-single-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.fcm-single-hero__surface--editorial {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fcm-single-topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  gap: 24px;
  margin-bottom: 26px;
}

.fcm-single-back,
.fcm-single-share {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fcm-single-ink);
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.fcm-single-back::before,
.fcm-single-back::after,
.fcm-single-share::before,
.fcm-single-share::after {
  content: none !important;
  display: none !important;
}

.fcm-single-back svg,
.fcm-single-share svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.fcm-single-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.fcm-single-hero__grid--split {
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "media";
  gap: 34px;
  align-items: start;
}

.fcm-single-hero__grid--split .fcm-single-media {
  grid-area: media;
}

.fcm-single-hero__grid--split .fcm-single-hero__copy {
  grid-area: copy;
}

.fcm-single-hero__grid--split .fcm-single-hero__copy--summary-offset::after {
  display: none;
}

.fcm-single-hero__copy,
.fcm-single-media--editorial,
.fcm-single-content-wrap--editorial {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.fcm-single-hero__copy--summary-offset::after {
  content: "";
  display: block;
  height: clamp(44px, 5vw, 72px);
}

.fcm-single-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 50px;
  color: var(--fcm-single-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 0.91rem;
  line-height: 1.45;
}

.fcm-single-meta-inline span {
  position: relative;
}

.fcm-single-meta-inline span + span::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(17, 17, 17, 0.2);
  transform: translateY(-50%);
}

.fcm-single-title {
  max-width: 100%;
  margin: 0;
  color: var(--fcm-single-ink);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.1rem, 3.15vw, 3.45rem);
  line-height: 1;
  text-transform: none;
  text-wrap: balance;
}

.fcm-single-summary {
  max-width: 54rem;
  margin: 22px 0 0;
  color: var(--fcm-single-copy);
  font-size: 1rem;
  line-height: 1.75;
}

.fcm-single-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 18px;
}

.fcm-single-quicklinks .link-arrow {
  width: fit-content;
  max-width: 100%;
  font-size: 0.95rem;
  font-weight: 700;
}

.fcm-single-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  margin-top: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(207, 189, 168, 0.95);
  background: #f4efe8;
}

.fcm-single-media img,
.fcm-single-media__fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.fcm-single-media img {
  object-fit: cover;
}

.fcm-single-body {
  padding: 44px 0 48px;
}

.fcm-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.fcm-single-content-wrap--editorial {
  padding: 0;
}

.fcm-single-content {
  color: var(--fcm-single-copy);
  font-family: "Open Sans", sans-serif;
  font-size: 0.96rem;
  line-height: 1.72;
  scroll-margin-top: 120px;
}

.fcm-single-content > *:first-child {
  margin-top: 0;
}

.fcm-single-content > * + * {
  margin-top: 1.15em;
}

.fcm-single-content h2,
.fcm-single-content h3,
.fcm-single-content h4 {
  margin-bottom: 0;
  color: var(--fcm-single-ink);
  font-family: "Oswald", sans-serif;
  line-height: 1.04;
  text-transform: none;
  text-wrap: balance;
}

.fcm-single-content h2 {
  font-size: clamp(1.38rem, 1.8vw, 1.85rem);
  margin-top: 1.6em;
}

.fcm-single-content h3 {
  font-size: clamp(1.14rem, 1.35vw, 1.4rem);
}

.fcm-single-content p,
.fcm-single-content ul,
.fcm-single-content ol {
  margin-bottom: 0;
}

.fcm-single-content ul,
.fcm-single-content ol {
  padding-left: 1.2em;
}

.fcm-single-content li + li {
  margin-top: 0.45em;
}

.fcm-single-content strong {
  color: var(--fcm-single-ink);
}

.fcm-single-content a {
  color: var(--fcm-single-accent);
}

.fcm-single-content blockquote {
  margin: 1.8rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--fcm-single-accent);
  background: rgba(250, 186, 75, 0.08);
  color: var(--fcm-single-ink);
}

.fcm-single-content img,
.fcm-single-content iframe,
.fcm-single-content video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.fcm-single-socialbar,
.fcm-single-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 18px;
  margin-top: 28px;
  border-top: 1px solid var(--fcm-single-line);
}

.fcm-single-socialbar {
  justify-content: flex-end;
}

.fcm-single-socialbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111111;
}

.fcm-single-socialbar img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.fcm-single-event-meta {
  gap: 16px 22px;
  justify-content: space-between;
}

.fcm-single-event-meta__item {
  min-width: 160px;
  display: grid;
  gap: 4px;
}

.fcm-single-event-meta__item span {
  color: var(--fcm-single-muted);
  font-family: "Open Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fcm-single-event-meta__item strong {
  color: var(--fcm-single-ink);
  font-size: 0.98rem;
  line-height: 1.5;
}

.fcm-single-related {
  padding: 34px 0 72px;
}

.fcm-news-slider-module--single .fcm-news-slider__header {
  margin-bottom: 34px;
}

.fcm-news-slider-module--single .fcm-news-slider__headline {
  font-size: clamp(2rem, 2.45vw, 2.75rem);
}

.fcm-single-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  background: #f3ede4;
}

.fcm-single-placeholder__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .fcm-single-shell {
    width: min(100%, calc(100% - 128px));
  }
}

@media screen and (max-width: 768px) {
  .fcm-single-shell {
    width: min(100%, calc(100% - 32px));
  }

  .fcm-single-hero {
    padding-top: 42px;
  }

  .fcm-single-hero__surface--editorial {
    padding: 0;
  }

  .fcm-single-hero__grid--split {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    gap: 18px;
  }

  .fcm-single-topline {
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 20px;
  }

  .fcm-single-back,
  .fcm-single-share {
    font-size: 0.84rem;
  }

  .fcm-single-meta-inline {
    gap: 8px 18px;
    margin-bottom: 28px;
    font-size: 0.82rem;
  }

  .fcm-single-hero__copy--summary-offset::after {
    height: 24px;
  }

  .fcm-single-meta-inline span + span::before {
    left: -9px;
    height: 12px;
  }

  .fcm-single-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.2vw, 2.85rem);
  }

  .fcm-single-summary {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .fcm-single-media {
    width: 100%;
    height: clamp(220px, 52vw, 320px);
    min-height: 0;
    margin-top: 0;
    border-radius: 10px;
  }

  .fcm-single-body {
    padding: 30px 0 40px;
  }

  .fcm-single-content {
    font-size: 0.92rem;
    line-height: 1.68;
  }

  .fcm-single-socialbar,
  .fcm-single-event-meta {
    margin-top: 24px;
    padding-top: 16px;
  }

  .fcm-single-event-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fcm-single-socialbar {
    justify-content: flex-start;
  }

  .fcm-news-slider-module--single .fcm-news-slider__header {
    margin-bottom: 24px;
  }
}
