.tool-card h2 {
  margin-top: 0;
}

textarea {
  width: 100%;
  min-height: 220px;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 12px;
  font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

select, input[type="file"] {
  margin-bottom: 12px;
}

.muted {
  color: #b91c1c;
  min-height: 18px;
  margin-top: 8px;
}

.actions {
  flex-wrap: wrap;
}
