.shareButtons{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.shareButtons__button{text-decoration: none;-webkit-transition: .2s opacity;transition: .2s opacity;border: none;color: unset;max-width: calc(100%/3);padding: 0 .5rem}.shareButtons__button:first-child{padding-left: 0}.shareButtons__button:last-child{padding-right: 0}.shareButtons__button:hover{opacity: .75}.shareButtons__button svg{max-width: 100%}