/* Ensure TikTok SVG in footer gets the same hover effect as other icons */
#footer .footer-social-media ul li a:hover .footer-social-svg {
  background-color: #d64521 !important;
  transition: all .3s ease-in-out;
}
