.b-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.b-socials .b__item {
  margin: 0 1em 0 0;
}
.b-socials .b__item:last-child {
  margin-right: 0;
}
.b-socials .b__link {
  display: block;
  background: var(--color-black);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background 0.07s linear;
}
.b-socials .b__link--linkedin {
  width: 1.1667em;
  height: 1.0494em;
  -webkit-mask-image: url("/wp-content/themes/nod/static/images/icon-social-linkedin.svg") !important;
  mask-image: url("/wp-content/themes/nod/static/images/icon-social-linkedin.svg") !important;
}
.b-socials .b__link--youtube {
  width: 1.7222em;
  height: 1.3333em;
  -webkit-mask-image: url("/wp-content/themes/nod/static/images/icon-social-youtube.svg") !important;
  mask-image: url("/wp-content/themes/nod/static/images/icon-social-youtube.svg") !important;
}

.b-socials .b__link--tiktok {
  width: 1.7em;
  height: 1.3em;
  -webkit-mask-image: url("/wp-content/themes/nod/static/images/icon-social-tiktok.svg") !important;
  mask-image: url("/wp-content/themes/nod/static/images/icon-social-tiktok.svg") !important;
}

.b-socials .b__link:hover {
  background-color: #fff;
}
