.social {
	display:none;
	
	position: fixed;
	top:70px;
	right:20px;
	
	background: rgba(230,230,230,0.6);
	backdrop-filter:blur(5px);
	padding: 10px 10px 10px 10px;
	border-radius:5px;
}

.social img {
	height:30px;
}

.social a {
	border-bottom: unset !important;
	line-height: 1em;
	height:30px;
	margin: 0 5px;
}

.social a.sbutton {
	padding:5px;
	border-radius:5px;
	background-color: var(--link-underline-hover-color);
	height:20px;
	font-weight: bold;
}

.social_php .block {
	display: flex;
	align-items: center;
}

.tiktok {
	background-color: white;
	border-radius:5px;
}