.custom-social-share {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(109.27deg, #AC59F6 10.59%, #653490 70.62%);
  background: linear-gradient(135.6deg, #1D9AAA 18.33%, #60AEBF 49.56%, #34839F 83.28%);
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px;
}

.custom-social-share .label {
  font-weight: 600;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 114%;
  letter-spacing: -0.01px;
}

.custom-social-share .social-icons {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.custom-social-share .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}



/* Responsive */
@media screen and (max-width: 767px) {
  .custom-social-share .label {
    font-weight: 400;
    font-size: 18px;
  }
} 