main {
  padding-bottom: var(--space-12);
}

.poker-hero-image,
.poker-setup-image,
.poker-tournament-image,
.poker-client-event-image {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: var(--shadow-soft);
}

.poker-setup-card {
  height: 100%;
}

.poker-faq h4 {
  font-size: var(--font-size-md);
  margin-top: var(--space-4);
  margin-bottom: var(--space-2);
}

@media (max-width: 768px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
