/* Zein Publisher Child v0.5.1
   Larger, clearer mobile menu control and hamburger icon. */
@media (max-width: 720px) {
  body .aw-mobile-menu-toggle {
    min-height: 56px !important;
    height: 56px !important;
    padding-inline: 20px !important;
    border-radius: 17px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    gap: 16px !important;
  }

  body .aw-mobile-menu-toggle__icon {
    width: 30px !important;
    height: 22px !important;
    flex: 0 0 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
  }

  body .aw-mobile-menu-toggle__icon i {
    width: 100% !important;
    height: 3px !important;
    min-height: 3px !important;
    border-radius: 999px !important;
    background: currentColor !important;
  }

  body.aw-mobile-menu-open .aw-mobile-menu-toggle__icon i:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg) !important;
  }

  body.aw-mobile-menu-open .aw-mobile-menu-toggle__icon i:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg) !important;
  }
}

@media (max-width: 390px) {
  body .aw-mobile-menu-toggle {
    min-height: 52px !important;
    height: 52px !important;
    padding-inline: 17px !important;
    font-size: 15px !important;
  }

  body .aw-mobile-menu-toggle__icon {
    width: 28px !important;
    height: 20px !important;
    flex-basis: 28px !important;
  }

  body .aw-mobile-menu-toggle__icon i {
    height: 2.8px !important;
    min-height: 2.8px !important;
  }

  body.aw-mobile-menu-open .aw-mobile-menu-toggle__icon i:nth-child(1) {
    transform: translateY(8.6px) rotate(45deg) !important;
  }

  body.aw-mobile-menu-open .aw-mobile-menu-toggle__icon i:nth-child(3) {
    transform: translateY(-8.6px) rotate(-45deg) !important;
  }
}
