.gourmet-core-post-share{display:flex;flex-direction:row;column-gap:25px}.gourmet-core-post-share.gourmet-core-post-share-left{justify-content:flex-start}.gourmet-core-post-share.gourmet-core-post-share-center{justify-content:center}.gourmet-core-post-share.gourmet-core-post-share-right{justify-content:flex-end}.gourmet-core-post-share-item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#757575;background-color:#fafafa;border-radius:50%;transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out}.gourmet-core-post-share-item:hover{background-color:#3f635d}.gourmet-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}.gourmet-core-post-share-item:hover svg{fill:#ffffff}body.rtl .gourmet-core-post-share-item svg{transform:scaleX(-1);-webkit-transform:scaleX(-1)}