.article-share{gap:10px;font-size:12px;color:var(--muted)}.article-share,.share-icons{display:flex;align-items:center}.share-icons{gap:8px}.share-icons button{width:28px;height:28px;border-radius:50%;background:var(--white);border:0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text);flex-shrink:0;transition:background .2s ease}.share-icons button:hover{background:var(--peach)}.share-icons button img{width:14px;height:14px;object-fit:contain}@media(max-width:600px){.article-share{width:100%;justify-content:space-between}}