.aurora-core-post-share{display:flex;flex-direction:row;column-gap:25px}.aurora-core-post-share.aurora-core-post-share-left{justify-content:flex-start}.aurora-core-post-share.aurora-core-post-share-center{justify-content:center}.aurora-core-post-share.aurora-core-post-share-right{justify-content:flex-end}.aurora-core-post-share-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#757575;background-color:#fff;border-radius:50%;transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out}.aurora-core-post-share-item:hover{background-color:#212529}.aurora-core-post-share-item svg{width:18px;fill:#757575;max-height:16px;transition:fill .25s ease-in-out;-webkit-transition:fill .25s ease-in-out}.aurora-core-post-share-item:hover svg{fill:#ffffff}body.rtl .aurora-core-post-share-item svg{transform:scaleX(-1);-webkit-transform:scaleX(-1)}