/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.footer-redesign-social-links[data-v-f8b80587] {
  padding: 0px;
  display: inline-block;
  margin-top: 0px;
  list-style: none;
  white-space: nowrap;
}
.footer-redesign-social-links .footer-redesign-social-link[data-v-f8b80587] {
  display: inline-block;
  margin-left: 24px;
}
.footer-redesign-social-links .footer-redesign-social-link[data-v-f8b80587]:first-child {
  margin-left: 0px;
}
.footer-redesign-social-links .footer-redesign-social-link__logo[data-v-f8b80587] {
  width: 28px;
  height: 28px;
  transition: filter 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-redesign-social-links .footer-redesign-social-link__logo.-invert[data-v-f8b80587] {
  filter: invert(1);
}
.footer-redesign-social-links .footer-redesign-social-link__logo.-invert[data-v-f8b80587]:hover {
  filter: invert(1) brightness(0.75);
}
.footer-redesign-social-links .footer-redesign-social-link__logo[data-v-f8b80587]:not(.-invert):hover {
  opacity: 0.6;
}