.social-share-buttons {}

.social-share-buttons ul > :not([hidden]) + :not([hidden]) {
    margin-left: 10px; 
}

.social-share-buttons a {
    --social-share-buttons-link-size: 20px;

    width: var(--social-share-buttons-link-size);
    height: var(--social-share-buttons-link-size);
}

.social-share-buttons img {
    max-width: 12px;
    max-height: 12px;
    filter: invert(1);
}