/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/docs/docs.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* Docs Content Styles - Light Theme */

.docs-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.025em;
  color: #1B1B1B;
}

.docs-content h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #1B1B1B;
  scroll-margin-top: 5rem;
}

.docs-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1B1B1B;
  scroll-margin-top: 5rem;
}

.docs-content p {
  color: #565C65;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}

.docs-content ul,
.docs-content ol {
  color: #565C65;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
}

.docs-content li {
  margin-bottom: 0.375rem;
  line-height: 1.6;
}

.docs-content ul li::marker {
  color: #005EA2;
}

.docs-content a {
  color: #005EA2;
  text-decoration: none;
  transition: color 0.15s;
}

.docs-content a:hover {
  color: #1A4480;
  text-decoration: underline;
}

.docs-content code {
  background: #DFE1E2;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-size: 0.85em;
  color: #1B1B1B;
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
}

.docs-content pre {
  background: #005EA2;
  border-radius: 8px;
  padding: 1rem;
  overflow-x: auto;
  margin: 1.25rem 0;
}

.docs-content pre code {
  background: none;
  padding: 0;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.65;
}

.docs-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.875rem;
}

.docs-content th {
  text-align: left;
  padding: 0.625rem 0.875rem;
  background: #FAFBFC;
  border-bottom: 1px solid #E8EAED;
  font-weight: 500;
  color: #71767A;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.docs-content td {
  padding: 0.625rem 0.875rem;
  border-bottom: 1px solid #E8EAED;
  color: #1B1B1B;
}

.docs-content tr:hover td {
  background: #FAFBFC;
}

.docs-content strong {
  color: #1B1B1B;
  font-weight: 500;
}

.docs-content blockquote {
  border-left: 2px solid #005EA2;
  padding-left: 1rem;
  margin: 1.25rem 0;
  color: #71767A;
}

.docs-content hr {
  border: none;
  border-top: 1px solid #E8EAED;
  margin: 2rem 0;
}

/* Scrollbar */
aside::-webkit-scrollbar {
  width: 4px;
}

aside::-webkit-scrollbar-track {
  background: transparent;
}

aside::-webkit-scrollbar-thumb {
  background: #DFE1E2;
  border-radius: 2px;
}

