.share-post-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.share-icon {
    display: inline-block;
    transition: transform 0.3s;
	position: relative;
	cursor: pointer;
}

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

.share-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.span_message{
	display: none;
	color: #45132E;
    font-size: 10px;
    position: absolute;
    bottom: 4px;
    width: max-content;
    left: 26px;
}