.docs-sidebar {
  position: sticky;
  top: 1rem;
}

.docs-content h1 {
  margin-bottom: 1.5rem;
}

.docs-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.docs-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.docs-content pre {
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
}

.docs-content pre code {
  display: block;
  width: max-content;
  min-width: 100%;
}

.docs-content code {
  font-size: 0.9375em;
}

.docs-content p code,
.docs-content li code {
  background-color: #f8f9fa;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}

.docs-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  margin: 1rem 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.docs-content figure {
  margin: 1rem 0;
}

.docs-content figure img {
  margin-bottom: 0.5rem;
}

.docs-content figcaption {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
}

.docs-content table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}

.docs-content th,
.docs-content td {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  text-align: left;
}

.docs-content th {
  background-color: #f8f9fa;
}

.docs-content blockquote {
  border-left: 4px solid #dee2e6;
  padding-left: 1rem;
  margin-left: 0;
  color: #6c757d;
}
