/*
 * Google Sites initially hides the desktop navigation until its client-side
 * navigation modules finish loading. Those modules are not part of the static
 * mirror, so reveal the already-rendered navigation markup directly.
 */
.plFg0c {
  visibility: visible !important;
}

/*
 * The mobile drawer markup is already present, but its Google Sites click
 * controller is not available in the static build. static-fixes.js toggles
 * this class to use the original drawer with a local interaction handler.
 */
html.static-menu-open,
html.static-menu-open body {
  overflow: hidden;
}

html.static-menu-open .JzO0Vc {
  left: 0 !important;
}

html.static-menu-open .TxnWlb {
  display: block !important;
  opacity: 0.45 !important;
  transition: opacity 0.25s ease !important;
  width: 100vw !important;
  z-index: 60 !important;
}
