body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.jumbotron {
  padding: 10px 16px;
  margin-bottom: 20px;
  background: #eee;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#logo {
  max-height: 60px;
  width: auto;
  visibility: hidden;
}

#logo.is-ready {
  visibility: visible;
}

.header-meta {
  text-align: right;
}

#countdown {
  color: red;
  font-weight: bold;
}

#lastRefreshed {
  font-size: small;
  color: #666;
}

.bedford-header {
  background-color: #2B82C7 !important;
}

.bedford-header #countdown {
  color: #F5B82E !important;
}

.bedford-header #lastRefreshed {
  color: #fff !important;
}

.galaxy-contact {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.galaxy-contact a {
  text-decoration: none;
  color: #337ab7;
}

.container {
  padding: 0 16px 24px;
}

.maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}

.map {
  height: 50vh;
  width: 100%;
}

.address-block {
  font-size: 16px;
}

.list-group-item {
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 13px;
  margin-bottom: 6px;
}

.waiting {
  font-weight: bold;
  font-size: 1.5rem;
  color: red;
}

.footer {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .maps {
    grid-template-columns: 1fr;
  }

  .list-group-item {
    font-size: 15px;
    padding: 12px 14px;
  }
}
