.wct-container {
  background: #ffffff;
  padding: 20px;
  max-width: 700px;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
}

.wct-container h2 {
  text-align: center;
  margin-bottom: 15px;
}

#wct-textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  resize: vertical;
}

.wct-counter {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #333;
}
