.clarityshift-container {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
  background: #fefefe;
}

.clarityshift-container h1 {
  color: #2c3e50;
}

.clarityshift-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.clarityshift-container input,
.clarityshift-container textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  width: 100%;
}

.clarityshift-container button {
  background: #4caf50;
  color: white;
  padding: 0.75rem;
  border: none;
  cursor: pointer;
}