#docs-article h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
#docs-article h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eee;
}
#docs-article h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
#docs-article p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1.25rem;
}
#docs-article ul,
#docs-article ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
#docs-article li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 0.4rem;
}
#docs-article code {
  background: #f5f5f5;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  font-family: Menlo, Monaco, monospace;
  font-size: 0.88em;
  color: #d63384;
}
#docs-article pre {
  background: #1e1e1e;
  color: #d4d4d4;
  padding: 1.25rem;
  border-radius: 8px;
  overflow-x: auto;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  line-height: 1.5;
}
#docs-article pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
#docs-article strong {
  font-weight: 600;
  color: #222;
}
#docs-article a {
  color: #ff6b35;
  text-decoration: none;
}
#docs-article a:hover {
  text-decoration: underline;
}
#docs-article blockquote {
  border-left: 4px solid #ff6b35;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: #555;
  font-style: italic;
}
#docs-article blockquote br {
  display: block;
  content: "";
  margin-top: 0.5rem;
}
#docs-article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
#docs-article th {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  color: #333;
}
#docs-article td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eee;
  color: #444;
}
#docs-article hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
}
#docs-article img {
  max-width: 100%;
  border-radius: 8px;
}
