.smartpost-container {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-family: sans-serif;
  background: #f9f9f9;
  border: 1px solid #ccc;
}
.smartpost-container input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}
.smartpost-container button {
  margin-top: 10px;
  padding: 8px 12px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.smartpost-results {
  margin-top: 15px;
  background: #eee;
  padding: 10px;
  border-radius: 4px;
  font-family: monospace;
}
