.bastet-post-share { display: flex; flex-wrap: wrap; align-items: center; .bastet-social-share { display: flex; flex-wrap: wrap; align-items: center; margin-top: -5px; } .text { font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; margin-right: 60px; color: $color__entry-meta-color; &:before { content: ""; width: 28px; height: 1px; position: absolute; border-bottom: 1px solid $link-color; opacity: 0.2; left: 60px; top: 1px; bottom: 0; margin: auto; } } .bastet-share-btn { padding: 4px 8px; svg { width: 14px; height: 14px; fill: $link-color; } } }