.ma-social-icons-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.ma-social-icons-wrapper a span.socials-icon-stack {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ma-social-icons-wrapper a svg.socials-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex-shrink: 0;
}

.fl-module-content .am_social_follow_pack a{
  text-decoration: none !important;
}

#ast-mobile-popup.content-align-flex-end .social-icons-block  {
  text-align: right;
}


#ast-mobile-popup.content-align-center .social-icons-block  {
  text-align: center;
}

#ast-mobile-popup.content-align-flex-start .social-icons-block  {
  text-align: left;
}