/* Ensure Font Awesome is loaded yes */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

.lgf-social-follow ul {
  float: right;
  display: flex;
  flex-direction: row;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
 
}

.lgf-social-follow a {
  float: right;
  font-family: "Font Awesome 6 Brands";
  font-size: 0;
  text-decoration: none;
  position: relative;
  display: block;
}

/* Hide the text but keep it accessible */
.lgf-social-follow a {
  font-size: 0; /* This hides the text */
}

.lgf-social-follow a:before {
  font-size: 24px; /* This shows the icon */
  display: block;
  
   
}

/* Optional hover transition */
.lgf-social-follow a:before {
  transition: opacity 0.3s ease;
}

.lgf-social-follow a:hover:before {
  opacity: 0.2;
}

/* Colors and icons for each platform */
.lgf-social-follow .facebook a:before { content: "\f39e"; color: #1877f2; }
.lgf-social-follow .xtwitter a:before { content: "\e61b"; color: #1da1f2; }
.lgf-social-follow .instagram a:before { content: "\f16d"; color: #e4405f; }
.lgf-social-follow .linkedin a:before { content: "\f0e1"; color: #0077b5; }
.lgf-social-follow .tiktok a:before { content: "\e07b"; color: #000000; }
.lgf-social-follow .threads a:before { content: "\e618"; color: #000000; }
.lgf-social-follow .bluesky a:before { content: "\e671"; color: #74c3ff; }
.lgf-social-follow .rss a:before { content: "\f09e"; color: #ff6600; }
.lgf-social-follow .behance a:before { content: "\f1b4"; color: #1769ff; }
.lgf-social-follow .youtube a:before { content: "\f167"; color: #ff0000; }
.lgf-social-follow .pinterest a:before { content: "\f0d2"; color: #e60023; }
.lgf-social-follow .vimeo a:before { content: "\f40a"; color: #1ab7ea; }
.lgf-social-follow .discord a:before { content: "\f392"; color: #5865f2; }
.lgf-social-follow .signal a:before { content: "\e663"; color: #3a76f0; }
.lgf-social-follow .telegram a:before { content: "\f2c6"; color: #0088cc; }
.lgf-social-follow .whatsapp a:before { content: "\f232"; color: #25d366; }