/* Docs global styles (served from /public/css/docs-global.css) */
#docs-content {
  color: #d1d5db;
  line-height: 1.75;
  font-size: 1.05rem;
}

#docs-content h2,
#docs-content h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  scroll-margin-top: 7rem;
}

#docs-content h2 {
  font-size: 1.75rem;
  margin-top: 1.75rem;
  margin-bottom: 0.8rem;
  padding-top: 0.25rem;
}

#docs-content h2:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

#docs-content h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

#docs-content p {
  margin: 0.55rem 0;
}

#docs-content ul,
#docs-content ol {
  margin: 0.7rem 0 0.9rem;
  padding-left: 1.3rem;
}

#docs-content ul {
  list-style: outside;
}

#docs-content ol {
  list-style: decimal;
}

#docs-content li {
  margin: 0.2rem 0;
}

#docs-content hr {
  margin: 1.2rem 0;
  border-color: rgba(255, 255, 255, 0.1);
}

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

#docs-content th,
#docs-content td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.55rem 0.65rem;
  vertical-align: top;
}

#docs-content th {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}
