main#main-content {
  padding-bottom: var(--space-16);
}
.hero-poker .hero-content {
  position: relative;
}
.hero-poker .hero-body p {
  max-width: 32rem;
}
.poker-list {
  margin-top: var(--space-6);
}
#dining-packages .package-inclusions {
  margin-top: var(--space-4);
  padding-left: 1.2rem;
}
#dining-packages .package-inclusions li + li {
  margin-top: var(--space-2);
}
#reserve-your-night form {
  margin-top: var(--space-4);
}
#reserve-your-night .form-field:last-of-type {
  margin-bottom: var(--space-5);
}
@media (max-width: 768px) {
  #reserve-your-night form {
    display: block;
  }
}
