.fishdish-order-form {
  background: #fff;
  padding: 20px;
  border: 2px solid #ff6600;
  border-radius: 10px;
  max-width: 400px;
  margin: 20px auto;
}
.fishdish-order-form input,
.fishdish-order-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.fishdish-order-form button {
  background: #ff6600;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
}
