@import url("./nioret-world-header.css");

.nw-shell-route-outlet {
  min-width: 0;
}

/* Persistent documents own the page box; route styles must not own body geometry. */
body.nw-theme {
  margin: 0;
}

.nw-global-header,
.nw-global-header *,
.bottom-nav,
.bottom-nav * {
  box-sizing: border-box;
}

[data-nw-media-slot][hidden],
[data-nw-shell-portal]:empty {
  display: none;
}

html[data-nw-shell-busy="true"] .nw-shell-route-outlet {
  cursor: progress;
}
