.uw-share-widget {
  align-items: center;
  gap: .75rem;
  width: max-content;
  display: flex;
}

.uw-share-widget .label {
  color: #525252;
  font-size: 1.25rem;
}

.uw-share-widget .addtoany_list a {
  display: inline-flex;
}

.uw-share-widget .addtoany_list a:hover > span {
  opacity: 1;
}

.uw-share-widget .icon {
  background-color: var(--icon-color);
  color: var(--icon-text-color);
  border-radius: .3125rem;
  margin-inline-end: 0;
  padding: .375rem;
  font-size: 1.25rem;
  line-height: 1;
}

.uw-share-widget--un-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: var(--bs-primary) !important;
}

.uw-share-widget--absolute-black-75 > .addtoany_list > a > .a2a_svg[style] {
  background-color: #404040 !important;
}

.uw-share-widget--information-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: #0a5a82 !important;
}

.uw-share-widget--white > .addtoany_list > a > .a2a_svg[style] {
  background-color: #fff !important;
}

.uw-share-widget--darker-blue > .addtoany_list > a > .a2a_svg[style] {
  background-color: #1c4969 !important;
}

