/* =========================================================
   VERSI 44 - SAMAKAN KETEBALAN 3 GARIS MENU
   Fokus: garis atas, tengah, bawah hamburger sama ukuran.
   ========================================================= */

@media (max-width:1180px), (hover:none) and (pointer:coarse) and (max-width:1366px){

  /* Matikan garis cadangan v43 agar garis atas/bawah tidak dobel tebal */
  .mobile-menu-btn::before,
  .mobile-menu-btn::after,
  .mobile-menu-btn .hamb::after{
    content:none !important;
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
  }

  .mobile-menu-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .mobile-menu-btn .hamb{
    position:relative !important;
    display:block !important;
    width:24px !important;
    height:18px !important;
    min-width:24px !important;
    min-height:18px !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .mobile-menu-btn .hamb span{
    position:absolute !important;
    left:0 !important;
    display:block !important;
    width:24px !important;
    height:3px !important;
    min-height:3px !important;
    max-height:3px !important;
    border-radius:999px !important;
    background:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    box-shadow:none !important;
  }

  .mobile-menu-btn .hamb span:nth-child(1){
    top:0 !important;
  }

  .mobile-menu-btn .hamb span:nth-child(2){
    top:7.5px !important;
  }

  .mobile-menu-btn .hamb span:nth-child(3){
    top:15px !important;
  }
}

@media (max-width:480px){
  .mobile-menu-btn .hamb{
    width:23px !important;
    height:17px !important;
    min-width:23px !important;
    min-height:17px !important;
  }

  .mobile-menu-btn .hamb span{
    width:23px !important;
    height:3px !important;
    min-height:3px !important;
    max-height:3px !important;
  }

  .mobile-menu-btn .hamb span:nth-child(1){
    top:0 !important;
  }

  .mobile-menu-btn .hamb span:nth-child(2){
    top:7px !important;
  }

  .mobile-menu-btn .hamb span:nth-child(3){
    top:14px !important;
  }
}
