    .jetpack-sharing-buttons__services-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0;
      list-style-type: none;
      margin: 5px;
      padding: 0
    }

    .jetpack-sharing-buttons__services-list.has-small-icon-size {
      font-size: 12px
    }

    .jetpack-sharing-buttons__services-list.has-normal-icon-size {
      font-size: 16px
    }

    .jetpack-sharing-buttons__services-list.has-large-icon-size {
      font-size: 24px
    }

    .jetpack-sharing-buttons__services-list.has-huge-icon-size {
      font-size: 36px
    }

    @media print {
      .jetpack-sharing-buttons__services-list {
        display: none !important
      }
    }

    .editor-styles-wrapper .wp-block-jetpack-sharing-buttons {
      gap: 0;
      padding-inline-start: 0
    }

    ul.jetpack-sharing-buttons__services-list.has-background {
      padding: 1.25em 2.375em
    }

    .wp-block-button__link {
      color: #fff;
      background-color: #32373c;
      border-radius: 9999px;
      box-shadow: none;
      text-decoration: none;
      padding: calc(.667em + 2px) calc(1.333em + 2px);
      font-size: 1.125em
    }

    .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
    }


    .maxbutton-1.maxbutton.maxbutton-refresh {
      position: relative;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      width: 90px;
      height: 30px;
      border: 2px solid #fff;
      border-radius: 4px;
      background-color: #41B06E;
      box-shadow: 0px 0px 2px 0px #333333
    }

    .maxbutton-1.maxbutton.maxbutton-refresh:hover {
      border-color: #fff;
      background-color: #0d7e3a;
      box-shadow: 0px 0px 2px 0px #333333
    }

    .maxbutton-1.maxbutton.maxbutton-refresh .mb-text {
      color: #ffffff;
      font-size: 15px;
      text-align: center;
      font-style: normal;
      font-weight: bold;
      line-height: 1em;
      box-sizing: border-box;
      display: block;
      background-color: unset;
      padding: 7px 0px 0px 0px;
      text-shadow: 0px 0px 0px #cc0000
    }

    .maxbutton-1.maxbutton.maxbutton-refresh:hover .mb-text {
      color: #fff;
      text-shadow: 0px 0px 0px #333333
    }
