/* devtoken.tools — CORS Analyzer page styles (builds on style.css) */

.check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--text-2);
  cursor: pointer;
}
.check input[type="checkbox"] { width: auto; accent-color: var(--accent); }
#method { max-width: 200px; }
#steps .panel, #findings .panel { margin-bottom: 16px; }
.step-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.step-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-2); }
.step-list .step-tag { font-family: var(--mono); font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; white-space: nowrap; }
.step-tag.pass { background: var(--local-bg); color: var(--local); }
.step-tag.fail { background: rgba(239, 68, 68, 0.14); color: #fca5a5; }
.step-tag.skip { background: var(--bg3); color: var(--muted); }
.step-list strong { color: var(--text); }
.field-row { margin-bottom: 12px; }
