.wp-block-custom-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-custom-share-buttons .wp-block-social-link-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.wp-block-custom-share-buttons .wp-block-social-link-anchor:hover {
  opacity: 0.8;
}

.wp-block-custom-share-buttons .wp-block-social-link-anchor svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.wp-block-custom-share-buttons
  .wp-social-link-facebook
  .wp-block-social-link-anchor {
  background-color: #1877f2;
}

.wp-block-custom-share-buttons .wp-social-link-x .wp-block-social-link-anchor {
  background-color: #000;
}

.wp-block-custom-share-buttons
  .wp-social-link-linkedin
  .wp-block-social-link-anchor {
  background-color: #0a66c2;
}

.wp-block-custom-share-buttons
  .wp-social-link-email
  .wp-block-social-link-anchor {
  background-color: #6b7280;
}