body {
  padding-bottom: 68px;
}

.event-header {
  min-height: 58px;
  padding: .65rem max(1rem, calc((100vw - 1248px) / 2));
}

.event-header h1 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.15;
}

.event-header small {
  display: block;
  margin-bottom: .08rem;
  font-size: .68rem;
}

.event-header > span {
  font-size: .78rem;
}

.bottom-nav {
  padding: 3px 4px max(3px, env(safe-area-inset-bottom));
  border-color: #e6e1e8;
  background: #fffffff5;
  backdrop-filter: blur(12px);
}

.bottom-nav a {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 50px;
  color: #6f6874;
  border-radius: 10px;
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.05;
}

.bottom-nav i {
  margin-bottom: 3px;
  font-size: 1.12rem;
  line-height: 1;
}

.bottom-nav a[aria-current="page"] {
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 8%, transparent);
  pointer-events: none;
}

@media (min-width: 700px) {
  .event-header {
    min-height: 62px;
  }
}
