.wp-block-social-links li svg {
	color: firebrick;
	fill: #fff;
	width: 35px;
	height: 35px;
}
.enemad {
	position: relative;
}
.enemad::after {
	content: "فاقد اعتبار";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
	background: #000;
	text-align: center;
	max-width: fit-content;
	padding: 2px 8px;
	border-radius: 8px;
}