#hosted-poker-tables-page {
  --hpt-section-space: var(--space-9);
  overflow: clip;
}

#hosted-poker-tables-page .hpt-section {
  position: relative;
  padding-block: var(--hpt-section-space);
}

#hosted-poker-tables-page .hpt-section::before {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(var(--color-ink) 1.8px, transparent 1.8px);
  background-size: 12px 12px;
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

#hosted-poker-tables-page .hpt-section > .container,
#hosted-poker-tables-page .hpt-reservation > .container {
  position: relative;
  z-index: 1;
}

#hosted-poker-tables-page .hpt-hero {
  padding-block: var(--space-9);
}

#hosted-poker-tables-page .hpt-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: center;
}

#hosted-poker-tables-page .hpt-hero__copy {
  display: flex;
  grid-column: 1 / span 7;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-4);
  padding: var(--space-6);
  border: var(--border-strong) solid var(--color-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard);
}

#hosted-poker-tables-page .hpt-hero__copy > * {
  min-width: 0;
  margin: 0;
}

#hosted-poker-tables-page .hpt-hero__copy .eyebrow {
  margin-bottom: 0;
}

#hosted-poker-tables-page .hpt-hero h1 {
  max-width: 10.5ch;
}

#hosted-poker-tables-page .hpt-hero__lead {
  max-width: 56ch;
  font-size: var(--text-body-large);
  line-height: 1.45;
}

#hosted-poker-tables-page .hpt-hero__note {
  display: flex;
  align-items: flex-start;
  max-width: 42ch;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  border-inline-start: var(--border-width) solid var(--color-mint);
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-hero__note::before {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-top: 3px solid var(--color-ink);
  border-right: 3px solid var(--color-ink);
  content: "";
  transform: rotate(45deg);
}

#hosted-poker-tables-page .hpt-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 0;
  gap: var(--space-4);
}

#hosted-poker-tables-page .hpt-action-row > * {
  min-width: 0;
}

#hosted-poker-tables-page .hpt-hero__micro {
  max-width: 58ch;
  color: var(--color-ink-soft);
  font-size: var(--text-xs);
}

#hosted-poker-tables-page .hpt-hero__image {
  grid-column: 8 / span 5;
  width: 100%;
  min-width: 0;
  margin: calc(var(--space-5) * -1) 0 0;
  aspect-ratio: 4 / 5;
}

#hosted-poker-tables-page .hpt-hero__image img {
  object-position: 72% 28%;
}

#hosted-poker-tables-page .hpt-hero__caption {
  position: absolute;
  right: var(--space-4);
  bottom: var(--space-4);
  max-width: 17ch;
  margin: 0;
  padding: var(--space-2) var(--space-3);
  border: var(--border-width) solid var(--color-ink);
  background: var(--color-mint);
  color: var(--color-ink);
  font-weight: 700;
}

#hosted-poker-tables-page .hpt-meaning::before {
  top: 40px;
  right: -40px;
}

#hosted-poker-tables-page .hpt-meaning__intro {
  display: flex;
  flex-direction: column;
  max-width: 66ch;
  min-width: 0;
  gap: var(--space-3);
  margin-bottom: var(--space-7);
}

#hosted-poker-tables-page .hpt-meaning__intro > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-meaning__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

#hosted-poker-tables-page .hpt-meaning-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  gap: var(--space-4);
  padding-top: calc(var(--space-5) + 20px);
}

#hosted-poker-tables-page .hpt-meaning-card > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-meaning-card:nth-child(2) {
  margin-top: var(--space-3);
}

#hosted-poker-tables-page .hpt-meaning-card--mint {
  background: var(--color-mint);
}

#hosted-poker-tables-page .hpt-meaning-card--muted {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-tab {
  position: absolute;
  top: -3px;
  left: var(--space-4);
  padding: var(--space-2) var(--space-3);
  border: var(--border-width) solid var(--color-ink);
  background: var(--color-sun);
  font-size: var(--text-xs);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#hosted-poker-tables-page .hpt-tab--ink {
  background: var(--color-ink);
  color: var(--color-white);
}

#hosted-poker-tables-page .hpt-tab--paper {
  background: var(--color-paper);
}

#hosted-poker-tables-page .hpt-process {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-process::before {
  bottom: -30px;
  left: -40px;
}

#hosted-poker-tables-page .hpt-process__heading {
  display: flex;
  flex-direction: column;
  max-width: 58ch;
  min-width: 0;
  gap: var(--space-3);
  margin: 0 auto var(--space-7);
  text-align: center;
}

#hosted-poker-tables-page .hpt-process__heading > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-process__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  border: var(--border-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard);
}

