/* Prototype-only overrides. Remove this stylesheet to restore staging-export chrome. */

/* Hide the WordPress admin toolbar captured in the export. */
#wpadminbar { display: none !important; }

/* Hide the "Signed in as ..." auth strip from the application. */
.iw-auth-bar { display: none !important; }

/* admin-bar.min.css forces html { margin-top: 32px } when body.admin-bar is set.
   With the bar hidden, reclaim that space. */
html { margin-top: 0 !important; }
@media screen and (max-width: 782px) {
  html { margin-top: 0 !important; }
}
