/* Application navigation trigger: intentionally isolated from global button rules. */
#app > header .hamburger-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  flex: 0 0 auto;
  border: 0 !important;
  border-radius: 2px;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
}

#app > header .hamburger-button:hover,
#app > header .hamburger-button:focus-visible {
  background: rgba(255, 255, 255, .14) !important;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Oracle Redwood navigation glyph supplied through Oracle JET. */
.hamburger-button .oj-ux-ico-menu {
  display: inline-block;
  font-size: 1.25rem !important;
  line-height: 1;
  color: currentColor;
}