#hosted-poker-tables-page .hpt-process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  gap: var(--space-4);
  padding: var(--space-5);
}

#hosted-poker-tables-page .hpt-process-step + .hpt-process-step {
  border-inline-start: var(--rule-ink);
}

#hosted-poker-tables-page .hpt-process-step--muted {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-step-number {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  place-items: center;
  border: var(--border-width) solid var(--color-ink);
  background: var(--color-paper);
  font-family: var(--font-display);
  font-size: var(--heading-3);
  line-height: 1;
}

#hosted-poker-tables-page .hpt-step-number--mint {
  background: var(--color-mint);
}

#hosted-poker-tables-page .hpt-step-number--sun {
  background: var(--color-sun);
}

#hosted-poker-tables-page .hpt-process-step__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
}

#hosted-poker-tables-page .hpt-process-step__content > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-process__linkline {
  margin: var(--space-5) 0 0;
  text-align: center;
}

#hosted-poker-tables-page .hpt-host__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

#hosted-poker-tables-page .hpt-host__copy {
  display: flex;
  grid-column: 1 / span 5;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-4);
  padding: var(--space-6);
  border: var(--border-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard);
}

#hosted-poker-tables-page .hpt-host__copy > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-host__lead {
  max-width: 55ch;
  font-size: var(--text-body-large);
  line-height: 1.45;
}

#hosted-poker-tables-page .hpt-host__callout {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
  padding: var(--space-4);
  border: var(--border-ink);
  border-radius: var(--radius-soft);
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-host__callout > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-host__callout p {
  max-width: 42ch;
}

#hosted-poker-tables-page .hpt-host__media {
  grid-column: 6 / span 7;
  width: 100%;
  min-width: 0;
  margin: var(--space-5) 0 0;
  aspect-ratio: 3 / 2;
}

#hosted-poker-tables-page .hpt-host__media img {
  object-position: center;
}

#hosted-poker-tables-page .hpt-host__media figcaption {
  padding: var(--space-3) var(--space-4);
  border-top: var(--border-ink);
  background: var(--color-paper);
}

#hosted-poker-tables-page .hpt-caption-tab {
  display: inline-block;
  margin-right: var(--space-2);
  padding: 2px var(--space-2);
  background: var(--color-sun);
  color: var(--color-ink);
  font-weight: 700;
}

#hosted-poker-tables-page .hpt-first-visit {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-first-visit::before {
  top: 25px;
  right: -45px;
}

#hosted-poker-tables-page .hpt-first-visit__intro {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  min-width: 0;
  gap: var(--space-5);
  align-items: end;
  margin-bottom: var(--space-7);
}

#hosted-poker-tables-page .hpt-first-visit__intro > * {
  min-width: 0;
}

#hosted-poker-tables-page .hpt-first-visit__intro > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

#hosted-poker-tables-page .hpt-first-visit__intro > div > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-first-visit__intro p {
  max-width: 64ch;
}

#hosted-poker-tables-page .hpt-first-visit__bubble {
  justify-self: end;
  padding: var(--space-3) var(--space-4);
  border: var(--border-ink);
  border-radius: var(--radius-soft);
  background: var(--color-mint);
  box-shadow: var(--shadow-hard-small);
  font-weight: 700;
}

#hosted-poker-tables-page .hpt-first-visit__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
  min-width: 0;
}

#hosted-poker-tables-page .hpt-first-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
}

#hosted-poker-tables-page .hpt-first-card > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-first-card:nth-child(2),
#hosted-poker-tables-page .hpt-first-card:nth-child(3) {
  margin-top: var(--space-3);
}

#hosted-poker-tables-page .hpt-first-card--mint {
  background: var(--color-mint);
}

#hosted-poker-tables-page .hpt-first-card--sun {
  background: var(--color-sun);
}

#hosted-poker-tables-page .hpt-first-card--muted {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-dining__media {
  width: 100%;
  min-width: 0;
  margin: 0 0 var(--space-7);
  aspect-ratio: 16 / 9;
}

#hosted-poker-tables-page .hpt-dining__media img {
  object-position: center;
}

#hosted-poker-tables-page .hpt-dining__image-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 34ch;
  margin: 0;
  padding: var(--space-2) var(--space-4);
  border-top: var(--border-ink);
  border-right: var(--border-ink);
  background: var(--color-ink);
  color: var(--color-white);
  font-weight: 700;
}

#hosted-poker-tables-page .hpt-dining__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

#hosted-poker-tables-page .hpt-dining__copy {
  display: flex;
  grid-column: 1 / span 7;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-4);
}

