.lp-tool {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.lp-tool h2 {
  margin-bottom: 6px;
}

.lp-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  min-height: 180px;
  padding: 12px;
  font-size: 14px;
  margin-bottom: 10px;
}

.lp-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-buttons button {
  padding: 10px 16px;
  cursor: pointer;
  border: none;
  background: #1e73be;
  color: #fff;
  border-radius: 4px;
}

#copyBtn {
  background: #22c55e;
}

#clearBtn {
  background: #ef4444;
}
