.social-links--wrapper {
  padding: 16px;
  position: fixed;
  z-index: 900;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.social-links--wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links--wrapper li {
  text-align: center;
}
.social-links--wrapper li + li {
  margin-top: 8px;
}

.social-links--wrapper a,
.social-links--wrapper a:active,
.social-links--wrapper a:focus {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 21, 41, 1);
  color: #fff;

  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social-links--wrapper .facebook a {
  background-color: rgb(8, 102, 255);
}
.social-links--wrapper .youtube a {
  background-color: rgb(255, 0, 0);
}
.social-links--wrapper .instagram a {
  background-color: rgb(198, 0, 142);
}
.social-links--wrapper .pinterest a {
  background-color: rgb(230, 0, 25);
}
.social-links--wrapper .tiktok a {
  background-color: rgb(70, 202, 225);
}
.social-links--wrapper .item a:hover {
  background-color: rgb(0, 21, 41);
}

.social-links--wrapper a svg {
  height: 24px;
  width: 24px;
  opacity: 1;
}
