.product-metadata {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8fafc;
  border-radius: 8px;
}

.product-metadata h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 12px;
}

.vehicle-details,
.booking-details {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.detail-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 14px;
}

.detail-label {
  font-weight: 600;
  color: #4a5568;
  min-width: 140px;
}

.product-meta {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
}

.product-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-meta li {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 14px;
}

.product-meta strong {
  font-weight: 600;
  color: #4a5568;
  min-width: 140px;
}
