.drive-time-display {
  margin: 15px 0;
}

.drive-time-loading {
  padding: 15px;
  background: #f0f7ff;
  border-radius: 8px;
  color: #2b38e9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.drive-time-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: linear-gradient(135deg, #fff5e6 0%, #ffe4cc 100%);
  border-radius: 8px;
  border-left: 4px solid #ff9800;
}

.drive-time-icon {
  font-size: 24px;
  color: #ff9800;
}

.drive-time-content {
  flex: 1;
}

.drive-time-label {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.drive-time-value {
  font-size: 20px;
  font-weight: 700;
  color: #ff9800;
  margin-bottom: 3px;
}

.drive-time-distance {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.drive-time-message {
  padding: 12px;
  background: #f9fafb;
  border-radius: 6px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.drive-time-error {
  padding: 12px;
  background: #fee;
  border-radius: 6px;
  color: #e74c3c;
  display: flex;
  align-items: center;
  gap: 8px;
}
