/* Start custom CSS for text-editor, class: .elementor-element-1cead30 *//* ===== OGÓLNE ===== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #f8f9fb;
}

/* ===== KONTEJNER ===== */
.regulamin {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* ===== NAGŁÓWKI ===== */
.regulamin h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.regulamin h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #2b6cb0;
}

/* ===== LISTY ===== */
.regulamin ol {
  padding-left: 22px;
  margin-bottom: 20px;
}

.regulamin ul {
  padding-left: 20px;
  margin-top: 8px;
}

.regulamin li {
  margin-bottom: 8px;
}

/* ===== LINKI ===== */
.regulamin a {
  color: #2b6cb0;
  text-decoration: none;
}

.regulamin a:hover {
  text-decoration: underline;
}

/* ===== LINIE ===== */
.regulamin hr {
  border: none;
  height: 1px;
  background: #e5e7eb;
  margin: 35px 0;
}

/* ===== PODKREŚLENIA / WAŻNE ===== */
.regulamin strong {
  font-weight: 600;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .regulamin {
    padding: 20px;
    margin: 20px;
  }

  .regulamin h1 {
    font-size: 22px;
  }

  .regulamin h2 {
    font-size: 18px;
  }
}/* End custom CSS */