/* Social icon hover — match page background */
.social-icons a:hover {
  background-color: #f5f5f0;
}

@media (prefers-color-scheme: dark) {
  .social-icons a:hover {
    background-color: #20212b;
  }
}

.social-icons a.social-icon-hf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}

.social-icons a.social-icon-hf img {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}
