.simple-counter {
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.tool-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

textarea {
  width: 100%;
  min-height: 220px;
  padding: 14px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.tc-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 8px;
  font-size: 14px;
  margin: 15px 0;
}

.tc-options label {
  cursor: pointer;
}

.actions {
  text-align: center;
  margin: 20px 0;
}

.actions button {
  background: #1e73be;
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin: 0 4px;
  font-size: 14px;
  cursor: pointer;
}

#clearBtn {
  background: #64748b;
}

#copyBtn {
  background: #22c55e;
}

#copyMsg {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #16a34a;
}
