.bc-parking-guide .bike-share-live {
  padding: 76px 0;
  background: #e8f5ef;
  color: #06252b;
}
.bc-parking-guide .bike-share-live .live-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: 42px;
  align-items: end;
}
.bc-parking-guide .bike-share-live .live-heading h2 { margin-bottom: 0; }
.bc-parking-guide .bike-share-live .live-explainer {
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #ff705c;
  background: #fff;
  color: #425d62;
  font-size: 14px;
  line-height: 1.55;
}
.bc-parking-guide .bike-share-live .live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.bc-parking-guide .bike-share-live .live-grid.live-grid-single {
  grid-template-columns: minmax(0, 560px);
}
.bc-parking-guide .bike-share-live .live-card {
  padding: 24px;
  border: 1px solid #bfd1cd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(6, 37, 43, .07);
}
.bc-parking-guide .bike-share-live .live-card h3 {
  margin: 0;
  color: #06252b;
  font-size: 21px;
  line-height: 1.2;
}
.bc-parking-guide .bike-share-live .live-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
}
.bc-parking-guide .bike-share-live .live-values div {
  padding: 15px;
  border-radius: 8px;
  background: #f3f7f5;
}
.bc-parking-guide .bike-share-live .live-values dt {
  color: #587075;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.bc-parking-guide .bike-share-live .live-values dd {
  margin: 4px 0 0;
  color: #06252b;
  font: 700 31px/1 "Space Grotesk", Arial, sans-serif;
}
.bc-parking-guide .bike-share-live .live-meta,
.bc-parking-guide .bike-share-live .live-status,
.bc-parking-guide .bike-share-live .live-fallback {
  color: #587075;
  font-size: 13px;
  line-height: 1.55;
}
.bc-parking-guide .bike-share-live .live-meta { margin: 18px 0 0; }
.bc-parking-guide .bike-share-live .live-status { margin: 10px 0 0; }
.bc-parking-guide .bike-share-live .live-fallback {
  margin: 28px 0 0;
  padding: 18px;
  border: 1px dashed #8ca5a0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}
.bc-parking-guide .bike-share-live .live-source {
  margin-top: 20px;
  color: #425d62;
  font-size: 13px;
}
.bc-parking-guide .bike-share-live .live-source a {
  color: #244f18;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bc-parking-guide .visual.wide-station-visual img,
.bc-parking-guide .access-visual.wide-station-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 760px) {
  .bc-parking-guide .bike-share-live { padding: 58px 0; }
  .bc-parking-guide .bike-share-live .live-heading,
  .bc-parking-guide .bike-share-live .live-grid,
  .bc-parking-guide .bike-share-live .live-grid.live-grid-single { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .bc-parking-guide .bike-share-live .live-values { grid-template-columns: 1fr; }
}
