.socials__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
}

.social-link:focus-visible {
  outline: 3px solid #1a73e8;
  outline-offset: 2px;
}

.social-link--facebook {
  background: #1877f2;
}

.social-link--instagram {
  background: #c13584;
}

.social-link--x {
  background: #000;
}

.social-link--linkedin {
  background: #0a66c2;
}

.social-link--youtube {
  background: #ff0000;
}

.social-link--threads {
  background: #000;
}

.social-link--bluesky {
  background: #0085ff;
}

.social-link--email {
  background: #6c757d;
}

.social-link--home {
  background: #4b6fda;
}