.hero-poker {
  padding-block: var(--space-10);
}

@media (min-width: 768px) {
  .hero-poker {
    padding-block: var(--space-16);
  }
}

.hero-poker-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 900px) {
  .hero-poker-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
}

.hero-poker-content p {
  max-width: 32rem;
}

.hero-poker-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero-poker-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.hero-poker-media {
  max-width: 28rem;
  justify-self: center;
}

.hero-poker-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.small-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.poker-flow-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.poker-flow-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.poker-realizations-media {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.poker-realizations-figure {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

#kontakt-poker .card ul {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  #kontakt-poker .section-title-group {
    padding-right: var(--space-8);
  }
}
