:root {
  --mmc-light: #e2e0e5;
  --mmc-dark: #160333;
  --mmc-deep: #100031;
  --mmc-white: #ffffff;
  --mmc-serif: "Lora", Georgia, serif;
  --mmc-sans: "Hanken Grotesk", Arial, sans-serif;
}

body.single-tribe_events {
  background: var(--mmc-light);
}

.mmc-single-event {
  background: var(--mmc-light);
  color: var(--mmc-dark);
  font-family: var(--mmc-sans);
}

.mmc-event-hero {
  position: relative;
  width: 100%;
  min-height: 430px;
  background-color: var(--mmc-deep);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate;
}

.mmc-event-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(16, 0, 49, 0.06), rgba(16, 0, 49, 0.34));
}

.mmc-event-hero__inner {
  width: calc(100% - 48px);
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 0;
}

.mmc-event-hero__title {
  margin: 0 0 12px;
  font-family: var(--mmc-serif);
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  color: var(--mmc-white);
}

.mmc-event-hero__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.92);
}

.mmc-event-detail {
  width: calc(100% - 48px);
  max-width: 920px;
  margin: 0 auto;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  column-gap: 76px;
  align-items: start;
}

.mmc-event-meta {
  border-top: 1px solid rgba(22, 3, 51, 0.55);
  padding-top: 22px;
}

.mmc-event-meta__item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 14px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 19px;
}

.mmc-event-meta__icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--mmc-dark);
}

.mmc-event-meta__title {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

.mmc-event-meta__text {
  display: block;
}

.mmc-event-meta__note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 18px;
}

.mmc-event-meta__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.mmc-event-icon-link,
.mmc-event-share {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--mmc-dark);
  text-decoration: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mmc-event-icon-link svg,
.mmc-event-share svg {
  width: 19px;
  height: 19px;
}

.mmc-event-calendar svg {
  width: 21px;
  height: 21px;
}

.mmc-event-icon-link:hover,
.mmc-event-share:hover,
.mmc-event-icon-link:focus-visible,
.mmc-event-share:focus-visible {
  opacity: 0.72;
  outline: none;
}

.mmc-event-share.is-copied::after {
  content: "kopiert";
  position: absolute;
  margin-top: 42px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.mmc-event-back {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 18px;
  color: var(--mmc-dark);
  text-decoration: none;
}

.mmc-event-back::before {
  content: "←";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--mmc-dark);
  color: var(--mmc-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.mmc-event-ticket {
  margin-top: 28px;
  display: inline-flex;
  min-width: 112px;
  min-height: 36px;
  padding: 9px 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--mmc-dark);
  color: var(--mmc-white) !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.mmc-event-content {
  min-width: 0;
}

.mmc-event-content__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 28px;
}

.mmc-event-content__title {
  margin: 0;
  font-family: var(--mmc-serif);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.mmc-event-content__subtitle {
  margin: 2px 0 0;
  font-family: var(--mmc-serif);
  font-size: 20px;
  line-height: 27px;
}

.mmc-event-content__ticket-top {
  display: none;
}

.mmc-event-body {
  font-size: 14px;
  line-height: 22px;
}

.mmc-event-body p {
  margin: 0 0 18px;
}

.mmc-event-body h2,
.mmc-event-body h3,
.mmc-event-body h4 {
  font-family: var(--mmc-serif);
  font-weight: 400;
  margin: 28px 0 12px;
}

.mmc-event-program {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 24px;
  font-size: 13px;
  line-height: 20px;
}

.mmc-event-program strong {
  display: block;
  margin-bottom: 6px;
}

.mmc-event-audio {
  width: calc(100% - 48px);
  max-width: 920px;
  margin: 0 auto 96px;
}

.mmc-event-audio__title {
  margin: 0 0 24px;
  font-family: var(--mmc-serif);
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
}

.mmc-event-audio__box {
  min-height: 300px;
  background: var(--mmc-deep);
  color: var(--mmc-white);
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.mmc-spotify-consent__content {
  max-width: 620px;
  margin: 0 auto;
}

.mmc-spotify-consent__label {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.82;
}

.mmc-spotify-consent__title {
  margin: 0 0 12px;
  font-family: var(--mmc-serif);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.mmc-spotify-consent__text {
  max-width: 540px;
  margin: 0 auto 22px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.86;
}

.mmc-spotify-consent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  background: var(--mmc-white);
  color: var(--mmc-dark);
  font-family: var(--mmc-sans);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}

.mmc-spotify-consent__privacy {
  margin: 16px 0 0;
  font-size: 11px;
  line-height: 17px;
  opacity: 0.74;
}

.mmc-spotify-consent__privacy a {
  color: var(--mmc-white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mmc-spotify-consent iframe {
  width: 100%;
  max-width: 720px;
  height: 352px;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .mmc-event-hero {
    min-height: 360px;
  }

  .mmc-event-hero__title {
    font-size: 32px;
    line-height: 40px;
  }

  .mmc-event-detail {
    grid-template-columns: 1fr;
    row-gap: 40px;
    padding-top: 44px;
  }

  .mmc-event-meta {
    max-width: 440px;
  }
}

@media (max-width: 600px) {
  .mmc-event-hero {
    min-height: 300px;
  }

  .mmc-event-hero__inner,
  .mmc-event-detail,
  .mmc-event-audio {
    width: calc(100% - 32px);
  }

  .mmc-event-hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .mmc-event-detail {
    padding-bottom: 56px;
  }

  .mmc-event-content__header {
    grid-template-columns: 1fr;
  }

  .mmc-event-program {
    grid-template-columns: 1fr;
  }

  .mmc-event-audio__title {
    font-size: 28px;
    line-height: 36px;
  }

  .mmc-event-audio__box {
    min-height: 260px;
    padding: 28px 20px;
  }

  .mmc-spotify-consent iframe {
    height: 380px;
  }
}
