/* Showcase lock — see showcase-lock.js.
   The navigation rail in these embedded apps is presentational. `inert` does the
   real work; this is the fallback for browsers without it, and it stops the rail
   advertising interactivity it no longer has. */
.sidebar,
.fmx-rail,
.fmx-mdrawer,
.fmx-mdrawer-panel,
.fmx-mstatus {
  pointer-events: none;
}

.sidebar a,
.sidebar button,
.fmx-rail a,
.fmx-rail button,
.fmx-mdrawer-panel a,
.fmx-mdrawer-panel button,
.fmx-mstatus button {
  cursor: default;
}
