

/* Start:/local/custom_interface/language_switcher/switcher.css?17751261441319*/
.language-dropdown-item {
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  background: #fff;
  transition: background 0.2s;
  cursor: pointer;
}

.language-dropdown-item:hover {
  background: #f4f6f8;
}

.language-dropdown-item + .language-dropdown-item {
  border-top: 1px solid #f0f0f0;
}

#language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  overflow: hidden;
  z-index: 9999 !important; /* Экстремально высокий z-index */
}

/* Принудительно разрешаем выход за пределы родителя на всех уровнях вложенности */
#language-switcher-section, 
#language-switcher-section *,
.ui-popupcomponentmaker__content,
.ui-popupcomponentmaker__content--section,
.ui-popupcomponentmaker__content--section-item {
  overflow: visible !important;
}

.intranet-avatar-widget-secondary-tool__wrapper[data-id="language-switcher"] {
  position: relative !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Стили для индикатора загрузки */
.language-loading {
  opacity: 0.5;
  pointer-events: none;
}

/* End */
/* /local/custom_interface/language_switcher/switcher.css?17751261441319 */
