/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/blog-lang-switcher/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 992px) {
  .language__switcher-block-container {
    display: none;
  }
}

.language__switch-container-blog {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-left: auto;
  padding: 15px 0;
}
.language__switch-container-blog .language__switch-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 8px;
}
.language__switch-container-blog .language__switch-icon .globe {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.language__switch-container-blog .language__switch-icon svg {
  fill: #000 !important;
  transition: all 0.1s ease-out;
}
.language__switch-container-blog .language__switch-icon svg:nth-child(2) {
  fill: none !important;
  transition: all 0.1s ease-out;
}
.language__switch-container-blog .language__switch-icon svg:nth-child(2) path {
  stroke: #000 !important;
  transition: all 0.1s ease-out;
}
.language__switch-container-blog:hover .language__switch-icon {
  background: var(--wp--preset--color--da-blue-light) !important;
}
.language__switch-container-blog:hover .language__switch-icon svg.globe {
  fill: var(--wp--preset--color--da-blue) !important;
}
.language__switch-container-blog:hover .language__switch-icon svg.arrow {
  transform: rotate(180deg);
}
.language__switch-container-blog:hover .language__switch-icon svg.arrow path {
  stroke: var(--wp--preset--color--da-blue) !important;
}
.language__switch-container-blog .language__switch-dropdown {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  -moz-column-count: 2;
       column-count: 2;
  /* box_shadow */
  box-shadow: 0px 8px 30px 9px rgba(0, 0, 0, 0.08);
  z-index: 999;
}
.language__switch-container-blog .language__switch-dropdown a {
  display: block;
  color: #000;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 28px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  transition: all 0.1s ease-out;
}
.language__switch-container-blog .language__switch-dropdown a.active {
  color: var(--wp--preset--color--da-blue) !important;
}
.language__switch-container-blog .language__switch-dropdown a:hover {
  background: var(--wp--preset--color--da-blue-light);
  color: var(--wp--preset--color--da-blue) !important;
}
.language__switch-container-blog.active svg {
  fill: #fff !important;
}
.language__switch-container-blog.active svg:nth-child(2) {
  fill: none !important;
}
.language__switch-container-blog.active svg:nth-child(2) path {
  stroke: #fff !important;
}
.language__switch-container-blog.active .language__switch-dropdown {
  display: block;
}

.language-switch-container-footer {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  flex-wrap: wrap;
}
.language-switch-container-footer a {
  color: var(--wp--preset--color--da-white-off);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 15px;
  margin-right: 5px;
  line-height: normal;
  transition: all 0.1s ease-out;
}
.language-switch-container-footer a.active, .language-switch-container-footer a:hover {
  color: var(--wp--preset--color--da-white);
}
.language-switch-container-footer a:hover {
  background: #182026;
  border-radius: 8px;
}
.language-switch-container-footer a:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .language-switch-container-footer a {
    font-size: 14px;
  }
}

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