/* SelectSim pkgdown extra styles */

/* Slightly heavier base text */
body {
  font-weight: 400;
}

/* Code blocks */
pre {
  border-radius: 4px;
  font-size: 0.9em;
}

code {
  border-radius: 3px;
  font-size: 0.9em;
}

/* Reference index: two-column layout on wider screens */
@media (min-width: 900px) {
  .ref-index h2 + .row {
    column-count: 2;
    column-gap: 2em;
  }
}

/* Section title emphasis in reference */
.ref-index .desc {
  color: #555;
  font-size: 0.92em;
}

/* Logo: float right at consistent size */
img.logo {
  float: right;
  height: 120px;
  margin-left: 20px;
  margin-bottom: 10px;
}

/* Navbar brand */
.navbar-brand {
  font-weight: 600;
}

/* Footer */
.footer {
  font-size: 0.85em;
  color: #777;
}
