.profanity-error {
  color: #e74c3c;
  font-size: 0.9rem;
  margin-top: 5px;
  display: none;
}

textarea.error, input.error {
  border-color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.05);
}

.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}