.cover-output {
  min-height: 240px;
  background: #0f172a;
  color: #e2e8f0;
  padding: 18px;
  border-radius: 16px;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  white-space: normal;
  line-height: 1.6;
  margin-top: 16px;
}

.cover-output h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #f8fafc;
}

.cover-output p {
  margin: 0 0 10px;
}

.cover-output ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.cover-output li {
  margin-bottom: 6px;
}

.cover-output strong {
  color: #f8fafc;
}

.results-note {
  margin-top: 16px;
  color: #4b5563;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .cover-output {
    font-size: 0.9rem;
  }
  .results-note {
    font-size: 0.9rem;
  }
}
