/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/share/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.social-share {
  align-items: center;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  position: relative;
}
.social-share button {
  background: none;
  border: none;
  color: currentColor;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.social-share button span {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  padding-left: 5px;
}
.social-share svg {
  width: 24px;
  display: block;
}
.social-share svg path {
  fill: currentColor;
}
.social-share .share-holder .item {
  padding: 7px 0;
  color: currentColor;
}
.social-share .share-holder .item a {
  display: flex;
  color: currentColor;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  align-items: center;
  justify-content: center;
}
.social-share .share-holder .item.download-image a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: auto;
}
.social-share .share-holder .item.download-image a span {
  font-size: 1rem;
}
.social-share .share-holder > * {
  display: block;
}
.social-share.alignright {
  justify-content: end;
}
.social-share.alignright .share-holder {
  left: auto;
  right: 0;
}
.social-share.aligncenter {
  justify-content: center;
}
.social-share.aligncenter .share-holder {
  left: 50%;
  right: 0;
  transform: translateX(-50%);
}
.social-share .close-share,
.social-share .toggle-share {
  background: none;
  padding: 5px;
  border: none;
  cursor: pointer;
  color: currentColor;
}
.social-share .close-share svg,
.social-share .toggle-share svg {
  max-width: 100%;
}
.social-share .toggle-share {
  color: currentColor;
}
.social-share .toggle-share svg path {
  fill: currentColor;
}
.social-share .close-share {
  width: 100%;
  padding: 5px 10px;
}
.social-share .close-share .open {
  display: none;
}
.social-share.closed .close-share .open {
  display: inline-block;
}
.social-share.closed .close-share .close {
  display: none;
}
.social-share.active .share-holder {
  display: flex;
}
.social-share.fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  border-radius: 6px 0 0 6px;
  z-index: 20;
  -moz-column-gap: 0;
       column-gap: 0;
}
.social-share.fixed .thumb {
  width: 306px;
  transition: all 0.5s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.social-share.fixed .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 290px;
  max-height: 178px;
}
.social-share.fixed .share-holder {
  padding: 1rem;
  flex-direction: column;
}
.social-share.fixed.closed .thumb {
  width: 0;
  overflow: hidden;
}

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