/* HLB V5.4.2r - Wide white active bar like reference */
@media (max-width:820px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:-7px !important;
    transform:translateX(-50%) !important;
    width:calc(100% - 20px) !important;
    max-width:118px !important;
    min-width:72px !important;
    height:5px !important;
    border-radius:999px !important;
    background:#f5f5f7 !important;
    box-shadow:0 0 0 1px rgba(255,255,255,.04) !important;
    opacity:1 !important;
    pointer-events:none !important;
  }
}

@media (max-width:430px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    top:-8px !important;
    width:calc(100% - 18px) !important;
    max-width:112px !important;
    height:5px !important;
  }
}

@media (max-width:370px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    width:calc(100% - 16px) !important;
    max-width:104px !important;
    min-width:66px !important;
    height:4px !important;
  }
}
