/* Overrides so the drawer fills the iframe. */
.wx-drawer { width: 100% !important; border-left: 0 !important; box-shadow: none !important; }
.wx-drawer-overlay { background: transparent !important; }
.wx-drawer-overlay.is-open .wx-drawer { transform: none !important; }
.widget-failed { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: #07112b; }
.widget-fail { max-width: 360px; color: #ff9dbb; font: 600 14px/1.5 system-ui, sans-serif; text-align: center; }
