.topbar {
  height: auto;
  min-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checks {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.checks label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
}

.checks input {
  width: auto;
}

@media (max-width: 760px) {
  .topbar .site-nav a {
    display: inline;
  }

  .topbar .site-nav {
    justify-content: flex-end;
  }
}
