.actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  padding: 12px 18px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 15px;
}

.btn:hover {
  background: #005fcc;
}

.output {
  margin-top: 25px;
  padding: 15px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  min-height: 120px;
  white-space: pre-wrap;
  font-size: 12px;
}
