#isc-down .isc-source-text {
    положение: абсолютное;
    внизу: 0;
    справа: 0;
	font-size: 0.8em;
	background-color: rgb(51, 51, 51);
	цвет: rgb(255, 255, 255);
	непрозрачность: 0.7;
	padding: 0em 0.15em;
	text-shadow: none;
}
.isc-source {
    position: absolute;
    display: inline-block;
    line-height: initial;
    width: 100%;
}

/* === Контейнер для кнопок === */
.trp_language_switcher_shortcode .trp-language-switcher {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 4px 10px 4px 10px;
  положение: относительное;
  min-width: auto;
  width: auto !important;
  высота: 45px;
  margin: 0px 10px;
}

/* === Текущий язык === */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  width: auto !important;
}

/* === Ссылка на язык === */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language a {
  display: flex;
  align-items: center;
  промежуток: 6px;
  text-decoration: none;
  цвет: #333;
  padding-right: 0;
  font-weight: 500;
  position: relative;
}

/* === Флаг === */
.trp_language_switcher_shortcode .trp-flag-image {
  width: 18px;
  высота: auto;
  border-radius: 2px;
  margin-right: 6px;
}

/* === Выпадающая стрелка непосредственно рядом с ним */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language a::after {
  content: "▾";
  font-size: 10px;
  color: #555;
  margin-left: 4px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: middle;
}

/* === Выпадающее меню === */
.trp_language_switcher_shortcode .trp-ls-shortcode-language {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0, 0.08);
  padding: 6px 0;
  z-index: 999;
  display: none;
  min-width: 100%;
}

/* === Выпадающие элементы === */
.trp_language_switcher_shortcode .trp-ls-shortcode-language a {
  display: flex;
  align-items: center;
  промежуток: 8px;
  padding: 6px 14px;
  цвет: #333;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

.trp_language_switcher_shortcode .trp-ls-shortcode-language a:hover {
  background-color: #f6f6f6;
  border-radius: 8px;
}

/* Переключить видимость */
.trp_language_switcher_shortcode .trp-ls-shortcode-language.show {
  display: block !important;
}

.trp-language-switcher &gt; div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
    border: none;
    border-radius: 2px;
    background-image: url(../../assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    border-radius: 20px;
    margin-top: -1px;
	max-height: 800px;
}
@media (max-width: 768px) {
  .trp-ls-shortcode-language {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    list-style: none;
  }

  .trp-ls-shortcode-language li {
    flex: 1 0 auto;
    width: auto; /* Или, например, 45% для 2-колоночного вида */
    text-align: center;
  }
}