@charset "UTF-8";
ul.share-buttons {
  list-style: none;
  padding: 0;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem; }

ul.share-buttons li {
  display: inline;
  font-size: 1.4em;
  margin-left: .2rem;
  margin-right: .2rem;
  font-weight: 500; }

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* Smartphones (portrait and landscape) ————— */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  ul.share-buttons li {
    font-size: 1.1em; } }
