/* =========================
   Dating Rules page
========================= */

.rules-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #eaeaea;
}

.rules-page h1 {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}

.rules-page section {
  margin-bottom: 40px;
}

.rules-page h2 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}

.rules-page p {
  line-height: 1.7;
  margin-bottom: 12px;
  color: #cfcfcf;
  font-size: 15px;
}

.rules-page a {
  color: #ff3c6a;
  text-decoration: none;
}

.rules-page a:hover {
  text-decoration: underline;
}

/* =========================
   Simple header
========================= */

.simple-header {
  padding: 20px;
  text-align: center;
}

.simple-header .logo {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
}

/* =========================
   MOBILE ADAPTATION
========================= */

@media (max-width: 600px) {
  .rules-page {
    padding: 40px 16px;
  }

  .rules-page h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .rules-page section {
    margin-bottom: 32px;
  }

  .rules-page h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .rules-page p {
    font-size: 14px;
    line-height: 1.65;
  }

  .simple-header {
    padding: 16px;
  }

  .simple-header .logo {
    font-size: 20px;
  }
}
