/* Footer quick links clarity and spacing */
#mk-footer #nav_menu-1 .menu,
#mk-footer #nav_menu-1 .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mk-footer #nav_menu-1 .menu > li,
#mk-footer #nav_menu-1 .sub-menu > li {
  margin: 0;
}
#mk-footer #nav_menu-1 .menu > li.menu-item-has-children {
  position: relative;
}
#mk-footer #nav_menu-1 .menu > li > a,
#mk-footer #nav_menu-1 .sub-menu > li > a {
  display: block;
  line-height: 1.25 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
#mk-footer #nav_menu-1 .menu > li > a {
  padding-right: 26px;
}
#mk-footer #nav_menu-1 .sub-menu > li > a {
  padding-left: 10px;
}
#mk-footer #nav_menu-1 .ls-footer-toggle {
  position: absolute;
  top: 1px;
  right: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  opacity: 0.9;
}
#mk-footer #nav_menu-1 .ls-footer-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -60%) rotate(-45deg);
  transition: transform 0.18s ease;
}
#mk-footer #nav_menu-1 .menu-item-has-children.is-open > .ls-footer-toggle::before {
  transform: translate(-50%, -70%) rotate(45deg);
}
#mk-footer #nav_menu-1 .menu > li:not(.menu-item-has-children) > a {
  position: relative;
  padding-left: 14px;
}
#mk-footer #nav_menu-1 .menu > li:not(.menu-item-has-children) > a .mk-svg-icon {
  display: none !important;
}
#mk-footer #nav_menu-1 .menu > li:not(.menu-item-has-children) > a::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  opacity: 0.85;
}
#mk-footer #nav_menu-1 .sub-menu {
  margin-top: 2px;
}

/* Sticky header: keep language visible and place ECP Login to its left */
.gt_switcher_wrapper.scrolled {
  display: block !important;
}

@media (min-width: 1141px) {
  body.ls-header-scrolled .gt_switcher_wrapper,
  body.ls-header-scrolled .gt_switcher_wrapper.scrolled {
    display: block !important;
    position: fixed !important;
    top: 12px !important;
    right: 18px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 999999 !important;
  }

  body.ls-header-scrolled a.ecp-login {
    position: fixed !important;
    top: 12px !important;
    right: 108px !important;
    left: auto !important;
  }
}