.hcfb-highlights,
.hcfb-highlights * {
  box-sizing: border-box;
}

.hcfb-highlights {
  --hcfb-navy: #153b69;
  --hcfb-blue: #2f6b9a;
  --hcfb-blue-dark: #1d4e7d;
  --hcfb-red: #ed1b2f;
  --hcfb-ink: #17212d;
  --hcfb-muted: #5f6b78;
  --hcfb-soft: #f3f7fa;
  --hcfb-line: #d8e2e9;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: #fff;
  color: var(--hcfb-ink);
  font-family: inherit;
  container-type: inline-size;
  container-name: hcfb-highlights;
}

.hcfb-highlights--full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.hcfb-highlights__lead {
  position: relative;
  z-index: 3;
  width: 100%;
  background: linear-gradient(100deg, var(--hcfb-navy) 0%, var(--hcfb-blue-dark) 58%, var(--hcfb-blue) 100%);
  color: #fff;
}

.hcfb-highlights__lead::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--hcfb-red);
}

.hcfb-highlights__lead-inner,
.hcfb-highlights__carousel-inner {
  position: relative;
  width: min(100%, 1480px);
  margin-inline: auto;
}

.hcfb-highlights__lead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 15px clamp(24px, 5vw, 76px);
}

.hcfb-highlights__lead-copy,
.hcfb-highlights__lead-text {
  min-width: 0;
}

.hcfb-highlights__eyebrow,
.hcfb-highlights__summary {
  display: none !important;
}

.hcfb-highlights__title {
  margin: 0;
  max-width: 34ch;
  color: #fff !important;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hcfb-highlights__source-links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.hcfb-highlights .hcfb-highlights__source-links > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--hcfb-navy) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.hcfb-highlights .hcfb-highlights__source-links > a:hover,
.hcfb-highlights .hcfb-highlights__source-links > a:focus-visible {
  background: #f2f7fa !important;
  color: var(--hcfb-navy) !important;
  transform: translateY(-1px);
}

.hcfb-highlights__carousel {
  position: relative;
  background: #fff;
}

.hcfb-highlights__viewport {
  position: relative;
  min-height: 350px;
}

.hcfb-highlight {
  display: grid;
  grid-template-columns: minmax(360px, 39%) minmax(0, 1fr);
  align-items: stretch;
  min-height: 350px;
  /* Paint the full left column blue even when the details column determines the slide height. */
  background: linear-gradient(to right, var(--hcfb-blue-dark) 0 39%, #fff 39% 100%);
  will-change: opacity, transform;
}

.hcfb-highlight[hidden] {
  display: none !important;
}

.hcfb-highlight__media {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 350px;
  height: 100%;
  overflow: hidden;
  background: var(--hcfb-navy);
}

.hcfb-highlight__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hcfb-highlight__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 37, 68, 0.03) 35%, rgba(8, 37, 68, 0.32) 100%);
  pointer-events: none;
}

.hcfb-highlight__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px 48px 48px;
  color: rgba(255, 255, 255, 0.96);
  background:
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.11) 0 54px, transparent 55px),
    radial-gradient(circle at 2% 98%, rgba(255,255,255,.06) 0 88px, transparent 89px),
    linear-gradient(145deg, var(--hcfb-navy), var(--hcfb-blue));
}

.hcfb-highlight__fallback span {
  max-width: 28ch;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-align: center;
}

.hcfb-highlight__fallback svg {
  width: min(154px, 46%);
  max-height: 136px;
  height: auto;
}

.hcfb-highlight__date-block {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 64px);
  bottom: 24px;
  width: 78px;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(4, 29, 53, 0.2);
  color: var(--hcfb-navy);
}

.hcfb-highlight__date-block span {
  color: var(--hcfb-red);
  font-size: 15px !important;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.hcfb-highlight__date-block strong {
  margin-top: 2px;
  font-size: 31px;
  line-height: 1;
}

.hcfb-highlight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 44px clamp(92px, 8vw, 132px) 102px clamp(38px, 5vw, 74px);
  background: #fff;
}

