rc-share-button-container {
  text-align: center;
  display: block;
  max-width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid lightgray;
}
rc-share-button-container .squatch-share-btn.hidden {
  display: none;
}
rc-share-button-container .squatch-share-btn.mobile-only {
  display: none;
}
@media (max-width: 499px) {
  rc-share-button-container .squatch-share-btn.mobile-only {
    display: block;
  }
}
@media (max-width: 499px) {
  rc-share-button-container .squatch-share-btn.desktop-only {
    display: none;
  }
}