#swaf-feedback.with-styles {
  font-family: "Arial", sans-serif;
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  margin: 20px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

#swaf-feedback.with-styles .header p {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}

#swaf-feedback.with-styles .buttons {
  display: flex;
  justify-content: start;
  gap: 10px;
}

#swaf-feedback.with-styles button {
  background-color: #0073aa;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

#swaf-feedback.with-styles button:hover {
  background-color: #005a87;
}

#swaf-feedback.with-styles #swaf-textarea {
  margin-top: 15px;
}

#swaf-feedback.with-styles #swaf-textarea div {
  margin-bottom: 5px;
  color: #666;
  font-size: 16px;
}

#swaf-feedback.with-styles textarea {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

#swaf-feedback.with-styles #swaf-submit {
  background-color: #4caf50;
  width: 100%;
  margin-top: 10px;
}

#swaf-feedback.with-styles .thank-you h3 {
  color: #4caf50;
  text-align: center;
  font-size: 20px;
}
