/* =========================================================
   drive-nav.css — Navigation Bottom Bar & Walk Stats
   Weather Compass · weathercompass.ca
   ========================================================= */

.nav-dist {
  font-size: 28px;
  font-weight: 800;
  color: #60a5fa;
  line-height: 1;
  margin-bottom: 4px;
}

.nav-instruction {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-arrow {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.nav-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.dw-nav-turn {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dw-stats-row {
  display: flex;
  justify-content: space-around;
  gap: 8px;
}

.dw-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.dw-stat span:first-child {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.dw-stat-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
