.cq-prompt {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0.75rem 0 0.5rem;
  word-break: break-all;
}
.cq-meta {
  text-align: center;
  opacity: 0.75;
  margin-bottom: 0.75rem;
}
.cq-opts {
  display: grid;
  gap: 0.45rem;
  max-width: 400px;
  margin: 0 auto;
}