#hosted-poker-tables-page .hpt-dining__copy > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-dining__primary {
  max-width: 64ch;
}

#hosted-poker-tables-page .hpt-dining__secondary {
  max-width: 52ch;
}

#hosted-poker-tables-page .hpt-dining__action {
  display: flex;
  grid-column: 9 / span 4;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-4);
  padding: var(--space-5);
  border: var(--border-ink);
  background: var(--color-sun);
  box-shadow: var(--shadow-hard);
}

#hosted-poker-tables-page .hpt-dining__action > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-dining__action p {
  max-width: 38ch;
}

#hosted-poker-tables-page .hpt-routes {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-routes::before {
  bottom: 25px;
  left: -40px;
}

#hosted-poker-tables-page .hpt-routes__intro {
  display: flex;
  flex-direction: column;
  max-width: 64ch;
  min-width: 0;
  gap: var(--space-3);
  margin-bottom: var(--space-7);
}

#hosted-poker-tables-page .hpt-routes__intro > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-routes__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  min-width: 0;
  align-items: stretch;
}

#hosted-poker-tables-page .hpt-route-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  gap: var(--space-4);
}

#hosted-poker-tables-page .hpt-route-card > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-route-card .button {
  width: 100%;
  margin-top: auto;
}

#hosted-poker-tables-page .hpt-route-card--mint {
  background: var(--color-mint);
}

#hosted-poker-tables-page .hpt-route-card--sun {
  background: var(--color-sun);
}

#hosted-poker-tables-page .hpt-route-card--muted {
  background: var(--color-paper-muted);
}

#hosted-poker-tables-page .hpt-terms::before {
  top: 20px;
  right: -45px;
}

#hosted-poker-tables-page .hpt-terms__intro {
  display: flex;
  flex-direction: column;
  max-width: 60ch;
  min-width: 0;
  gap: var(--space-3);
  margin: 0 auto var(--space-7);
  text-align: center;
}

#hosted-poker-tables-page .hpt-terms__intro > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-terms__panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  gap: var(--space-5);
}

#hosted-poker-tables-page .hpt-terms__panels::before {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: -1;
  height: 2px;
  background: var(--color-mint);
  content: "";
}

#hosted-poker-tables-page .hpt-term-panel {
  display: flex;
  position: relative;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
  padding: calc(var(--space-5) + 20px) var(--space-5) var(--space-5);
  border: var(--border-ink);
  background: var(--color-paper);
  box-shadow: var(--shadow-hard-small);
}

#hosted-poker-tables-page .hpt-term-panel > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-term-panel--sun {
  background: var(--color-sun);
}

#hosted-poker-tables-page .hpt-term-label {
  position: absolute;
  top: -3px;
  left: var(--space-4);
  padding: var(--space-2) var(--space-3);
  border: var(--border-width) solid var(--color-ink);
  background: var(--color-paper-muted);
  font-size: var(--text-xs);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#hosted-poker-tables-page .hpt-term-label--mint {
  background: var(--color-mint);
}

#hosted-poker-tables-page .hpt-term-label--sun {
  background: var(--color-sun);
}

#hosted-poker-tables-page .hpt-reservation {
  padding-block: var(--space-9);
  background: var(--color-ink);
}

#hosted-poker-tables-page .hpt-reservation__panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-5);
  padding: var(--space-7);
  border: var(--border-ink);
  background: var(--color-ink);
  box-shadow: 6px 6px 0 var(--color-sun);
}

#hosted-poker-tables-page .hpt-reservation__copy {
  display: flex;
  flex-direction: column;
  max-width: 56ch;
  min-width: 0;
  gap: var(--space-3);
  margin-inline: auto;
  color: var(--color-white);
  text-align: center;
}

#hosted-poker-tables-page .hpt-reservation__copy > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-reservation__copy :is(h2, p, .eyebrow) {
  color: var(--color-white);
}

#hosted-poker-tables-page .hpt-action-row--reservation {
  justify-content: center;
}

#hosted-poker-tables-page .hpt-reservation__secondary {
  background: var(--color-white);
  box-shadow: var(--shadow-hard-small), inset 0 0 0 3px var(--color-mint);
}

#hosted-poker-tables-page .hpt-reservation__line {
  max-width: 52ch;
  margin: 0 auto;
  color: var(--color-white);
  text-align: center;
}

#hosted-poker-tables-page .hpt-reservation__note {
  display: flex;
  flex-direction: column;
  max-width: 44ch;
  min-width: 0;
  gap: var(--space-3);
  margin-inline: auto;
  padding: var(--space-4);
  border: var(--border-ink);
  border-radius: var(--radius-soft);
  background: var(--color-paper);
  color: var(--color-ink);
}

