/* Common styles for Playol policy documents */
body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
}

h1 {
  color: #2c3e50;
  font-size: 2.2em;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-top: 0;
}

h2 {
  color: #2980b9;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

p {
  margin-bottom: 15px;
}

ul {
  padding-left: 25px;
}

li {
  margin-bottom: 8px;
}

strong {
  color: #2c3e50;
}

@media (max-width: 600px) {
  body {
    padding: 15px;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.3em;
  }
}