.hcfb-highlight__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.hcfb-highlight__kind,
.hcfb-highlight__featured,
.hcfb-highlight__frequency {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf2f7;
  color: var(--hcfb-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.hcfb-highlight__featured {
  background: #fff0d7;
  color: #8a5700;
}

.hcfb-highlight__frequency {
  background: #edf6ef;
  color: #1f6840;
}

.hcfb-highlight__content h3 {
  margin: 0;
  max-width: 38ch;
  color: var(--hcfb-navy) !important;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.hcfb-highlight__when {
  margin: 12px 0 0;
  color: var(--hcfb-ink);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.4;
}

.hcfb-highlight__summary {
  display: -webkit-box !important;
  margin: 10px 0 0;
  max-width: 72ch;
  overflow: hidden;
  color: var(--hcfb-muted);
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hcfb-highlight__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.hcfb-highlight__chips span {
  display: inline-flex;
  min-width: 0;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--hcfb-soft);
  color: #475766;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.25;
}

.hcfb-highlight__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 18px;
}

.hcfb-highlights a.hcfb-highlight__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 19px;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--hcfb-red) !important;
  color: #fff !important;
  box-shadow: 0 9px 20px rgba(237, 27, 47, 0.2) !important;
  font-size: 15px !important;
  font-weight: 820 !important;
  line-height: 1.15;
  text-decoration: none !important;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.hcfb-highlights a.hcfb-highlight__button:hover,
.hcfb-highlights a.hcfb-highlight__button:focus-visible {
  background: #d91529 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.hcfb-highlights a.hcfb-highlight__text-link {
  color: var(--hcfb-navy) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px !important;
}

.hcfb-highlights__controls {
  position: absolute;
  z-index: 7;
  right: clamp(24px, 4vw, 64px);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}

.hcfb-highlights button.hcfb-highlights__nav {
  all: unset;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #153b69 !important;
  background-color: #153b69 !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
  box-shadow: 0 9px 20px rgba(7, 36, 70, 0.22) !important;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hcfb-highlights button.hcfb-highlights__nav:hover,
.hcfb-highlights button.hcfb-highlights__nav:focus-visible {
  background: var(--hcfb-blue-dark) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(7, 36, 70, 0.28) !important;
}

.hcfb-highlights button.hcfb-highlights__nav:active {
  transform: translateY(0);
}

.hcfb-highlights button.hcfb-highlights__nav svg {
  display: none !important;
}

.hcfb-highlights .hcfb-highlights__arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 0 3px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 38px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: none !important;
}

.hcfb-highlights.is-transitioning button.hcfb-highlights__nav {
  pointer-events: none;
}

.hcfb-highlights__sr-status {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hcfb-highlights__dots,
[data-hcfb-highlights-dots] {
  display: none !important;
}

.hcfb-highlights button:focus-visible,
.hcfb-highlights a:focus-visible {
  outline: 3px solid #f7aebb;
  outline-offset: 3px;
}

.hcfb-highlight--empty {
  grid-template-columns: 1fr;
}

/* Medium component: preserve two columns, but use readable sizes and tighter spacing. */
.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlights__lead-inner {
  min-height: 76px;
  padding: 14px 26px;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlights__title {
  font-size: 26px;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight {
  grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
  min-height: 370px;
  background: linear-gradient(to right, var(--hcfb-blue-dark) 0 42%, #fff 42% 100%);
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight__media {
  min-height: 370px;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight__content {
  padding: 40px 92px 98px 34px;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight__content h3 {
  font-size: 32px;
}

/* Compact component: stack intentionally based on the banner width, not viewport width. */
.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__lead-inner,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__lead-inner {
  display: block;
  min-height: 0;
  padding: 16px 18px 17px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__title,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__title {
  max-width: none;
  font-size: 23px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__source-links,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__source-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  gap: 9px;
  width: 100%;
  margin-top: 13px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__source-links > a,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__source-links > a {
  width: 100%;
  min-height: 44px;
  padding: 9px 10px;
  font-size: 15px !important;
  white-space: normal;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__viewport,
.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__viewport,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight {
  min-height: 0;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight {
  grid-template-columns: 1fr;
  background: #fff;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__media {
  min-height: 0;
  height: 245px;
  align-self: auto;
}

.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__media {
  min-height: 0;
  height: 215px;
  align-self: auto;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__fallback,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__fallback {
  gap: 14px;
  padding: 24px 22px 32px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__fallback span,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__fallback span {
  font-size: 13px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__fallback svg {
  width: 128px;
}

.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__fallback svg {
  width: 112px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__date-block,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__date-block {
  left: 18px;
  bottom: 16px;
  width: 70px;
  min-height: 74px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__content,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__content {
  min-height: 0;
  padding: 24px 18px 86px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__content h3 {
  font-size: 30px;
}

.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__content h3 {
  font-size: 26px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__when,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__when {
  font-size: 16px;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight__summary,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight__summary {
  font-size: 16px;
  -webkit-line-clamp: 4;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlights__controls,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__controls {
  right: 16px;
  bottom: 16px;
}

.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlights__source-links {
  grid-template-columns: 1fr;
}

/* Media-query fallback for environments without ResizeObserver. */
@media (max-width: 760px) {
  .hcfb-highlights:not([data-hcfb-size]) .hcfb-highlight {
    grid-template-columns: 1fr;
  }
  .hcfb-highlights:not([data-hcfb-size]) .hcfb-highlight__media {
    min-height: 0;
    height: 225px;
  }
  .hcfb-highlights:not([data-hcfb-size]) .hcfb-highlight__content {
    padding: 24px 18px 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hcfb-highlights *,
  .hcfb-highlights *::before,
  .hcfb-highlights *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Evergreen Agency Partner Food Finder slide. */
.hcfb-highlight--locator {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 39%);
  background: linear-gradient(to right, #fff 0 61%, #eef5f8 61% 100%);
}


.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight--locator {
  background: linear-gradient(to right, #fff 0 58%, #eef5f8 58% 100%);
}

.hcfb-highlight--locator .hcfb-highlight__content {
  order: 1;
  padding-left: clamp(38px, 6vw, 94px);
  padding-right: clamp(92px, 8vw, 132px);
}

.hcfb-highlight--locator .hcfb-highlight__media {
  order: 2;
  background: #eef5f8;
}

.hcfb-highlight--locator .hcfb-highlight__fallback {
  color: var(--hcfb-navy);
  background:
    radial-gradient(circle at 84% 18%, rgba(47,107,154,.15) 0 58px, transparent 59px),
    radial-gradient(circle at 12% 92%, rgba(21,59,105,.08) 0 92px, transparent 93px),
    linear-gradient(145deg, #f7fbfd, #dcebf2);
}

.hcfb-highlight--locator .hcfb-highlight__fallback span {
  color: var(--hcfb-navy);
  font-size: 15px;
}

.hcfb-highlight__locator-map {
  width: min(300px, 82%) !important;
  max-height: 190px !important;
  color: var(--hcfb-blue-dark);
  filter: drop-shadow(0 12px 22px rgba(21,59,105,.12));
}

.hcfb-highlight--locator .hcfb-highlight__kind {
  background: #e4f1f6;
  color: var(--hcfb-blue-dark);
}

@container hcfb-highlights (max-width: 759px) {
  .hcfb-highlight--locator {
    grid-template-columns: 1fr;
  }
  .hcfb-highlight--locator .hcfb-highlight__media {
    order: 1;
  }
  .hcfb-highlight--locator .hcfb-highlight__content {
    order: 2;
  }
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight--locator,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight--locator {
  grid-template-columns: 1fr;
  background: #fff;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight--locator .hcfb-highlight__media,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight--locator .hcfb-highlight__media {
  order: 1;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight--locator .hcfb-highlight__content,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight--locator .hcfb-highlight__content {
  order: 2;
  padding-left: 18px;
  padding-right: 18px;
}

/* 0.2.6: keep the visual column painted through the entire slide row. */
.hcfb-highlight {
  position: relative;
  isolation: isolate;
  background: #fff;
}

.hcfb-highlight::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: 39%;
  background: linear-gradient(145deg, var(--hcfb-navy), var(--hcfb-blue));
  pointer-events: none;
}

.hcfb-highlight > * {
  position: relative;
  z-index: 1;
}

.hcfb-highlight__media {
  height: auto;
  align-self: stretch;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight::before {
  width: 42%;
}

.hcfb-highlight--locator::before {
  inset: 0 0 0 auto;
  width: 39%;
  background: #eef5f8;
}

.hcfb-highlights[data-hcfb-size="medium"] .hcfb-highlight--locator::before {
  width: 42%;
}

.hcfb-highlights[data-hcfb-size="compact"] .hcfb-highlight::before,
.hcfb-highlights[data-hcfb-size="small"] .hcfb-highlight::before {
  display: none;
}

/* Remove the WordPress/page-builder block gap beneath a full-bleed banner. */
.hcfb-highlights--flush-bottom {
  margin-bottom: calc(-1 * var(--wp--style--block-gap, 0px)) !important;
}

.wp-block-shortcode:has(> .hcfb-highlights--flush-bottom),
.wp-block-shortcode:has(.hcfb-highlights--flush-bottom),
.elementor-widget-shortcode:has(.hcfb-highlights--flush-bottom),
.elementor-widget-shortcode:has(.hcfb-highlights--flush-bottom) > .elementor-widget-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.wp-block-shortcode:has(.hcfb-highlights--flush-bottom) + *,
.elementor-widget-shortcode:has(.hcfb-highlights--flush-bottom) + * {
  margin-top: 0 !important;
}


/* Compact event-only homepage strip (v0.3.2). */
.hcfb-event-strip,
.hcfb-event-strip * {
  box-sizing: border-box;
}

.hcfb-event-strip {
  --hcfb-event-navy: #153b69;
  --hcfb-event-blue: #245a87;
  --hcfb-event-blue-light: #3477a7;
  --hcfb-event-red: #ed1b2f;
  --hcfb-event-cream: #f6f9fb;
  --hcfb-event-gap: 16px;
  --hcfb-event-visible: 3;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: #fff;
  color: #17212d;
  font-family: inherit;
  container-type: inline-size;
}

.hcfb-event-strip--full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.hcfb-event-strip__inner {
  width: min(100%, 1480px);
  margin-inline: auto;
  padding: 26px clamp(22px, 5vw, 76px) 18px;
}

.hcfb-event-strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.hcfb-event-strip__heading-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.hcfb-event-strip__heading-icon {
  display: inline-grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--hcfb-event-red);
  color: #fff;
}

.hcfb-event-strip__heading-icon svg {
  width: 30px;
  height: 30px;
}

.hcfb-event-strip__eyebrow {
  margin: 0 0 2px;
  color: var(--hcfb-event-red);
  font-size: 15px !important;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hcfb-event-strip__title {
  margin: 0;
  color: var(--hcfb-event-navy) !important;
  font-size: clamp(36px, 2.8vw, 46px) !important;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.hcfb-event-strip .hcfb-event-strip__all-link {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #c8d8e5 !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--hcfb-event-navy) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.15;
  text-decoration: none !important;
  white-space: nowrap;
}

.hcfb-event-strip .hcfb-event-strip__all-link:hover,
.hcfb-event-strip .hcfb-event-strip__all-link:focus-visible {
  border-color: var(--hcfb-event-navy) !important;
  background: var(--hcfb-event-cream) !important;
}

.hcfb-event-strip__viewport {
  width: 100%;
  overflow: hidden;
}

.hcfb-event-strip__track {
  display: flex;
  gap: var(--hcfb-event-gap);
  align-items: stretch;
  transform: translate3d(0, 0, 0);
  transition: transform 420ms cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}

.hcfb-event-strip-card {
  flex: 0 0 calc((100% - (var(--hcfb-event-gap) * (var(--hcfb-event-visible) - 1))) / var(--hcfb-event-visible));
  min-width: 0;
  min-height: 286px;
  overflow: hidden;
  border-radius: 15px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.09) 0 42px, transparent 43px),
    linear-gradient(145deg, var(--hcfb-event-navy), var(--hcfb-event-blue));
  box-shadow: 0 9px 24px rgba(20, 59, 105, 0.16);
  color: #fff;
}

.hcfb-event-strip-card[hidden] {
  display: none !important;
}

.hcfb-event-strip-card__body {
  display: flex;
  height: 100%;
  min-height: 286px;
  flex-direction: column;
  padding: 24px;
}

.hcfb-event-strip-card__label-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.hcfb-event-strip-card__icon {
  display: inline-grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--hcfb-event-red);
  color: #fff;
}

.hcfb-event-strip-card__icon svg {
  width: 20px;
  height: 20px;
}

.hcfb-event-strip-card__label,
.hcfb-event-strip-card__featured {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 850;
  line-height: 1.05;
  white-space: nowrap;
}

.hcfb-event-strip-card__label {
  max-width: 16ch;
  overflow: hidden;
  background: rgba(255,255,255,.14);
  color: #fff;
  text-overflow: ellipsis;
}

.hcfb-event-strip-card__featured {
  background: #fff0c8;
  color: #784e00;
}

.hcfb-event-strip-card__main {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 26%);
  align-items: start;
  gap: 20px;
}

.hcfb-event-strip-card__copy {
  min-width: 0;
}

.hcfb-event-strip-card__date {
  margin: 0 0 10px;
  color: rgba(255,255,255,.94);
  font-size: 16px !important;
  font-weight: 780;
  line-height: 1.35;
}

.hcfb-event-strip-card h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #fff !important;
  font-size: clamp(28px, 2vw, 36px) !important;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hcfb-event-strip-card h3 a {
  color: #fff !important;
  text-decoration: none !important;
}

.hcfb-event-strip-card h3 a:hover,
.hcfb-event-strip-card h3 a:focus-visible {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}

.hcfb-event-strip-card__location {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: rgba(255,255,255,.78);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hcfb-event-strip-card__media {
  position: relative;
  display: grid !important;
  width: 100%;
  height: auto;
  min-height: 112px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  place-items: center;
  border: 3px solid rgba(255,255,255,.78);
  border-radius: 15px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.84) !important;
  text-decoration: none !important;
}

.hcfb-event-strip-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hcfb-event-strip-card__media--photo {
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.hcfb-event-strip-card__media--photo:hover img,
.hcfb-event-strip-card__media--photo:focus-visible img {
  transform: scale(1.025);
}

.hcfb-event-strip-card__media img {
  transition: transform 220ms ease;
}

.hcfb-event-strip-card__media svg {
  width: 58px;
  height: 58px;
}

.hcfb-event-strip-card__action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin-top: 18px;
}

.hcfb-event-strip .hcfb-event-strip-card__action {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fff !important;
  color: var(--hcfb-event-navy) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.1;
  text-decoration: none !important;
}

.hcfb-event-strip .hcfb-event-strip-card__action:hover,
.hcfb-event-strip .hcfb-event-strip-card__action:focus-visible {
  background: #edf4f8 !important;
}

.hcfb-event-strip .hcfb-event-strip-card__action--secondary {
  border: 1px solid rgba(255,255,255,.72) !important;
  background: transparent !important;
  color: #fff !important;
}

.hcfb-event-strip .hcfb-event-strip-card__action--secondary:hover,
.hcfb-event-strip .hcfb-event-strip-card__action--secondary:focus-visible {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}

.hcfb-event-strip__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  padding-top: 10px;
}

.hcfb-event-strip__footer[hidden],
.hcfb-event-strip__control[hidden] {
  display: none !important;
}

.hcfb-event-strip__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hcfb-event-strip .hcfb-event-strip__control--icon-only {
  width: 42px;
  min-width: 42px;
  padding-inline: 0;
}

.hcfb-event-strip__status {
  margin: 0;
  color: #5b6875;
  font-size: 15px !important;
  font-weight: 700;
}

.hcfb-event-strip__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.hcfb-event-strip .hcfb-event-strip__control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  border: 0 !important;
  border-radius: 9px !important;
  background: var(--hcfb-event-navy) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.1;
  cursor: pointer;
}

.hcfb-event-strip .hcfb-event-strip__control--previous {
  background: #eaf1f6 !important;
  color: var(--hcfb-event-navy) !important;
  -webkit-text-fill-color: var(--hcfb-event-navy) !important;
}

.hcfb-event-strip .hcfb-event-strip__control[disabled] {
  opacity: .42;
  cursor: default;
}

.hcfb-event-strip__empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-radius: 13px;
  background: var(--hcfb-event-cream);
  color: #33414f;
}

.hcfb-event-strip__empty p {
  margin: 0;
}

.hcfb-event-strip__empty a {
  color: var(--hcfb-event-navy);
  font-weight: 800;
}

@container (max-width: 980px) {
  .hcfb-event-strip {
    --hcfb-event-visible: 2;
  }
}

@container (max-width: 640px) {
  .hcfb-event-strip {
    --hcfb-event-visible: 1;
  }

  .hcfb-event-strip__inner {
    padding: 16px 18px 14px;
  }

  .hcfb-event-strip__header {
    align-items: flex-end;
    gap: 12px;
  }

  .hcfb-event-strip__heading-icon {
    display: none;
  }

  .hcfb-event-strip__title {
    font-size: 34px !important;
  }

  .hcfb-event-strip .hcfb-event-strip__all-link {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px !important;
  }

  .hcfb-event-strip-card {
    min-height: 270px;
  }

  .hcfb-event-strip-card__body {
    min-height: 270px;
    padding: 20px;
  }

  .hcfb-event-strip-card__main {
    grid-template-columns: minmax(0, 1fr) 132px;
  }

  .hcfb-event-strip-card__media {
    width: 132px;
    height: auto;
    min-height: 92px;
  }

  .hcfb-event-strip-card__date {
    font-size: 15px !important;
  }

  .hcfb-event-strip-card h3 {
    font-size: 27px !important;
  }

  .hcfb-event-strip-card__location {
    font-size: 15px !important;
  }

  .hcfb-event-strip__status {
    display: none;
  }

  .hcfb-event-strip__controls {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hcfb-event-strip__track {
    transition: none;
  }
}
