.share-block:not(:first-child) .share-block__title {
  padding-block-start: var(--wdg-gap-xsmall);
}
.share-block__title {
  border-bottom: 1px solid var(--wdg-color-screen);
  margin-block-end: var(--wdg-gap-xsmall);
  padding-block-end: var(--wdg-gap-xsmall);
}
.share-block__list {
  display: flex;
  gap: var(--wdg-gap-2xsmall);
  list-style: none;
  margin: var(--wdg-gap-small) 0;
  padding: 0;
}
.share-block__item {
  margin: 0;
}
.share-block__link {
  align-items: center;
  background-color: var(--wdg-color-button-background);
  border: 1px solid var(--wdg-color-button-background);
  border-radius: 50%;
  color: var(--wdg-color-button-text);
  display: flex;
  height: clamp(2rem, 1.57vw + 1.62rem, 3.5rem);
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0.5em;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
  width: clamp(2rem, 1.57vw + 1.62rem, 3.5rem);
}
.share-block__link:hover {
  background-color: var(--wdg-color-button-background-hover);
  color: var(--wdg-color-button-background);
}
.share-block__icon-wrap {
  display: flex;
  margin: auto;
}
.share-block svg {
  height: clamp(1rem, 0.52vw + 0.87rem, 1.5rem);
  width: clamp(1rem, 0.52vw + 0.87rem, 1.5rem);
}

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