.s4-share-this-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 6px;
    line-height: 1.4;
}

.s4-share-this-page .s4-share-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.s4-share-this-page .s4-share-link:hover {
    color: inherit;
}

.s4-share-this-page .s4-share-separator {
    color: inherit;
    user-select: none;
}
