/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/share/src/share.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/share/src/share.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-share {
  --text-color: var(--white);
  padding: 1rem;
  background: var(--theme-purple-500);
}
.twz-share ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  padding: 0;
}
@media (max-width: 767px) {
  .twz-share ul {
    flex-direction: row;
  }
}
.twz-share ul .twz-share__item {
  list-style: none;
  margin: 0;
}
.twz-share ul .twz-share__item a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.twz-share ul .twz-share__item a svg {
  width: 3rem;
  height: 3rem;
}
.twz-share ul .twz-share__item a:hover svg path,
.twz-share ul .twz-share__item a:hover svg polygon {
  fill: var(--cyan-500);
}
@media (max-width: 767px) {
  .twz-share ul .twz-share__item a:hover svg path,
  .twz-share ul .twz-share__item a:hover svg polygon {
    fill: var(--share-mobile-hover, var(--blue-800));
  }
}
