.regulamin-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: inherit;
  color: #222;
  line-height: 1.7;
}

.regulamin-header {
  text-align: center;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.regulamin-header h1 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  margin: 0;
}

.regulamin-section {
  margin-bottom: 36px;
}

.regulamin-section h2 {
  font-size: 1.0rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.regulamin-section p {
  margin: 0 0 10px 0;
  font-size: 0.95rem;
}

.regulamin-section ul,
.regulamin-section ol {
  margin: 6px 0 12px 0;
  padding-left: 22px;
}

.regulamin-section li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.regulamin-section strong {
  color: #1a1a1a;
}

/* TABELA - desktop */
.regulamin-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 0.93rem;
}

.regulamin-table th {
  background: #1a1a1a;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}

.regulamin-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.regulamin-table tr:nth-child(even) td {
  background: #fafafa;
}

a.mail-link {
  color: #cc240f !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed #cc240f;
}

a.mail-link:hover {
  border-bottom-style: solid;
}

.regulamin-note {
  background: #fff7f7;
  border: 1px solid #f5c0b0;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 0.9rem;
  color: #7a2000;
  margin-top: 10px;
}

.regulamin-footer {
  text-align: center;
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 0.85rem;
  color: #888;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .regulamin-wrapper {
    padding: 20px 14px;
  }

  .regulamin-header h1 {
    font-size: 1.25rem;
  }

  .regulamin-header {
    margin-bottom: 24px;
  }

  .regulamin-section {
    margin-bottom: 24px;
  }

  .regulamin-section h2 {
    font-size: 0.88rem;
  }

  .regulamin-section p,
  .regulamin-section li {
    font-size: 0.88rem;
  }

  /* Tabela → karty na mobile */
  .regulamin-table thead {
    display: none;
  }

  .regulamin-table,
  .regulamin-table tbody,
  .regulamin-table tr,
  .regulamin-table td {
    display: block;
    width: 100%;
  }

  .regulamin-table tr {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #fff;
  }

  .regulamin-table tr:nth-child(even) {
    background: #fafafa;
  }

  .regulamin-table td {
    border: none;
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
    font-size: 0.87rem;
  }

  .regulamin-table td:last-child {
    border-bottom: none;
  }

  .regulamin-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 2px;
  }

  .regulamin-note {
    font-size: 0.85rem;
    padding: 10px 12px;
  }

  .regulamin-footer {
    font-size: 0.78rem;
    margin-top: 28px;
  }
}
