.wulove-social-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.wulove-social-icon-tiktok {
  -webkit-mask-image: url("social/tiktok.svg");
  mask-image: url("social/tiktok.svg");
}

.wulove-social-icon-youtube {
  -webkit-mask-image: url("social/youtube.svg");
  mask-image: url("social/youtube.svg");
}

footer [data-wpc-social],
footer [data-wulove-social] {
  flex: 0 0 auto;
}

footer [data-wpc-social][hidden],
footer [data-wulove-social][hidden] {
  display: none !important;
}
