.social-sharing-panel {
  align-items: center;
  display: flex;
}
.social-sharing-panel label {
  flex: none;
  margin: 0 8px 0 0;
}
.social-sharing-panel a {
  background-color: transparent;
  display: block;
  height: 40px;
  width: 40px;
}
.social-sharing-panel a svg {
  fill: #fff;
  height: 24px;
  margin: 8px;
  width: 24px;
}