/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/resources/blocks/footer-menu/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.mt-footer-menu {
  max-width: 228px;
}
@media screen and (max-width: 800px) {
  .mt-footer-menu {
    max-width: 100%;
    width: 100%;
  }
}
.mt-footer-menu__title {
  color: var(--wp--preset--color--mt-title-inverted, #FFF);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.mt-footer-menu__title:before, .mt-footer-menu__title:after {
  width: 6px;
  height: 2px;
  background: var(--wp--preset--color--mt-title-inverted, #fff);
  position: absolute;
  top: 22px;
  right: 0;
  transition: transform 0.25s ease;
  will-change: transform;
  pointer-events: none;
}
.mt-footer-menu__title:before {
  transform: rotate(45deg);
  right: 4px;
}
.mt-footer-menu__title:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .mt-footer-menu__title {
    position: relative;
    padding: 12px 0;
  }
}
@media screen and (min-width: 801px) {
  .mt-footer-menu__content {
    display: block !important;
  }
}
.mt-footer-menu__list {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .mt-footer-menu__list {
    margin: 8px 0;
  }
}
.mt-footer-menu__list .wp-block-navigation-item {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--wp--preset--color--mt-text-inverted, #FFF);
}
.mt-footer-menu__list .wp-block-navigation-item a, .mt-footer-menu__list .wp-block-navigation-item span, .mt-footer-menu__list .wp-block-navigation-item div {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .mt-footer-menu--is-mobile-accordion .mt-footer-menu__title:before, .mt-footer-menu--is-mobile-accordion .mt-footer-menu__title:after {
    content: "";
  }
  .mt-footer-menu--is-mobile-accordion .mt-footer-menu__content {
    display: none;
  }
  .mt-footer-menu--accordion-opened .mt-footer-menu__title:before {
    transform: rotate(-45deg);
  }
  .mt-footer-menu--accordion-opened .mt-footer-menu__title:after {
    transform: rotate(45deg);
  }
}

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