/* Base Style for Social Buttons */
#social-buttons a {
  display: inline-block;
  margin: 0 0.125em;
  font-size: 2.25em;
  line-height: 1;
  list-style: none;
  transition: transform 0.3s ease;
}

#social-buttons a:hover {
  transform: scale(1.1);
}

/* Platform-Specific Colors */
.fa-facebook,
.fa-facebook-square {
  color: #3b5998;
}

.fa-twitter,
.fa-square-twitter {
  color: #1da1f2;
}

.fa-x-twitter,
.fa-square-x-twitter {
  color: #000000;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-telegram {
  color: #0088cc;
}

.fa-whatsapp,
.fa-square-whatsapp {
  color: #25d366;
}

.fa-reddit {
  color: #ff4500;
}

.fa-hacker-news {
  color: #ff6600;
}

.fa-vk {
  color: #45668e;
}

.fa-pinterest {
  color: #e60023;
}

.fa-get-pocket {
  color: #ef4056;
}

.fa-evernote {
  color: #2dbe60;
}

.fa-skype {
  color: #00aff0;
}

.fa-xing,
.fa-square-xing {
  color: #006567;
}

.fa-share {
  color: #1977d4;
}

.fa-envelope {
  color: #d44638;
}
