.ml-social-share {
  display: flex;
  gap: 0.5em;
  margin: 0.2rem 0 2em;
  align-items: center;
}

.ml-social-share a,
.ml-social-share button {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
}

.ml-social-share svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.ml-social-share .share-twitter  { color: #1DA1F2; }
.ml-social-share .share-facebook { color: #1877F2; }
.ml-social-share .share-linkedin { color: #0A66C2; }
.ml-social-share .share-native   { color: #444; }

.ml-social-share a:hover,
.ml-social-share button:hover {
  opacity: 0.8;
}
