.doc-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  line-height: 1.8;
  color: #333;
}

.doc-content h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #222;
}

.doc-content p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.doc-content strong {
  font-weight: 700;
  color: #222;
}

.doc-content ul {
  margin: 0.5rem 0 1rem 1.5rem;
}

.doc-content li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.doc-content a {
  color: #FFCF23;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.doc-content a:hover {
  color: #e6b800;
}
