.component_share-title {
  text-align: center;
  font-size: 1.4rem;
}

.component_share-container {
  display: flex;
  justify-content: center;
  gap: 8rem;
  margin-top: 4rem;
}

.component_share-container__item {
  position: relative;
}
.component_share-container__item:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4rem;
  translate: -50%;
  width: 1px;
  background-color: var(--custom_style_color_gray);
}

.component_share-container__item__link {
  display: grid;
  grid-template-columns: 2.2rem auto;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/*# sourceMappingURL=component-share.css.map */
