/* Quick Order Form Styles */
.quick-order-form {
  background: #f9f9f9;
}
.quick-order-form p {
  margin-bottom: 10px;
}
.quick-order-form label {
  display: block;
}
.quick-order-form input {
  width: 100%;
  padding: 8px;
}
#quick-order-message {
  margin-top: 10px;
}
