.cheftes-wrapper {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 20px;
  max-width: 600px;
  margin: 30px auto;
  border-radius: 10px;
}
#cheftes-ingredients {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
#cheftes-generate {
  background: #fd7e14;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}
#cheftes-result {
  margin-top: 20px;
  white-space: pre-wrap;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
}
