.footer-social-link.tiktok svg {
  color: #25f4ee;
  filter: drop-shadow(1px 0 0 #fe2c55);
}

.footer-address-link {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: fit-content;
}

.footer-address-link > svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #ef4444;
}

.footer-address-link > span {
  display: inline !important;
}
