#ecofibra-auth-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.ecofibra-auth-block,
#ecofibra-quote-wrapper {
  border: 1px solid #ddd;
  padding: 15px;
  max-width: 400px;
  width: 100%;
  background: #fafafa;
}

#ecofibra-auth-wrapper h3,
#ecofibra-quote-wrapper h3 {
  margin-top: 0;
}

#ecofibra-auth-wrapper label,
#ecofibra-quote-wrapper label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

#ecofibra-auth-wrapper input,
#ecofibra-quote-wrapper input,
#ecofibra-quote-wrapper textarea {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  box-sizing: border-box;
}

#ecofibra-auth-wrapper button,
#ecofibra-quote-wrapper button {
  margin-top: 12px;
  padding: 8px 14px;
  cursor: pointer;
}

#ecofibra-auth-message,
#ecofibra-quote-message {
  margin-top: 10px;
  font-weight: 600;
}

.ecofibra-error {
  color: #c00;
}

.ecofibra-success {
  color: #008000;
}
