/* Android-only fix: the legacy generic nav rule sets top: 8px.
   A fixed element with both top and bottom set stretches across the screen. */
#mainNav.atlasFieldNavV32 {
  position: fixed !important;
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: min(980px, 100%) !important;
  height: auto !important;
  min-height: 70px !important;
  max-height: none !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  align-items: stretch !important;
  align-content: stretch !important;
  overflow: visible !important;
}

#mainNav.atlasFieldNavV32 > button {
  height: auto !important;
  min-height: 56px !important;
  align-self: stretch !important;
}
