.answer-box::placeholder {
  color: #8f8980;
}

.answer-preview {
  max-width: var(--measure);
}

.answer-preview {
  border-left-color: #65735d;
}

.practice-actions button[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.response-panel h3,
.response-panel h4 {
  margin-bottom: 8px;
}

.response-panel ul,
.response-panel ol {
  padding-left: 22px;
}

.response-panel code {
  background: #f0ede7;
  border-radius: 4px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.92em;
  padding: 1px 4px;
}

.response-panel pre {
  background: #f0ede7;
  border-radius: 6px;
  overflow-x: auto;
  padding: 12px;
}

.response-panel pre code {
  background: transparent;
  padding: 0;
}

.compact-label {
  margin-top: 12px;
}

.solution-author {
  width: min(280px, 100%);
  margin-top: 8px;
  border: 1px solid var(--faint);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.2;
  padding: 10px 12px;
}

.submit-status,
.muted-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.submit-status {
  margin-top: 12px;
}

.community-solutions {
  max-width: var(--measure);
  margin-top: 32px;
}

.community-solutions h3 {
  margin-top: 0;
}

.community-solutions-list {
  display: grid;
  gap: 16px;
  margin-top: 12px;
}

.community-solution {
  border-top: 1px solid var(--faint);
  padding-top: 14px;
}

.community-solution-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.86rem;
}

.community-solution-body {
  margin-top: 8px;
}

.community-solution .vote-solution {
  margin-top: 10px;
}

.main-solution-label {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 8px;
}

.original-solution {
  border-top: 1px solid var(--faint);
  margin-top: 18px;
  padding-top: 12px;
}

.original-solution summary {
  color: var(--muted);
  cursor: pointer;
  font-size: 0.9rem;
}

.issue-report {
  margin-top: 42px;
  max-width: var(--measure);
}

.issue-report h2 {
  margin-top: 0;
}

.issue-report-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.issue-report-row input {
  flex: 1 1 auto;
  min-width: 180px;
  border: 1px solid var(--faint);
  border-radius: 6px;
  background: var(--paper);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.2;
  padding: 10px 12px;
}

.issue-current-question {
  color: var(--muted);
  font-size: 0.9rem;
}

.netlify-hidden {
  display: none;
}

@media (max-width: 640px) {
  .issue-report-row {
    align-items: stretch;
    flex-direction: column;
  }
}
