/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/share/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background: #000;
  color: #fff;
}

.share__icon__fill {
  fill: #2D1592;
}

.share__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: var(--wp--preset--font-family--noka);
  font-size: 20px;
  line-height: 1.5;
  color: #2D1592;
  margin-top: 0;
  margin-bottom: 30px;
}
.share__title::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgdmlld0JveD0iMCAwIDMxIDMyIgogICB2ZXJzaW9uPSIxLjEiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGgKICAgICBkPSJNIDAsMCBWIDMyIEMgNy4wNDE0ODY2LDMyIDEzLjAxMDkwNSwyNy40NTEwNTEgMTUuMTQ4NDM4LDIxLjEzNDc2NiAxNS4wOTY5NjgsMjEuMjg2ODcyIDE1LjA1NTg4OSwyMS40NDM3NDIgMTUsMjEuNTkzNzUgViAzMiBDIDIzLjg0LDMyIDMxLDI0Ljg0IDMxLDE2IDMxLDcuMTYgMjMuODQsMCAxNSwwIFYgMTAuNDE3OTY5IEMgMTIuNzM1ODU2LDQuMzMyNzgxNCA2Ljg3NjE2NjUsMCAwLDAgWiIKICAgICBmaWxsPSIjMkQxNTkyIiAvPgo8L3N2Zz4K);
  background-size: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-flex;
  width: 40px;
  height: 24px;
}

.share__actions-list,
.share__social-list {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.share__button,
.share__link {
  display: flex;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.share__button:hover .share__icon__fill, .share__button:focus-within .share__icon__fill, .share__button:focus .share__icon__fill,
.share__link:hover .share__icon__fill,
.share__link:focus-within .share__icon__fill,
.share__link:focus .share__icon__fill {
  fill: #612dfa;
}

.share__icon {
  display: flex;
  width: 100%;
  height: 100%;
}

#share-copy-wrapper {
  position: relative;
}

#share-tooltip-element {
  position: absolute;
  top: -35px;
  left: -11px;
  z-index: 5;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  max-width: 200px;
  background-color: var(--wp--preset--color--primary);
  box-shadow: var(--shadow-md);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  transition: opacity 0.2s, visibility 0.2s;
}
#share-tooltip-element.tooltip-hidden {
  opacity: 0;
  visibility: hidden;
}

#share-tooltip-element::before {
  left: calc(50% - 6px);
}

#share-tooltip-element::before {
  bottom: -6px;
  transform: translateX(0) rotate(-45deg);
}

@supports (clip-path: inset(50%)) {
  #share-tooltip-element::before {
    /* tooltip triangle  */
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary);
    border: inherit;
    width: 12px;
    height: 12px;
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@media (min-width: 768px) {
  .share__title {
    font-size: 30px;
    line-height: 36px;
  }
  .share__actions-list,
  .share__social-list {
    gap: 30px;
  }
}

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