/*
 Theme Name: Hello Child
 Theme URI: https://example.com
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-child
*/
/* Обнуляем список и делаем в одну строку */
.elementor-shortcode {
  text-align: right;
}

.elementor-shortcode > li.lang-item{
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
}

/* Сепараторы */
.elementor-shortcode > li.lang-item:not(:last-child)::after{
  content:" │ ";
  margin:0 4px;
}

/* Скрываем флаги и исходные названия */
.elementor-shortcode > li.lang-item img,
.elementor-shortcode > li.lang-item a > span{
  display:none !important;
}

/* Подставляем короткие коды */
.elementor-shortcode > li.lang-item-en a::after{ content:"En"; }
.elementor-shortcode > li.lang-item-fi a::after{ content:"Fi"; }
.elementor-shortcode > li.lang-item-ru a::after{ content:"Ru"; }


/* Активный — жирным */
.elementor-shortcode > li.lang-item.current-lang a{
  font-weight:600;
  text-decoration:none;
  opacity:1;
}

/* Общий вид ссылок */
.elementor-shortcode > li.lang-item a{
  text-decoration:none;
  opacity:.85;
}
.elementor-shortcode > li.lang-item a:hover{ opacity:1; }
