@import url("./common.css");

.gq-section {
  margin-bottom: 1.75rem;
}

.gq-section h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.gq-section p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 0.65rem;
  max-width: 62ch;
}

.gq-pre {
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  background: #1a1b26;
  color: #e8e8ed;
  font-size: 0.75rem;
  line-height: 1.45;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gq-pre code {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  white-space: pre;
}

.demo-hint {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: var(--muted);
}
