body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

/* Headings */
h1 {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Text elements */
p {
  margin-bottom: 15px;
}

ol,
ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 14px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Utility classes */
.last-updated {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}

.contact-info {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}

.important {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
}

/* Document-specific styles */
.definition {
  background-color: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #000;
  margin: 15px 0;
}
