/* JP LAW mobile header fixes */

@media (max-width: 991px) {
  .mean-container .mean-bar {
    min-height: 60px;
    background: #111727 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.65);
    position: relative;
  }

  .mean-container .mean-bar .logo-small {
    max-height: 38px;
    width: auto;
    margin-top: 11px;
    margin-left: 12px;
  }

  /* Hamburger position */
  .mean-container a.meanmenu-reveal {
    top: 10px !important;
    right: 14px !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    color: transparent !important;
    text-indent: 0 !important;
    font-size: 0 !important;
  }

  /* Hide broken nested span icon */
  .mean-container a.meanmenu-reveal > span {
    display: none !important;
  }

  /* Three clean lines */
  .mean-container a.meanmenu-reveal::before,
  .mean-container a.meanmenu-reveal::after,
  .mean-container a.meanmenu-reveal .jplaw-burger-line {
    content: "";
    position: absolute;
    left: 5px;
    width: 26px;
    height: 2px;
    background: #d4af37;
    border-radius: 2px;
  }

  .mean-container a.meanmenu-reveal::before {
    top: 9px;
  }

  .mean-container a.meanmenu-reveal .jplaw-burger-line {
    top: 17px;
  }

  .mean-container a.meanmenu-reveal::after {
    top: 25px;
  }

  /* Mobile language switcher beside hamburger */
  .jplaw-mobile-lang-switcher {
    position: absolute;
    top: 16px;
    right: 62px;
    z-index: 999999;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .jplaw-mobile-lang-switcher a {
    display: inline-flex;
    width: 24px;
    height: 16px;
    align-items: center;
    justify-content: center;
  }

  .jplaw-mobile-lang-switcher img {
    width: 24px;
    height: auto;
    display: block;
  }

  /* Hide switcher from opened mobile menu */
  .mean-nav .jplaw-menu-language-switcher {
    display: none !important;
  }
}