.footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"],
.footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(244, 241, 234, 0.18);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  text-decoration-color: transparent;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"]:hover,
.footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"]:hover {
  border-color: rgba(244, 241, 234, 0.34);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"]::before,
.footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"]::before {
  content: "";
  display: block;
  width: 1.08rem;
  height: 1.08rem;
  background: currentColor;
}

.footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"]::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .5C5.65.5.5 5.65.5 12c0 5.1 3.3 9.4 7.9 10.9.6.1.8-.25.8-.57v-2c-3.2.7-3.9-1.38-3.9-1.38-.53-1.32-1.28-1.67-1.28-1.67-1.04-.72.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.03 1.75 2.7 1.24 3.36.95.1-.74.4-1.24.73-1.53-2.56-.29-5.26-1.28-5.26-5.7 0-1.26.45-2.29 1.18-3.1-.12-.29-.51-1.47.11-3.06 0 0 .97-.31 3.17 1.18.92-.26 1.9-.38 2.88-.39.98 0 1.96.13 2.88.39 2.2-1.49 3.16-1.18 3.16-1.18.63 1.59.24 2.77.12 3.06.74.81 1.18 1.84 1.18 3.1 0 4.43-2.7 5.4-5.27 5.69.41.36.78 1.07.78 2.16v3.2c0 .32.21.69.8.57 4.6-1.53 7.9-5.82 7.9-10.9C23.5 5.65 18.35.5 12 .5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"]::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.34V9h3.42v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.32 7.43a2.06 2.06 0 1 1 0-4.12 2.06 2.06 0 0 1 0 4.12Zm1.78 13.02H3.54V9H7.1v11.45ZM22.23 0H1.76C.79 0 0 .77 0 1.73v20.54C0 23.23.79 24 1.76 24h20.47c.97 0 1.77-.77 1.77-1.73V1.73C24 .77 23.2 0 22.23 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@supports not (mask: url("")) {
  .footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"]::before {
    content: "GH";
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.68rem;
    font-weight: 800;
  }

  .footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"]::before {
    content: "in";
    width: auto;
    height: auto;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 800;
  }
}

@media (max-width: 700px) {
  .footer-links a[href="https://github.com/ai-atlas-project/ai-atlas"],
  .footer-links a[href="https://www.linkedin.com/in/astzhalkouski/"] {
    width: 2rem;
    height: 2rem;
  }
}
