/**
 * "Share This" icon buttons.
 *
 * Restores the colored square-button look the legacy sharethis widget used
 * to render (via a third-party script), now applied to real <a> links so
 * the buttons stay keyboard accessible.
 */
.sharethis-wrapper.social-media-list ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sharethis-wrapper.social-media-list li {
  margin: 0 !important;
  font-size: inherit;
}

.sharethis-wrapper.social-media-list .st-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  text-decoration: none;
}

.sharethis-wrapper.social-media-list .st-share-link .linkicon__icon {
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
}

.sharethis-wrapper.social-media-list .st-share-link--facebook {
  background-color: #3b5998;
}

.sharethis-wrapper.social-media-list .st-share-link--twitter {
  background-color: #55acee;
}

.sharethis-wrapper.social-media-list .st-share-link--email {
  background-color: #999999;
}

.sharethis-wrapper.social-media-list .st-share-link--linkedin {
  background-color: #0077b5;
}

.sharethis-wrapper.social-media-list .st-share-link:focus-visible {
  outline: 2px solid #003865;
  outline-offset: 2px;
}
