@keyframes spinner-animation {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.bds-social-sharing {
  position: relative
}
.bds-social-sharing__button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0
}
.bds-social-sharing .bds-block-hidden {
  display: none
}
.bds-social-sharing__addtoany {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  max-width: 100vw;
  padding: 1rem;
  background: #fff;
  border-radius: .25rem;
  box-shadow: 0 4px 6px -2px rgba(0,0,0,.04),0 10px 15px -3px rgba(0,0,0,.08)
}
.bds-social-sharing__box-links {
  display: flex
}
.bds-social-sharing__box-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  line-height: 0;
  cursor: pointer
}
.bds-social-sharing__box-title {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  color: #0046ad;
  text-align: center
}
