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;
  background: #f7f8fa;
  color: #18212f;
}

.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;
}

.portal-hero {
  display: grid;
  min-height: 56vh;
  align-items: center;
  padding: 3rem 0;
}

.portal-hero h1 {
  max-width: 840px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.04;
  font-weight: 720;
  letter-spacing: 0;
}

.portal-hero .lead {
  max-width: 860px;
  color: #526071;
}

.portal-panel {
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(24, 33, 47, 0.04);
}

.portal-muted {
  color: #667487;
}

.portal-table {
  background: #ffffff;
}

.portal-prewrap {
  white-space: pre-wrap;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
