.poker-flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.poker-flow-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: var(--space-6);
  color: var(--color-text-soft);
}

.poker-flow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #ffffff 0, rgba(244, 237, 227, 0.6) 30%, rgba(180, 122, 60, 0.9) 100%);
  box-shadow: 0 0 16px rgba(180, 122, 60, 0.75);
}

.poker-flow-list strong {
  display: block;
  margin-bottom: var(--space-1);
}

.poker-image-card img,
.poker-gallery-card img,
.poker-crew-media img {
  border-radius: var(--radius-2xl);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poker-crew-media {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  border: 1px solid var(--color-border-strong);
}

.poker-section-header {
  margin-bottom: var(--space-16);
}

.poker-section-header p {
  margin-top: var(--space-4);
}

.poker-theme-title {
  margin-bottom: var(--space-6);
}

.poker-theme-footer {
  align-items: center;
}

.poker-cta-main {
  max-width: 320px;
}

.poker-faq-list {
  max-width: 820px;
  margin-inline: auto;
}

.faq-item__question span:first-child {
  font-weight: 500;
  text-align: left;
}

.faq-item__question span:last-child {
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .poker-cta-main {
    max-width: none;
  }

  .poker-section-header {
    text-align: left;
  }
}
