/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/langsDropdown/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.uni_langs_list {
  position: relative;
}
.uni_langs_list .uni_lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0.5rem;
}
.uni_langs_list .uni_lang img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.uni_langs_list .uni_langs__dropdown {
  max-height: 0;
  overflow-y: hidden;
  position: absolute;
  opacity: 0;
  z-index: 50;
  transition: 0.3s max-height, 0.3s opacity;
}
.uni_langs_list .uni_langs__dropdown a {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s opacity;
}
.uni_langs_list .uni_langs__dropdown a:hover {
  opacity: 0.75;
}
.uni_langs_list .uni_langs__dropdown_active {
  max-height: 960px;
  opacity: 1;
  transition: 0.3s max-height, 0.3s opacity;
}

/*# sourceMappingURL=style-index.css.map*/