/* ══════════════════════════════════════════════════════════
   Wiki — ajustes sobre o tema ReadTheDocs
   ══════════════════════════════════════════════════════════ */

/* ── Fonte ────────────────────────────────────────────────── */

body, .wy-body-for-nav {
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

/* ── Sidebar ──────────────────────────────────────────────── */

.wy-side-nav-search {
  background-color: #2a52a0;
}

.wy-nav-side {
  background: #2b3040;
}

.wy-menu-vertical a {
  font-size: 0.82rem;
  color: #c5cdd8;
}

.wy-menu-vertical a:hover {
  background: rgba(255,255,255,.07);
  color: #fff;
}

.wy-menu-vertical li.current > a {
  background: rgba(255,255,255,.07);
  color: #4a8af4;
  font-weight: 600;
  border-right: 3px solid #4a8af4;
}

/* ── Conteúdo ─────────────────────────────────────────────── */

.wy-nav-content {
  max-width: 920px;
}

.rst-content {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #202122;
}

/* ── Títulos ──────────────────────────────────────────────── */

.rst-content h1 {
  font-size: 1.9rem;
  font-weight: 700;
  border-bottom: 2px solid #a2a9b1;
  padding-bottom: 6px;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.rst-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid #e0e4ea;
  padding-bottom: 3px;
  margin-top: 1.8rem;
}

.rst-content h3 {
  font-size: 1rem;
  font-weight: 600;
}

/* ── Links ────────────────────────────────────────────────── */

.rst-content a         { color: #0645ad; }
.rst-content a:hover   { color: #0645ad; text-decoration: underline; }
.rst-content a:visited { color: #0b0080; }

/* ── Tabelas ──────────────────────────────────────────────── */

.rst-content table.docutils th {
  background: #2a52a0;
  color: #fff;
  padding: 7px 12px;
}

.rst-content table.docutils td {
  padding: 6px 12px;
}

/* ── Footer ───────────────────────────────────────────────── */

footer { display: none; }
