#isc-down .isc-source-text {
    position: absolute;
    alt: 0;
    sağ: 0;
	font-size: 0.8em;
	background-color: rgb(51, 51, 51);
	renk: rgb(255, 255, 255);
	opaklık: 0,7;
	dolgu: 0em 0.15em;
	text-shadow: none;
}
.isc-source {
    position: absolute;
    display: inline-block;
    satır yüksekliği: initial;
    genişlik: 100%;
}

/* === Düğme Konteyneri === */
.trp_language_switcher_shortcode .trp-language-switcher {
  display: inline-block;
  kenarlık: 1px solid #ccc;
  border-radius: 999px;
  arka plan rengi: #fff;
  font-family: "Helvetica Neue", sans-serif;
  yazı tipi boyutu: 14px;
  dolgu: 4px 10px 4px 10px;
  konum: göreceli;
  min-width: auto;
  genişlik: auto !important;
  yükseklik: 45px;
  margin: 0px 10px;
}

/* === Geçerli dil === */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language {
  display: flex;
  align-items: center;
  boşluk: 6px;
  white-space: nowrap;
  width: auto !important;
}

/* === Dil bağlantısı === */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language a {
  display: flex;
  align-items: center;
  boşluk: 6px;
  text-decoration: none;
  renk: #333;
  padding-right: 0;
  font-weight: 500;
  position: relative;
}

/* === Bayrak === */
.trp_language_switcher_shortcode .trp-flag-image {
  genişlik: 18px;
  yükseklik: auto;
  border-radius: 2px;
  margin-right: 6px;
}

/* === Hemen yanındaki açılır ok */
.trp_language_switcher_shortcode .trp-ls-shortcode-current-language a::after {
  content: "▾";
  font-size: 10px;
  renk: #555;
  margin-left: 4px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: middle;
}

/* === Açılır menü === */
.trp_language_switcher_shortcode .trp-ls-shortcode-language {
  position: absolute;
  üst: calc(100% + 6px);
  sol: 0;
  arka plan rengi: #fff;
  kenarlık: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  dolgu: 6px 0;
  z-indeksi: 999;
  display: none;
  min-width: 100%;
}

/* === Açılır menü girişleri === */
.trp_language_switcher_shortcode .trp-ls-shortcode-language a {
  display: flex;
  align-items: center;
  boşluk: 8px;
  padding: 6px 14px;
  renk: #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;
}

/* Görünürlüğü değiştir */
.trp_language_switcher_shortcode .trp-ls-shortcode-language.show {
  display: block !important;
}

.trp-language-switcher &gt; div {
    box-sizing: border-box;
    dolgu: 4px 20px 3px 13px;
    kenarlık: yok;
    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);
    arka plan boyutu: 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;
    boşluk: 10px;
    padding: 0;
    list-style: none;
  }

  .trp-ls-shortcode-language li {
    flex: 1 0 auto;
    width: auto; /* Veya örneğin 2 sütunlu görünüm için 45% */
    text-align: center;
  }
}