aside#sidebar .widget.widget-social .social-foo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}

aside#sidebar .widget.widget-social .social-foo li {
  margin: 0;
  list-style: none;
}

aside#sidebar .widget.widget-social .social-foo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  color: #323232;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

aside#sidebar .widget.widget-social .social-foo a:hover,
aside#sidebar .widget.widget-social .social-foo a:focus {
  text-decoration: none;
}

aside#sidebar .widget.widget-social .social-foo a.c-twitter:hover,
aside#sidebar .widget.widget-social .social-foo a.c-twitter:focus {
  color: #666;
}

aside#sidebar .widget.widget-social .social-foo .c-facebook:hover::before,
aside#sidebar .widget.widget-social .social-foo .c-facebook:focus {
  color: #3b5998;
}

aside#sidebar .widget.widget-social .social-foo .c-threads:hover,
aside#sidebar .widget.widget-social .social-foo .c-threads:focus {
  color: #555;
}

aside#sidebar .widget.widget-social .social-foo .c-bluesky:hover,
aside#sidebar .widget.widget-social .social-foo .c-bluesky:focus {
  color: #006aff;
}
