/* Estilo diretório de arquivos de texto */
body {
  font-family: ui-monospace, "Cascadia Mono", Consolas, "Courier New", monospace;
  background: #fff;
  color: #000;
  padding-top: 3rem;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

/* Navbar: só o nome do site */
.navbar {
  background: #fff !important;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  min-height: auto;
}

.navbar-dark .navbar-brand {
  color: #000 !important;
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
}

.navbar-toggler,
#navbar-collapse,
.navbar-nav,
.nav-link[data-bs-toggle="modal"],
a[rel="prev"],
a[rel="next"] {
  display: none !important;
}

/* Busca e rodapé */
#mkdocs_search_modal,
footer.col-md-12 {
  display: none !important;
}

/* Conteúdo em largura total */
.container {
  max-width: 1400px;
}

.row {
  margin: 0;
}

/* Âncoras de título discretas */
.headerlink {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: bold;
}

p,
li,
td,
th {
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Tabelas simples */
table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  font-size: 0.85rem;
}

th,
td {
  border: 1px solid #999;
  padding: 0.25rem 0.5rem;
}

th {
  white-space: nowrap;
}

/* Código */
code,
pre {
  font-family: inherit;
  background: #f5f5f5;
  border: 1px solid #ccc;
}

pre {
  padding: 0.5rem;
  overflow-x: auto;
}
