.custom-share-button {
  display: flex;
  align-items: center;
}
.custom-share-label {
  line-height: 1;
}
.custom-share-list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
  flex: 1;
}
@media screen and (max-width: 749px) {
  .custom-share-list {
    justify-content: space-between;
  }
}