body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif !important;
  line-height: 1.6 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 2rem !important;
  color: #333 !important;
}

h1 {
  color: #1a1a1a !important;
  border-bottom: 2px solid #e0e0e0 !important;
  padding-bottom: 0.5rem !important;
}

h2 {
  color: #2c2c2c !important;
  margin-top: 2rem !important;
}

table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1rem 0 !important;
}

th, td {
  border: 1px solid #ddd !important;
  padding: 0.75rem !important;
  text-align: left !important;
}

th {
  background-color: #f5f5f5 !important;
}

ul {
  margin: 0.5rem 0 !important;
}

li {
  margin-bottom: 0.5rem !important;
}

.effective-date {
  color: #666 !important;
  font-style: italic !important;
}

.contact-info {
  background-color: #f9f9f9 !important;
  padding: 1rem !important;
  border-radius: 8px !important;
  margin-top: 2rem !important;
}

a {
  color: #0066cc !important;
}

