main.single-eventy {
  padding-top: 180px;
}

.single-eventy {
  padding-bottom: 72px;
  --event-accent: #5667BA;
  --event-accent-dark: #27365F;
  --event-pill: rgba(8, 179, 149, 0.12);
}
.single-eventy__hero {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 24px;
  margin-bottom: 50px;
  padding: 44px 74px 44px 0;
  border-radius: 32px;
  background: var(--event-accent);
  overflow: visible;
}
.single-eventy__hero-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  max-width: 850px;
  padding: 46px 211px 79px 79px;
  border: 2px solid var(--event-accent-dark);
  border-radius: 18px;
  background: #FEFEFF;
  box-shadow: 0 8px 0 var(--event-accent-dark);
}
.single-eventy__title {
  margin: 0;
  color: #171717;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
}
.single-eventy__lead {
  margin: 0;
  color: rgba(23, 23, 23, 0.78);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.15;
}
.single-eventy__description {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.15;
}
.single-eventy__description p {
  margin: 0;
}
.single-eventy__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-eventy__detail, .single-eventy__detail-note {
  margin: 0;
  color: #27365F;
  font-size: 16px;
  line-height: 1.15;
  font-family: "Libre Baskerville", sans-serif;
}
.single-eventy__detail strong {
  font-style: italic;
  font-weight: 700;
}
.single-eventy__detail--seats {
  margin-top: 2px;
  font-size: 18px;
}
.single-eventy__detail-note {
  font-size: 14px;
}
.single-eventy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.single-eventy__button {
  font-size: 16px;
  color: #861013;
  background-color: #FEFEFF;
  padding: 20.5px 35px;
  border: 2px solid #861013;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.single-eventy__button:hover {
  background-color: #861013;
  color: #FEFEFF;
  cursor: pointer;
}
.single-eventy__button svg {
  width: 20px;
  height: 20px;
}
.single-eventy__button svg path {
  stroke: currentColor;
}
.single-eventy__button {
  text-decoration: none;
}
.single-eventy__button--primary {
  background: #861013;
  color: #FEFEFF;
}
.single-eventy__button--primary:hover, .single-eventy__button--primary:focus-visible {
  background: #FEFEFF;
  color: #861013;
  outline: none;
}
.single-eventy__button--secondary {
  background: #FEFEFF;
  color: #861013;
}
.single-eventy__hero-media {
  position: relative;
  z-index: 3;
  margin-top: 38px;
  margin-bottom: 38px;
  margin-left: -170px;
  overflow: visible;
}
.single-eventy__hero-image, .single-eventy__hero-placeholder {
  display: block;
  width: 100%;
  min-height: 320px;
  border-radius: 16px;
  background: #8f8f8f;
}
.single-eventy__hero-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-eventy__hero-decorations {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}
.single-eventy__hero-decorations--mint {
  position: absolute;
  top: -100px;
  right: 143px;
  bottom: auto;
  left: auto;
  width: 435px;
  height: 400px;
  -webkit-mask-image: repeating-linear-gradient(to right, black, black 29px, transparent 29px, transparent 58px);
  mask-image: repeating-linear-gradient(to right, black, black 29px, transparent 29px, transparent 58px);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0, 0 0 0 0 0, 0 0 0 0 0, 0 0 0 0.25 0' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"), linear-gradient(to bottom, #08B395, #046051);
}
.single-eventy__article {
  max-width: 100%;
}
.single-eventy__content > *:first-child {
  margin-top: 0;
}

@media (max-width: 1417px) {
  .single-eventy .container--wide {
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  .single-eventy__hero {
    flex-direction: column;
    padding: 44px 33px;
  }
  .single-eventy__hero-panel {
    max-width: none;
    margin-right: 150px;
    padding: 46px 35px 100px 78px;
  }
  .single-eventy__hero-media {
    width: auto;
    max-width: none;
    margin-top: -50px;
    margin-bottom: 0;
    margin-left: 150px;
  }
  .single-eventy__hero-decorations--mint {
    right: auto;
    left: 120px;
  }
  .single-eventy__hero-image, .single-eventy__hero-placeholder {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .single-eventy__hero {
    padding: 20px;
  }
  .single-eventy__hero-panel {
    margin: 0;
    padding: 24px;
    gap: 24px;
  }
  .single-eventy__title {
    font-size: 1.8rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .single-eventy__lead, .single-eventy__description {
    font-size: 18px;
  }
  .single-eventy__detail {
    font-size: 15px;
  }
  .single-eventy__detail-note {
    font-size: 13px;
  }
  .single-eventy__actions {
    gap: 10px;
  }
  .single-eventy__hero-media {
    margin: 0;
  }
  .single-eventy__hero-decorations--mint {
    width: 232px;
  }
  .single-eventy__hero-image, .single-eventy__hero-placeholder {
    min-height: 240px;
  }
}
/*# sourceMappingURL=single-eventy.css.map */
