.cfc5-wrapper {
  max-width: 700px;
  margin: 1.5rem 0;
  font-family: Georgia, "Times New Roman", serif;
}

.cfc5-form label {
  display: block;
  font-weight: 700;
  margin: 0.75rem 0 0.35rem;
}

.cfc5-required {
  color: #c0392b;
}

.cfc5-form input,
.cfc5-form textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1rem;
}

.cfc5-form textarea {
  resize: vertical;
  min-height: 180px;
}

.cfc5-submit {
  margin-top: 1rem;
  background: #2f2f2f;
  color: #fff;
  border: none;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.cfc5-submit:hover,
.cfc5-submit:focus {
  background: #1f1f1f;
}

.cfc5-notice {
  padding: 0.75rem 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.cfc5-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}

.cfc5-error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #c62828;
}
