.share-container {
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}
.share-title {
    color: #FFFFFF;
    font-family: "Golos", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16.4px;
}
.share-black .share-title {
	color: #111;
}
.share-container ul.share-list {
  display: flex;
  gap: 19px;
  padding-left: 6px;
  list-style: none;
}
.single-news .share-container {
  flex-direction: column;
}
.single-news .share-list {
  margin: 0;
}
.share-item {
	cursor: pointer;
	position: relative;
	list-style: none !important;
  margin: 0 !important;
}
.share-link {
    display: flex;
}
.share-link:hover svg {
    transform: scale(1.1);
}
.share-link svg {
    background-color: #fff;
    transition: .15s ease-in-out;
    height: 32px;
    border-radius: 50%;
}
.tooltiptext {
	display: none;
  font-family: Golos, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top: -5px;
  white-space: nowrap;
  background: #000000bd;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  right: -126px;
}