.socials a {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  transition: transform .2s ease, filter .2s ease;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-3px) scale(1.06);
  filter: brightness(1.15);
  outline: 2px solid #f0aa20;
  outline-offset: 2px;
}

.social-instagram {
  background: radial-gradient(circle at 68% 68%, #ffd36a 0 12%, #e3317a 38%, #8c42c5 66%, #3849a4 100%) !important;
}

.social-instagram::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.social-instagram::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 7px -7px 0 -3px #fff;
}

.social-youtube {
  background: #f20d18 !important;
  border-radius: 12px !important;
}

.social-youtube span {
  margin-left: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.social-tiktok {
  background: #080808 !important;
  border: 1px solid #333;
}

.social-tiktok span {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  text-shadow: -2px 0 #25f4ee, 2px 1px #fe2c55;
}

.pwa-footer-link {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid #9a6412;
  border-radius: 8px;
  background: #0b0a08;
  color: #f6bd4a;
  text-decoration: none;
  font: 700 14px "Barlow Condensed", Arial, sans-serif;
  letter-spacing: .5px;
}

.pwa-footer-link:hover,
.pwa-footer-link:focus-visible {
  background: #efa91c;
  color: #161009;
}
