/* SOCIAL LINKS */

.social .block-title {
  display: none;
}

.social .menu.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
}

.social .menu.nav::after {
  display: none;
}

.social .instagram,
.social .facebook,
.social .tiktok,
.social a.tiff-app,
.social .youtube {
  display: flex;
  align-items: center;
}

.social a.tiff-app {
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
}

.social .no-text {
  font-size: 0;
}

/* ICONS */

.social a.tiff-app::before,
.social .instagram::before,
.social .facebook::before,
.social .tiktok::before,
.social .youtube::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}

.social a.tiff-app:hover,
.social a.tiff-app:hover::before,
.social .instagram:hover,
.social .instagram:hover::before,
.social .facebook:hover,
.social .facebook:hover::before,
.social .tiktok:hover,
.social .tiktok:hover::before,
.social .youtube:hover,
.social .youtube:hover::before {
  opacity: 75%;
}

.social a.tiff-app::before {
  mask-image: url(../../img/tiff-app.svg);
  -webkit-mask-image: url(../../img/tiff-app.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.social .instagram::before {
  mask-image: url(../../img/instagram.svg);
  -webkit-mask-image: url(../../img/instagram.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.social .facebook::before {
  mask-image: url(../../img/facebook.svg);
  -webkit-mask-image: url(../../img/facebook.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.social .tiktok::before {
  mask-image: url(../../img/tiktok.svg);
  -webkit-mask-image: url(../../img/tiktok.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.social .youtube::before {
  mask-image: url(../../img/youtube.svg);
  -webkit-mask-image: url(../../img/youtube.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}
