/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./transfergo-blocks-src/src/footer-language-switcher/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Breakpoints are based on the theme.json file config file
 */
.footer-language-switcher {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  padding-block: 4.4rem;
  padding-inline: 2rem;
}
.footer-language-switcher__title.footer-language-switcher__title.footer-language-switcher__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-block: 0;
}
.footer-language-switcher__languages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  row-gap: 1.2rem;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  margin-block: 1.9rem 0;
  padding-left: 0;
}
.footer-language-switcher__language-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-decoration: none;
  color: var(--wp--preset--color--bw-900);
}
.footer-language-switcher__language-link img {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
}

@media (min-width: 768px) {
  .footer-language-switcher {
    padding-block: 3.8rem 4rem;
  }
  .footer-language-switcher__languages.footer-language-switcher__languages.footer-language-switcher__languages {
    margin-block: 2.3rem 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 2rem;
    -webkit-column-gap: 2.7rem;
       -moz-column-gap: 2.7rem;
            column-gap: 2.7rem;
  }
  .footer-language-switcher__language {
    position: relative;
  }
  .footer-language-switcher__language::before {
    content: "";
    position: absolute;
    background-color: #e9e9e9;
    height: 0.1rem;
    width: 100%;
    bottom: -1.1rem;
    left: 0;
    opacity: 1;
  }
  .footer-language-switcher__language:nth-child(3n)::before {
    content: none;
  }
  .footer-language-switcher__language:nth-last-child(-n+3)::before {
    width: 63%;
  }
  .footer-language-switcher__language-link {
    font-size: 1.4rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-language-switcher__language-link:hover {
    text-decoration: underline;
  }
  .footer-language-switcher__language-link img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (min-width: 1440px) {
  .footer-language-switcher {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .footer-language-switcher__title.footer-language-switcher__title.footer-language-switcher__title.footer-language-switcher__title {
    font-size: 15px !important;
  }
}

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