.image-wrapper {
    position: relative;
} 

.post-views {
    font-size: 14px;
	z-index: 3;
	padding: 0.25rem;
	margin: 0;
	color: black;
	background: rgb(255, 255, 255, 0.8);
	font-size: 0.8rem;
	border-radius: 0.3rem;
}

.shareButton {
	z-index: 3;
	padding: 0.33rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	margin: 0;
	color: black;
	background: rgb(255, 255, 255, 0.8);
	font-size: 0.8rem;
	border-radius: 50%;
}

.post-infos {
	position: absolute;
	right: 0.3rem;
	bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	column-gap: 0.3rem;
}

.shareButton {
    cursor: pointer;
}

.shareButton:hover {
	color: rgb(40, 109, 213);
	transition: .4s;
}