.x-share-button {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 16px;
border: none;
border-radius: 8px;
padding: 8px 8px;
width: 150px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
text-decoration: none;
}

.x-share-button img {
width: 18px;
height: 18px;
margin-right: 10px;
}
