.account-card input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  accent-color: #6845a6;
}

.account-card #id_scopes > div label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0;
}

.account-card pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 12px;
  border-radius: 10px;
  background: #f3eefb;
}

@media (max-width: 700px) {
  .topbar {
    height: auto;
    min-height: 72px;
    padding-block: 10px;
  }

  .topbar nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 4px 12px;
  }

  .topbar nav a {
    min-height: 36px;
    font-size: 11px;
  }
}
