.poker-hero {
  position: relative;
}

.poker-hero-layout {
  align-items: center;
}

.poker-hero-content,
.poker-hero-media,
.poker-about-layout .media-layout__content,
.poker-about-layout .media-layout__media,
.poker-flow-media-layout .media-layout__content,
.poker-flow-media-layout .media-layout__media {
  min-width: 0;
}

.poker-hero-image,
.poker-about-image,
.poker-flow-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poker-hero-image {
  max-height: 620px;
}

.poker-about-image,
.poker-flow-image {
  max-height: 480px;
}

.poker-list {
  margin-top: var(--space-sm);
}

.poker-list li {
  color: var(--color-text-soft);
}

.poker-flow-grid .card,
.poker-benefits-grid .card {
  height: 100%;
}

.poker-flow-highlight .card-kv + .card-kv {
  margin-top: var(--space-sm);
}

.poker-benefits-cta .media-layout__content,
.poker-benefits-cta .media-layout__media {
  min-width: 0;
}

.poker-faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.poker-faq-cta .button-group .button {
  max-width: 100%;
}

.poker-step[data-step="1"] .pill-stat-value,
.poker-step[data-step="2"] .pill-stat-value,
.poker-step[data-step="3"] .pill-stat-value {
  font-variant-numeric: tabular-nums;
}

.poker-benefits-grid {
  align-items: stretch;
}

.poker-benefits-grid .card-body {
  margin-top: var(--space-sm);
}

.poker-benefits-cta .button-group,
.poker-flow-highlight .button-group,
.poker-hero .button-group {
  flex-wrap: wrap;
}

.poker-hero .button,
.poker-about-layout .button,
.poker-flow-highlight .button,
.poker-benefits-cta .button,
.poker-faq-cta .button {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .poker-hero-layout {
    row-gap: var(--space-xl);
  }
  .poker-flow-media-layout {
    row-gap: var(--space-lg);
  }
}

@media (max-width: 767.98px) {
  .poker-hero-image {
    max-height: 420px;
  }
  .poker-about-image,
  .poker-flow-image {
    max-height: 360px;
  }
  .poker-benefits-cta .media-layout {
    row-gap: var(--space-md);
  }
}
