/* Axion v2.0.22a — public footer social profiles */
.ax-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
  align-items:center;
}
.ax-social-links .ax-social-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:7px 12px 7px 8px;
  border:1px solid rgba(235,93,255,.22);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  color:#f6edff;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.ax-social-links .ax-social-link:hover,
.ax-social-links .ax-social-link:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(245,63,232,.62);
  background:linear-gradient(135deg,rgba(146,28,255,.18),rgba(255,0,184,.12));
  box-shadow:0 10px 28px rgba(182,26,255,.12),inset 0 1px 0 rgba(255,255,255,.08);
  outline:none;
}
.ax-social-mark{
  width:26px;
  height:26px;
  border-radius:9px;
  display:inline-grid;
  place-items:center;
  flex:0 0 26px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.06em;
  color:white;
  background:linear-gradient(135deg,#9c2cff,#f600c9);
  box-shadow:0 6px 18px rgba(186,27,255,.2);
}
.ax-social-label{white-space:nowrap}
@media (max-width:640px){
  .ax-social-links{gap:8px;margin-top:16px}
  .ax-social-links .ax-social-link{min-height:36px;padding-right:10px}
}
@media (prefers-reduced-motion:reduce){
  .ax-social-links .ax-social-link{transition:none}
}
