
html body #MainContent share-button .share-button__button,
html body #MainContent share-button .share-button__button:hover,
html body #MainContent share-button .share-button__button:active,
html body #MainContent share-button .share-button__button:focus,
html body #MainContent share-button details[open] > .share-button__button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
html body #MainContent share-button .share-button__button:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: 4px;
}
