.hc-social-share-icons ul {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: inherit;
}

.hc-social-share-icons ul li {
  display: inline-flex;
}

.hc-social-share-icons ul li a {
  color: white;
  background-color: #ccc;
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-social-share-icons ul li a.facebook-f {
  background-color: #3b5998;
}

.hc-social-share-icons ul li a.x-twitter {
  background-color: #000;
}

.hc-social-share-icons ul li a.pinterest-p {
  background-color: #bd081c;
}

.hc-social-share-icons ul li a.linkedin-in {
  background-color: #0077b5;
}

.hc-social-share-icons ul li a.envelope {
  background: #333;
}

.hc-social-share-icons .share-label {
  font-weight: 600;
  font-size: 0.8rem;
}
