/* Reuse the Wizard tiles and Sprechansicht controls; only this runner's arrangement differs. */
.interview-runner [hidden] { display: none !important; }
.interview-runner { padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }
.interview-runner__status { color: var(--ink-muted); font-size: .85rem; }
.interview-runner__catalog, .interview-runner__history { display: grid; gap: var(--space-3); margin-block: var(--space-4); }
.interview-runner__history button { text-align: left; }
.interview-runner .sprechansicht__frage { min-height: 28vh; margin-bottom: var(--space-5); }
.interview-runner .sprechansicht__frage-text { font-size: clamp(1.5rem, 6vw, 2.25rem); }
.interview-runner .wizard-form { margin-top: var(--space-4); }
.interview-runner audio { width: 100%; }
.interview-runner .wizard-summary { margin-block: var(--space-4); }
.interview-runner .wizard-summary p { white-space: pre-wrap; overflow-wrap: anywhere; }
