.share-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.share-icon:hover {
    transform: scale(1.2);
}
