.tm-language-switcher {
  position: fixed;
  z-index: 99999;
  right: 18px;
  top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.tm-language-switcher label {
  margin: 0;
  color: #222;
  font-weight: 600;
}

.tm-language-switcher select {
  min-width: 148px;
  height: 32px;
  padding: 0 28px 0 9px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #fff;
  color: #111;
  font-size: 13px;
}

.tm-lang-ar .tm-language-switcher {
  right: auto;
  left: 18px;
  direction: rtl;
}

@media (max-width: 640px) {
  .tm-language-switcher {
    position: static;
    justify-content: center;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }
}
