body.road {
  background-color: #F2F2F2;
}
body.road section {
  margin: 2rem 0;
}
body.road #hero .container > div:first-child {
  border-bottom: 1px solid var(--color-bd);
  margin-bottom: 1rem;
}
body.road #hero .title {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
body.road #hero .route-image {
  height: 5rem;
  width: auto;
}
body.road #maplibre #map-filter-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
body.road #maplibre #timeline {
  padding: 1rem;
  background: white;
}
body.road #maplibre #timeline .content {
  text-align: right;
  background: url(/img/timeline.webp) left center no-repeat;
  background-size: cover;
}
body.road #maplibre #timeline {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
body.road #conditions .white-panel {
  margin-bottom: 1rem;
}
body.road #conditions .white-panel .value {
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

/*# sourceMappingURL=route.css.map */
