/* Breakpoints */
:root {
  --custom--broad-size: 1128px;
  --header-h: 96px;
  --sticky-h: 96px;
  --header-max: 1440px;
  --header-pad: 24px;
  --nav-item-y: 8px;
  /* vertical padding inside dropdown items (tighten here) */
  --nav-item-x: 12px;
  /* horizontal padding */
  --nav-font: 14px;
  /* dropdown font size */
  --nav-line: 1.35;
  /* dropdown line-height */
  --nav-panel-radius: 10px;
  --dd-pad-y: 12px;
  /* item vertical padding */
  --dd-pad-x: 14px;
  /* item horizontal padding */
  --dd-fs: 16px;
  /* dropdown item font-size */
  --dd-lh: 1.4;
  /* dropdown item line-height */
  --dd-radius: 12px;
  /* panel corner radius */
  --dd-gap: 8px;
  /* gap between parent and panel */
  --dd-minw: 320px;
  /* min width of panel rectangle */
  --dd-maxw: 360px;
  /* max width (keeps long labels tidy) */
  --dd-inset: 8px;
  /* inner padding of the white panel (prevents bleed) */
  --dd-link-radius: 8px;
  --nav-underline-h: 3px; /* thickness of the animated line */
  --nav-underline-speed: 250ms; /* existing speed is fine */
}

.events-list__featured {
  display: flex;
  margin-block: calc(var(--wp--custom--spacing--gap) * 2);
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 781.98px) {
  .events-list__featured {
    flex-wrap: wrap;
  }
}
.events-list__featured__title {
  color: var(--wp--preset--color--white);
}
.events-list__featured__title b {
  display: block;
  position: relative;
}
.events-list__featured__title b:before {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='576' viewBox='0 0 576 576' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M291.53 575.07H283.53C275.9 440.22 268.84 377.41 233.24 341.81C197.64 306.21 134.84 299.16 0 291.53V283.53C134.84 275.9 197.66 268.84 233.26 233.24C268.86 197.64 275.92 134.85 283.54 0H291.54C299.17 134.85 306.23 197.66 341.83 233.26C377.43 268.86 440.24 275.92 575.09 283.55V291.55C440.25 299.18 377.43 306.24 341.83 341.84C306.23 377.44 299.16 440.23 291.53 575.07Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  bottom: -20px;
  left: -15px;
}
.events-list__featured__title b:after {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='576' viewBox='0 0 576 576' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M291.53 575.07H283.53C275.9 440.22 268.84 377.41 233.24 341.81C197.64 306.21 134.84 299.16 0 291.53V283.53C134.84 275.9 197.66 268.84 233.26 233.24C268.86 197.64 275.92 134.85 283.54 0H291.54C299.17 134.85 306.23 197.66 341.83 233.26C377.43 268.86 440.24 275.92 575.09 283.55V291.55C440.25 299.18 377.43 306.24 341.83 341.84C306.23 377.44 299.16 440.23 291.53 575.07Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 45px;
  top: -30px;
  left: 50%;
}
.events-list__featured__image {
  background-color: var(--wp--preset--color--primary-dark);
  flex: 0 1 50%;
  position: relative;
  padding: calc(var(--wp--custom--spacing--gap) * 2) calc(var(--wp--custom--spacing--gap) * 1.5);
}
.events-list__featured__image img[decoding=async] {
  border-radius: unset !important;
}
@media (max-width: 781.98px) {
  .events-list__featured__image {
    margin-bottom: var(--wp--custom--spacing--gap);
    flex: 0 1 100%;
    padding: calc(var(--wp--custom--spacing--gap) * 1.5) var(--wp--custom--spacing--gap);
  }
}
.events-list__featured__image .backdrop-block {
  position: absolute;
  border-radius: 25px 0 0 25px;
  z-index: 8;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
}
.events-list__featured__image .backdrop-block.white {
  background-color: var(--wp--preset--color--white);
}
.events-list__featured__image .backdrop-block:nth-child(5) {
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: var(--wp--preset--color--primary);
  z-index: 4;
}
.events-list__featured__image .backdrop-block:nth-child(3) {
  top: 30px;
  right: 30px;
  bottom: 30px;
  background-color: #C51E0D;
  z-index: 4;
}
.events-list__featured__image .backdrop-block:nth-child(4) {
  top: 45px;
  right: 45px;
  bottom: 45px;
  background-color: #AD1B0C;
  z-index: 2;
}
.events-list__featured__event {
  flex: 0 1 50%;
}
@media (max-width: 781.98px) {
  .events-list__featured__event {
    flex: 0 1 100%;
  }
}
.events-list__upcoming {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--spacing--gap);
}
.events-list__archive-link {
  text-align: center;
  margin-top: var(--wp--custom--spacing--gap);
}

/*# sourceMappingURL=events-list.css.map*/