.community_posts .community_content {
	position: relative;
	padding: 40px 0px;
	border: unset;
	font-size: 17px;
	padding: 30px 0;
}

@media screen and (min-width: 721px) {
	.community_posts .community_content > div:nth-child(2),
	.community_content #user_post > div:nth-child(2) {
		margin-left: 20px;
		/*border-left: var(--mw-general-border);*/
		padding-left: 30px;
		/*padding-right: 10px;*/
	}
}

.community_about > div:nth-child(1) {
	border: var(--mw-general-border);
	background-color: transparent !important;
	backdrop-filter: blur(20px);
}

.community_about > div:nth-child(2) {
	border: var(--mw-general-border);
	background-color: transparent !important;
}

.community_about::before {
	background-color: var(--mw-purple) !important;
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 350px;
	border-radius: 100%;
	z-index: -1;
	height: 70px;
	filter: brightness(0.5);
	content: '';
}

.community_posts .community_content:after {
	content: '';
	width: calc(100% - 25px);
	width: 100%;
	border-bottom: var(--mw-general-border);
	position: absolute;
	bottom: 0;
}

.post_interactions {
	padding-left: 50px;
	/*padding-right: 10px;*/
}