.easyshare-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.easyshare-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  transition: filter 0.2s ease-in-out;
}

.easyshare-buttons a:hover {
  filter: brightness(90%);
}

.easyshare-buttons a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* Social Media Brand Colors */
.easyshare-buttons .easyshare-facebook { background-color: #1877F2; }
.easyshare-buttons .easyshare-twitter { background-color: #000000; }
.easyshare-buttons .easyshare-linkedin { background-color: #0077B5; }
.easyshare-buttons .easyshare-whatsapp { background-color: #25D366; }
.easyshare-buttons .easyshare-reddit { background-color: #FF4500; }
.easyshare-buttons .easyshare-telegram { background-color: #26A5E4; }
.easyshare-buttons .easyshare-email { background-color: #777777; }
.easyshare-buttons .easyshare-tumblr { background-color: #35465C; }
.easyshare-buttons .easyshare-pinterest { background-color: #E60023; }
.easyshare-buttons .easyshare-xing { background-color: #026466; }
.easyshare-buttons .easyshare-vk { background-color: #4680C2; }
.easyshare-buttons .easyshare-line { background-color: #00C300; }
.easyshare-buttons .easyshare-buffer { background-color: #111111; }