/* HLB V5.4.2s - Thin orange active bar */
@media (max-width:820px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:-6px !important;
    transform:translateX(-50%) !important;
    width:calc(100% - 26px) !important;
    max-width:102px !important;
    min-width:58px !important;
    height:3px !important;
    border-radius:999px !important;
    background:#ff5b1f !important;
    box-shadow:0 0 10px rgba(255,91,31,.22) !important;
    opacity:1 !important;
    pointer-events:none !important;
  }
}

@media (max-width:430px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    top:-6px !important;
    width:calc(100% - 24px) !important;
    max-width:96px !important;
    min-width:54px !important;
    height:3px !important;
  }
}

@media (max-width:370px){
  .mobile-nav.mobile-nav-v43 > a.active::before{
    width:calc(100% - 22px) !important;
    max-width:90px !important;
    min-width:50px !important;
    height:2px !important;
  }
}
