/* Review Scout landing demo — page-level fallback only.
 * The real workspace UI is styled byte-identically by the shared workspace.css;
 * this file only guarantees the iframe/full-page window never breaks layout. */
html, body { max-width: 100%; overflow-x: hidden; }
/* Banner actions: open/reset never touch each other; long text wraps first. */
.rs-demo-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.rs-demo-banner .rs-demo-actions a,
.rs-demo-banner .rs-demo-actions button { white-space: nowrap; }
.rs-demo-reset-error { flex: 1 1 100%; font-weight: 700; }
