html,
body {
  overflow-x: hidden;
}

.bonuszok-hero {
  padding: 20px 0 32px;
  text-align: center;
}

.bonuszok-hero__image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-main);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 20px;
}

.bonuszok-hero__lead {
  color: var(--text-muted);
  margin: 0 auto 18px;
  max-width: 720px;
}

.bonuszok-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  padding: 18px;
  background: var(--bg-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-main);
}

.bonuszok-section__text p {
  color: var(--text-muted);
  margin-bottom: 14px;
}

.bonuszok-subtitle {
  color: var(--color-accent);
  margin: 14px 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
}

.bonuszok-list {
  margin: 0 0 14px;
  padding-left: 1.2rem;
  color: var(--text-muted);
}

.bonuszok-list li {
  margin-bottom: 8px;
}

.bonuszok-section__media {
  min-height: 200px;
}

.bonuszok-section__image {
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-main);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1f1f22;
}

@media (max-width: 640px) {
  .data-table td .btn {
    width: 100%;
  }
}

.bonuszok-note {
  margin-top: 16px;
  color: var(--text-muted);
}
