.share-article-buttons {
margin: 20px 0;
display: flex;
gap: 15px;
align-items: center;
}
.share-link {
display: flex;
align-items: center;
text-decoration: underline;
color: #000;
font-size: 15px;
font-weight: normal;
cursor: pointer;
position: relative;
}
.icon-circle {
width: 24px;
height: 24px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.icon-circle img {
width: 18px;
height: 18px;
}