#hosted-poker-tables-page .hpt-reservation__note > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-close::before {
  bottom: 20px;
  left: -40px;
}

#hosted-poker-tables-page .hpt-close__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

#hosted-poker-tables-page .hpt-close__content {
  display: flex;
  grid-column: 1 / span 7;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-4);
}

#hosted-poker-tables-page .hpt-close__content > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-close__content > p {
  max-width: 66ch;
}

#hosted-poker-tables-page .hpt-close__links {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: var(--space-3);
  margin-top: var(--space-2);
  font-weight: 700;
}

#hosted-poker-tables-page .hpt-close__links > * {
  min-width: 0;
}

#hosted-poker-tables-page .hpt-close__note {
  display: flex;
  grid-column: 9 / span 4;
  flex-direction: column;
  min-width: 0;
  gap: var(--space-3);
  padding: var(--space-5);
  border: var(--border-ink);
  border-top: 8px solid var(--color-mint);
  background: var(--color-paper-muted);
  box-shadow: var(--shadow-hard-small);
}

#hosted-poker-tables-page .hpt-close__note > * {
  margin: 0;
}

#hosted-poker-tables-page .hpt-close__note p {
  max-width: 40ch;
}

@media (max-width: 999px) {
  #hosted-poker-tables-page .hpt-hero__grid,
  #hosted-poker-tables-page .hpt-host__grid,
  #hosted-poker-tables-page .hpt-dining__grid,
  #hosted-poker-tables-page .hpt-close__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #hosted-poker-tables-page .hpt-hero__copy,
  #hosted-poker-tables-page .hpt-host__copy,
  #hosted-poker-tables-page .hpt-dining__copy,
  #hosted-poker-tables-page .hpt-close__content {
    grid-column: 1 / -1;
  }

  #hosted-poker-tables-page .hpt-hero__image,
  #hosted-poker-tables-page .hpt-host__media,
  #hosted-poker-tables-page .hpt-dining__action,
  #hosted-poker-tables-page .hpt-close__note {
    grid-column: 1 / -1;
  }

  #hosted-poker-tables-page .hpt-hero__image,
  #hosted-poker-tables-page .hpt-host__media {
    margin-top: 0;
    aspect-ratio: 3 / 2;
  }

  #hosted-poker-tables-page .hpt-meaning__cards,
  #hosted-poker-tables-page .hpt-routes__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hosted-poker-tables-page .hpt-meaning-card:nth-child(3),
  #hosted-poker-tables-page .hpt-route-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  #hosted-poker-tables-page .hpt-process__strip,
  #hosted-poker-tables-page .hpt-terms__panels {
    grid-template-columns: 1fr;
  }

  #hosted-poker-tables-page .hpt-process-step + .hpt-process-step {
    border-top: var(--rule-ink);
    border-inline-start: 0;
  }

  #hosted-poker-tables-page .hpt-terms__panels::before {
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    height: auto;
  }

  #hosted-poker-tables-page .hpt-term-panel {
    z-index: 1;
  }

  #hosted-poker-tables-page .hpt-dining__action {
    max-width: 42rem;
  }

  #hosted-poker-tables-page .hpt-close__note {
    max-width: 42rem;
  }
}

