.pct-container {
  background: #fff;
  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;
}

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

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

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

.pct-counter p {
  width: 32%;
  text-align: center;
}
