/* Custom styles */
html {
  font-size: 14px;  /* Reduced from 15px */
}

.content {
  max-width: 600px;  /* Reduced from 800px */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.1rem;  /* Reduced from 1.2rem */
}

header .main {
  font-size: 1.3rem;  /* Reduced from 1.5rem */
}

/* Increase spacing between list items */
ul li {
  margin-top: 0.9em;  /* Add vertical spacing between list items */
  line-height: 1.5;  /* Increase line height for better readability */
  font-size: 0.8rem;  /* Make list item text smaller */
}

table th {
  font-size: 0.85rem;
}

table td {
  font-size: 0.85rem;
}

/* Custom styles for header description */
header .main div:last-child div:last-child {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.2;
} 