.ev-city--braunschweig .ev-city__hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--ev-line);
  border-radius: 12px;
  background: var(--ev-line);
}

.ev-city--braunschweig .ev-city__hero-proof a,
.ev-city--braunschweig .ev-city__hero-proof span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: #fffdf8;
  color: var(--ev-green-dark);
  font-size: var(--ev-text-sm);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.ev-city--braunschweig .ev-city__hero-proof a:hover,
.ev-city--braunschweig .ev-city__hero-proof a:focus-visible {
  background: #fff;
  color: var(--ev-ink);
  outline: 3px solid var(--ev-green);
  outline-offset: -3px;
}

.ev-city--braunschweig .ev-booking--conversion {
  padding-top: clamp(42px, 5vw, 64px);
}

.ev-city--braunschweig .ev-booking-access__intro {
  margin-bottom: 18px;
}

.ev-city--braunschweig .ev-booking-access__intro > p:not(.ev-city__eyebrow) {
  max-width: 760px;
  color: var(--ev-muted);
  font-size: var(--ev-text-md);
  line-height: 1.55;
}

.ev-city--braunschweig .ev-booking-access__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ev-city--braunschweig .ev-booking-access__facts > div {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid var(--ev-line);
  border-radius: 10px;
  background: #fff;
}

.ev-city--braunschweig .ev-booking-access__facts strong {
  color: var(--ev-ink);
  font-size: var(--ev-text-md);
  line-height: 1.2;
}

.ev-city--braunschweig .ev-booking-access__facts span,
.ev-city--braunschweig .ev-booking-access__facts small {
  color: var(--ev-muted);
  font-size: var(--ev-text-sm);
  line-height: 1.35;
}

.ev-city--braunschweig .ev-booking--conversion #venuedoo {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--ev-line);
  border-radius: 14px;
  background: #fff;
}

.ev-mobile-booking {
  display: none;
}

@media (max-width: 760px) {
  .ev-city--braunschweig .ev-city__hero-proof {
    grid-template-columns: 1fr 1fr;
  }

  .ev-city--braunschweig .ev-city__hero-proof a,
  .ev-city--braunschweig .ev-city__hero-proof span {
    justify-content: flex-start;
    text-align: left;
  }

  .ev-city--braunschweig .ev-booking-access__facts {
    grid-template-columns: 1fr;
  }

  .ev-page--braunschweig .ev-mobile-booking {
    position: fixed;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(7, 16, 11, .96);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
  }

  .ev-page--braunschweig .ev-mobile-booking.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .ev-page--braunschweig .ev-mobile-booking strong,
  .ev-page--braunschweig .ev-mobile-booking small {
    display: block;
  }

  .ev-page--braunschweig .ev-mobile-booking strong {
    font-size: var(--ev-text-sm);
    line-height: 1.15;
  }

  .ev-page--braunschweig .ev-mobile-booking small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: var(--ev-text-xs);
    line-height: 1.2;
  }

  .ev-page--braunschweig .ev-mobile-booking .ev-btn {
    min-height: 42px;
    flex: 0 0 auto;
    padding: 10px 14px;
  }
}

@media (max-width: 360px) {
  .ev-city--braunschweig .ev-city__hero-proof {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ev-page--braunschweig .ev-mobile-booking {
    transition: none;
  }
}
