/* Mobile top navigation: make the four icons easier to see without changing the approved layout. */
@media (max-width: 850px) {
  .mobile-nav .nav-icon {
    width: auto;
    min-width: 30px;
    font-size: 1.35rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 4px;
  }
}
