.docs-content img,
.docs-content video,
.docs-content iframe {
  max-width: 100%;
  height: auto;
}

.docs-content pre {
  overflow: auto;
}

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

.docs-content h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.docs-content table {
  width: 100%;
  border-collapse: collapse;
}

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

