/* small wrapper styles for the AddToAny icons */
.a2a-custom-buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.a2a-custom-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
