body {
  background: #0f1216;
}

.navbar {
  background: #161b22;
}

.card {
  background: #161b22;
  border-color: #2b3035;
}

.display-5, .display-6 {
  letter-spacing: -0.03em;
}

.badge.source-booking {
  background: #003580;
  color: #fff;
}

.badge.source-trip_com {
  background: #800000;
  color: #fff;
}

.badge.source-kayak {
  background: #ff690f;
  color: #fff;
}

.badge.source-google_flights {
  background: #146c43;
  color: #fff;
}

.poll-provider + .poll-provider {
  margin-top: 0.6rem;
}

.poll-provider .progress {
  height: 0.6rem;
}

.poll-provider-hint {
  margin-top: 0.15rem;
  /* Reserved so the panel does not jump as hints come and go. */
  min-height: 1.1rem;
  font-size: 0.78rem;
}

.provider-checks ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.provider-checks li {
  margin-bottom: 0.35rem;
}

.table {
  --bs-table-bg: transparent;
}

footer {
  background: #0f1216;
}
