:root {
  --rv-blue: #2563eb;
  --rv-ink: #172033;
  --rv-muted: #5f6b7a;
  --rv-panel: #f6f8fb;
}

.wy-nav-content { max-width: 1050px; }
.wy-side-nav-search { background: #172033; }
.wy-menu-vertical header,
.wy-menu-vertical p.caption { color: #9fc3ff; }
.rst-content h1,
.rst-content h2,
.rst-content h3 { color: var(--rv-ink); }
.rst-content h1 { border-bottom: 1px solid #e2e8f0; padding-bottom: .45rem; }
.rst-content p,
.rst-content li { line-height: 1.65; }
.rst-content a { color: var(--rv-blue); }
.rst-content blockquote {
  margin-left: 0;
  padding: .9rem 1rem;
  border-left: 4px solid #94a3b8;
  background: var(--rv-panel);
  color: var(--rv-muted);
}
.rst-content blockquote strong:first-child { color: var(--rv-ink); }
.rst-content table.docutils { width: 100%; }
.rst-content table.docutils th { background: #eef3f8; }
@media screen and (max-width: 768px) {
  .wy-nav-content { padding: 1.3rem; }
}