@media (max-width: 899px) {
  #hosted-poker-tables-page .hpt-first-visit__cards {
    grid-template-columns: 1fr;
  }

  #hosted-poker-tables-page .hpt-first-card:nth-child(2),
  #hosted-poker-tables-page .hpt-first-card:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 699px) {
  #hosted-poker-tables-page {
    --hpt-section-space: var(--space-7);
  }

  #hosted-poker-tables-page .hpt-section::before {
    width: 100px;
    height: 100px;
  }

  #hosted-poker-tables-page .hpt-hero {
    padding-block: var(--space-7);
  }

  #hosted-poker-tables-page .hpt-hero__grid,
  #hosted-poker-tables-page .hpt-host__grid,
  #hosted-poker-tables-page .hpt-dining__grid,
  #hosted-poker-tables-page .hpt-close__grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  #hosted-poker-tables-page .hpt-hero__copy,
  #hosted-poker-tables-page .hpt-host__copy {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  #hosted-poker-tables-page .hpt-hero h1 {
    max-width: 100%;
    font-size: clamp(2.875rem, 12vw, 3.75rem);
  }

  #hosted-poker-tables-page .hpt-hero__lead {
    max-width: 100%;
    font-size: 1.125rem;
  }

  #hosted-poker-tables-page .hpt-hero__note {
    max-width: 100%;
  }

  #hosted-poker-tables-page .hpt-action-row {
    flex-direction: column;
    gap: var(--space-3);
  }

  #hosted-poker-tables-page .hpt-action-row > .button {
    width: 100%;
  }

  #hosted-poker-tables-page .hpt-hero__image {
    aspect-ratio: 4 / 5;
  }

  #hosted-poker-tables-page .hpt-hero__image img {
    object-position: 72% 28%;
  }

  #hosted-poker-tables-page .hpt-meaning__intro,
  #hosted-poker-tables-page .hpt-process__heading,
  #hosted-poker-tables-page .hpt-routes__intro,
  #hosted-poker-tables-page .hpt-terms__intro {
    margin-bottom: var(--space-6);
    text-align: left;
  }

  #hosted-poker-tables-page .hpt-meaning__cards,
  #hosted-poker-tables-page .hpt-routes__cards {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  #hosted-poker-tables-page .hpt-meaning-card:nth-child(2),
  #hosted-poker-tables-page .hpt-meaning-card:nth-child(3),
  #hosted-poker-tables-page .hpt-route-card:nth-child(3) {
    grid-column: auto;
    margin-top: 0;
  }

  #hosted-poker-tables-page .hpt-process__strip {
    gap: 0;
    box-shadow: var(--shadow-hard-small);
  }

  #hosted-poker-tables-page .hpt-process-step {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: var(--space-4);
  }

  #hosted-poker-tables-page .hpt-step-number {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  #hosted-poker-tables-page .hpt-host__copy {
    gap: var(--space-4);
  }

  #hosted-poker-tables-page .hpt-host__lead,
  #hosted-poker-tables-page .hpt-host__callout p {
    max-width: 100%;
    font-size: var(--text-body);
  }

  #hosted-poker-tables-page .hpt-host__media {
    aspect-ratio: 3 / 2;
  }

  #hosted-poker-tables-page .hpt-first-visit__intro {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    margin-bottom: var(--space-6);
  }

  #hosted-poker-tables-page .hpt-first-visit__bubble {
    justify-self: start;
  }

  #hosted-poker-tables-page .hpt-dining__media {
    margin-bottom: var(--space-6);
    aspect-ratio: 4 / 3;
  }

  #hosted-poker-tables-page .hpt-dining__image-tab {
    position: static;
    max-width: 100%;
    border: 0;
    border-top: var(--border-ink);
  }

  #hosted-poker-tables-page .hpt-dining__copy,
  #hosted-poker-tables-page .hpt-close__content {
    gap: var(--space-4);
  }

  #hosted-poker-tables-page .hpt-dining__primary,
  #hosted-poker-tables-page .hpt-dining__secondary,
  #hosted-poker-tables-page .hpt-close__content > p,
  #hosted-poker-tables-page .hpt-close__note p {
    max-width: 100%;
  }

  #hosted-poker-tables-page .hpt-dining__action,
  #hosted-poker-tables-page .hpt-close__note {
    max-width: none;
    padding: var(--space-5);
    box-shadow: var(--shadow-hard-small);
  }

  #hosted-poker-tables-page .hpt-terms__panels {
    gap: var(--space-4);
  }

  #hosted-poker-tables-page .hpt-terms__panels::before {
    display: none;
  }

  #hosted-poker-tables-page .hpt-term-panel {
    padding: calc(var(--space-4) + 20px) var(--space-4) var(--space-4);
  }

  #hosted-poker-tables-page .hpt-reservation {
    padding-block: var(--space-7);
  }

  #hosted-poker-tables-page .hpt-reservation__panel {
    gap: var(--space-4);
    padding: var(--space-5);
    box-shadow: 4px 4px 0 var(--color-sun);
  }

  #hosted-poker-tables-page .hpt-reservation__copy {
    max-width: 100%;
  }

  #hosted-poker-tables-page .hpt-reservation__copy .display-lg {
    font-size: clamp(2.375rem, 10vw, 3rem);
  }

  #hosted-poker-tables-page .hpt-reservation__line {
    max-width: 100%;
  }

  #hosted-poker-tables-page .hpt-reservation__note {
    max-width: 100%;
  }

  #hosted-poker-tables-page .hpt-close__links {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
  }

  #hosted-poker-tables-page .hpt-close__links span[aria-hidden="true"] {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  #hosted-poker-tables-page .card--tilt-left:hover,
  #hosted-poker-tables-page .card--tilt-right:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hosted-poker-tables-page .card--tilt-left:hover,
  #hosted-poker-tables-page .card--tilt-right:hover {
    transform: none;
  }
}
