/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/components/footer/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
footer.wp-block-components-footer {
  background: linear-gradient(rgb(42, 42, 42), rgb(0, 0, 0));
  position: relative;
  justify-content: center;
  display: grid;
  padding: 32px;
  border-radius: 32px;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 860px) {
  footer.wp-block-components-footer {
    margin-bottom: 0px;
  }
}
footer.wp-block-components-footer {
  overflow: hidden;
}
footer.wp-block-components-footer .footer-signature {
  position: absolute;
  display: flex;
  gap: 10px;
  bottom: 0;
  right: 0;
  z-index: 0;
  left: 0;
  justify-content: center;
}
footer.wp-block-components-footer .wrapper {
  z-index: 1;
  position: relative;
  display: grid;
  gap: 32px;
}
footer.wp-block-components-footer .wrapper .wp-block-site-logo {
  justify-content: center;
  align-items: center;
  display: grid;
}
footer.wp-block-components-footer .wrapper .site-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  color: white !important;
  gap: 10px;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper {
  display: flex;
  color: white;
  justify-content: center;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper li {
  list-style: none;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper li a {
  padding: 9px 16px;
  position: relative;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, #ffbc03, transparent);
  mask: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  transition: width 0.3s ease-in-out;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper li a:hover::after {
  width: 100%;
}
footer.wp-block-components-footer .wrapper .footer-links-wrapper li:not(:first-child) {
  border-left: 1px solid rgb(86, 86, 86);
}
footer.wp-block-components-footer .wrapper .footer-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
footer.wp-block-components-footer .wrapper .footer-wrapper > .wp-block-paragraph {
  color: white;
}
footer.wp-block-components-footer .wrapper .footer-wrapper > .wp-block-ui-custom-button {
  padding-right: 10px;
}
footer.wp-block-components-footer .wrapper .wp-block-ui-company-footer {
  color: white;
  display: flex;
  gap: 16px;
  justify-content: center;
}
footer.wp-block-components-footer .wrapper .wp-block-ui-company-footer span {
  color: rgb(166, 166, 166);
}
footer.wp-block-components-footer .wrapper .wp-block-ui-company-footer .signature {
  display: flex;
  gap: 10px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 550px) {
  footer.wp-block-components-footer .wrapper .footer-links-wrapper {
    display: grid;
    width: 100%;
    justify-content: unset;
  }
  footer.wp-block-components-footer .wrapper .footer-links-wrapper li:not(:first-child) {
    border-left: unset;
    border-top: 1px solid rgb(86, 86, 86);
  }
  footer.wp-block-components-footer .wrapper .footer-links-wrapper li {
    width: 100%;
    padding: 9px 0px;
  }
  footer.wp-block-components-footer .wrapper .footer-wrapper .wp-block-ui-custom-button {
    width: 100%;
  }
  footer.wp-block-components-footer .wrapper .wp-block-ui-company-footer {
    display: grid;
    justify-content: center;
    align-items: center;
  }
}
