/* Similar visual direction to ParlAT pkgdown site */

.navbar {
  box-shadow: none !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  background-color: black !important;
}

/* Links outside navbar */
a:not(nav a) {
  color: #999 !important;
}

#toc .nav-link:hover,
#toc .nav-link:focus {
  color: #fff !important;
}

/* Dark theme tuning */
[data-bs-theme="dark"] {
  --bs-body-bg: #2e3338 !important;
  --bs-body-color: #b8bcc8 !important;
}

[data-bs-theme="dark"] .navbar {
  background-color: #2e3338 !important;
}

[data-bs-theme="dark"] .nav-link {
  color: #b8bcc8 !important;
}

[data-bs-theme="dark"] .nav-link:hover,
[data-bs-theme="dark"] .nav-link:focus {
  color: #ffffff !important;
  background-color: #404752 !important;
}

[data-bs-theme="dark"] a:not(nav a) {
  color: #9ca3af !important;
}

[data-bs-theme="dark"] a:not(nav a):hover {
  color: #ffffff !important;
}

[data-bs-theme="dark"] #toc .nav-link:hover,
[data-bs-theme="dark"] #toc .nav-link:focus {
  color: #ffffff !important;
  background-color: #404752 !important;
}

[data-bs-theme="dark"] .navbar-brand {
  color: #b8bcc8 !important;
}

[data-bs-theme="dark"] .form-control::placeholder {
  color: #9ca3af !important;
}

[data-bs-theme="dark"] .form-control {
  color: #b8bcc8 !important;
  background-color: #404752 !important;
  border-color: #555 !important;
}

/* Logo sizing (ready for when logo is added) */
img.logo {
  width: 200px !important;
}

/* Reduce spacing for paragraphs inside list items within the "Details" section */
.section.level2:has(h2#details) ul li p {
  margin-bottom: 0.25em;
  line-height: 1.4;
}
