.lp-tool {
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.lp-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.lp-icons button {
  padding: 8px 12px;
  cursor: pointer;
}

textarea {
  width: 100%;
  min-height: 220px;
  padding: 12px;
  margin-bottom: 10px;
}

.lp-options {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.lp-buttons button {
  padding: 10px 14px;
  margin: 5px;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
  background: #f3f3f3;
}
