/* Limme - language-switcher flags.
   On the checkout page these render expanded and unconstrained, at their natural
   407x407, which buries the checkout form. Cap them wherever they appear in a menu. */

.elementor-nav-menu a img,
.elementor-nav-menu .elementor-item img,
.elementor-nav-menu .elementor-sub-item img,
li.language_switcher a img,
.menu-item a img[src*="russia"],
.menu-item a img[src*="united-kingdom"],
.menu-item a img[src*="israel"] {
  max-width: 22px !important;
  max-height: 22px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-inline-start: 5px;
}
