
.ebd-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  font-family: sans-serif;
}
.ebd-form-wrapper h2 {
  color: #cf8a23;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.ebd-form-wrapper p {
  margin-bottom: 1.5rem;
  color: #555;
}
#ebdSuporteForm input,
#ebdSuporteForm textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 2px solid #eee;
  border-radius: 0.5rem;
  font-size: 1rem;
}
#ebdSuporteForm button {
  background: #cf8a23;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}
.ebd-success {
  margin-top: 1rem;
  color: green;
}
.ebd-error {
  margin-top: 1rem;
  color: red;
}
