html {
  font-size: 14px;
}

.saved-field-map { display: block; width: 100%; max-width: 50rem; height: 24rem; border: 1px solid var(--bs-border-color); }

.dashboard-link-card { transition: border-color 120ms ease, box-shadow 120ms ease; }
.dashboard-link-card:hover { border-color: var(--bs-primary); box-shadow: 0 .25rem .75rem rgb(0 0 0 / 12%); }
.dashboard-link-card:has(.stretched-link:focus-visible) { outline: 3px solid #258cfb; outline-offset: 2px; }

@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 var(--bs-body-bg), 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  transition: background-color 120ms ease, color 120ms ease;
}

a, button, input, select, textarea {
  transition: color 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

#theme-toggle {
  min-width: 6.5rem;
}

@media (prefers-reduced-motion: reduce) {
  body, a, button, input, select, textarea, .dashboard-link-card {
    transition: none;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
