#luggage-booking-form {
  background: #f4f4f4;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 8px;
}
#luggage-booking-form label {
  font-weight: bold;
}
#luggage-booking-form input, textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#luggage-booking-form button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.lbp-success {
  background: #d4edda;
  color: #155724;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
}
