html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Demo pages: the flow walkthroughs (authorize form, token result, back-channel log) */

.demo-page {
  max-width: 980px;
}

.param-table th {
  width: 200px;
  white-space: nowrap;
}

.param-hint {
  font-size: 0.875rem;
  color: var(--bs-secondary-color, #6c757d);
  margin-bottom: 0.25rem;
}

.token-value {
  font-family: var(--bs-font-monospace, monospace);
  font-size: 0.85rem;
  word-break: break-all;
  white-space: pre-wrap;
}