.hero--poker {
  padding-top: clamp(40px, 7vh, 72px);
}

.hero__grid--poker {
  align-items: center;
}

.hero__media-primary--poker {
  min-height: 320px;
}

.hero__media-primary--poker .hero__pill {
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.hero__panel--poker-copy {
  align-self: center;
}

.section--poker-overview {
  padding-top: 32px;
}

.poker-overview__grid {
  align-items: stretch;
}

.poker-overview__card {
  height: 100%;
}

.section--dining {
  padding-top: 40px;
}

.section--schedule {
  padding-top: 40px;
}

.poker-format__grid {
  align-items: flex-start;
}

.poker-timeline {
  height: 100%;
}

.section--private-bookings {
  padding-top: 40px;
}

.poker-events__grid {
  margin-bottom: 32px;
}

.reserve-banner--poker {
  margin-top: 8px;
}

.reserve-banner__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.section--standards {
  padding-top: 40px;
}

.standards__grid {
  align-items: flex-start;
}

.section--final-cta {
  padding-top: 32px;
  padding-bottom: clamp(64px, 9vh, 96px);
}

.reserve-banner--final {
  border-color: rgba(196, 125, 91, 0.85);
}

@media (max-width: 960px) {
  .reserve-banner__actions {
    flex-direction: column;
    width: 100%;
  }

  .reserve-banner__actions .btn {
    width: 100%;
  }
}
