.wp-block-social-links .wp-block-social-link:hover {
  transform: none;
}

.wp-block-social-links .wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--background);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover {
  background-color: var(--wp--preset--color--background) !important;
  border-color: var(--wp--preset--color--background) !important;
  color: #6a7469 !important;
}
