:root {
  --theme-color: #0b63ce;
  --sidebar-width: 330px;
  --mono-hue: 214;
  --mono-saturation: 18%;
}

body {
  background: #ffffff;
  color: #152033;
  font-size: 16px;
}

.markdown-section {
  max-width: 1040px;
  padding-bottom: 72px;
}

.markdown-section h1 {
  color: #0a2f66;
  font-weight: 780;
  letter-spacing: 0;
}

.markdown-section h2 {
  border-bottom: 1px solid #d7e6fb;
  color: #103b73;
  margin-top: 2.4rem;
  padding-bottom: .32rem;
}

.markdown-section h3 {
  color: #164b8f;
  margin-top: 1.65rem;
}

.markdown-section blockquote {
  background: #f2f7ff;
  border-left: 4px solid #0b63ce;
  color: #1b365d;
  padding: .9rem 1rem;
}

.markdown-section table {
  display: table;
  width: 100%;
}

.markdown-section th {
  background: #edf5ff;
  color: #0a2f66;
}

.markdown-section td,
.markdown-section th {
  border-color: #d9e8fb;
}

.markdown-section code {
  background: #eef5ff;
  color: #0a3d7c;
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid #d8e7fb;
}

.sidebar-toggle {
  background: #ffffff;
}

.sidebar ul li.active > a,
.sidebar ul li a:hover,
.app-nav a:hover,
.app-nav li.active > a {
  color: #0b63ce;
  font-weight: 700;
}

.app-name-link {
  color: #0a2f66;
  font-weight: 780;
}

.search input {
  border: 1px solid #c9ddf7;
  border-radius: 6px;
}

.cover-main h1 {
  color: #0a2f66;
  font-size: clamp(38px, 7vw, 72px);
  letter-spacing: 0;
  text-align: center;
}

.cover-main h2 {
  border: 0;
  color: #0b63ce;
}

.cover-main p {
  color: #223a5e;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cover-main a {
  border-radius: 6px !important;
}

.cover.show {
  align-items: center;
  background: linear-gradient(180deg, #eaf4ff 0%, #ffffff 70%) !important;
  display: flex !important;
  justify-content: center;
  min-height: 100vh;
  padding: 88px 24px 56px;
}

.cover.show .cover-main {
  left: auto !important;
  margin: 0 auto !important;
  max-width: 920px !important;
  position: static !important;
  text-align: center;
  top: auto !important;
  transform: none !important;
  width: min(920px, calc(100vw - 48px)) !important;
}

.cover.show .cover-main > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

.cover.show .cover-main p {
  max-width: 800px !important;
  width: min(800px, 100%) !important;
}

.cover.show .cover-main p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  max-width: none !important;
  width: 100% !important;
}

.cover.show .cover-main p:last-child a {
  margin: 0 !important;
}
