html {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 14.5px;
  }
}

.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;
}

.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;
}

/* Homepage */
.hero {
  background: linear-gradient(135deg, #e8f4ff 0%, #f0f9ff 100%);
  border-bottom: 1px solid #dce9f7;
}

.feature-icon {
  font-size: 2.5rem;
  line-height: 1;
}

.waitlist {
  border-top: 1px solid #e2e8f0;
}

/* Data section */
.gauge-container {
  width: auto;
}

.link-plain, .link-plain:visited, .link-plain:link, .link-plain:active,
.link-plain:hover, .link-plain:focus {
  text-decoration: none;
  outline: 0;
}