#forumposts .post_container,
#forumposts .xfpostlayout-post {
	display: flex;
	flex-direction: column !important;
	align-items: stretch;
}

#forumposts .post_container > .poster,
#forumposts .xfpostlayout-post > .poster {
	float: none !important;
	width: auto !important;
	max-width: none;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.85rem 1rem;
	padding: 1rem 1.25rem;
	margin: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#forumposts .post_container > .poster > * {
	margin: 0 !important;
}

#forumposts .post_container > .poster > .avatar {
	order: 10;
	flex: 0 0 auto;
}

#forumposts .post_container > .poster > .custom_fields_above_member {
	order: 15;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding: 0;
	list-style: none;
}

#forumposts .post_container > .poster > h4 {
	order: 20;
	display: flex;
	align-items: center;
	flex: 1 1 180px;
	flex-wrap: wrap;
	gap: 0.45rem;
	min-width: 0;
}

#forumposts .post_container > .poster > .title,
#forumposts .post_container > .poster > .membergroup,
#forumposts .post_container > .poster > .postgroup {
	order: 30;
}

#forumposts .post_container > .poster > .icons,
#forumposts .post_container > .poster > .blurb,
#forumposts .post_container > .poster > .postcount,
#forumposts .post_container > .poster > .karma,
#forumposts .post_container > .poster > .warning,
#forumposts .post_container > .poster > .poster_ip,
#forumposts .post_container > .poster > .poster_online,
#forumposts .post_container > .poster > .userstatus,
#forumposts .post_container > .poster > .smalltext {
	order: 40;
}

#forumposts .post_container > .poster > .profile_icons,
#forumposts .post_container > .poster > .im_icons {
	order: 50;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-inline-start: auto !important;
	padding: 0;
	list-style: none;
}

#forumposts .xfpostlayout-post > .postarea,
#forumposts .xfpostlayout-post > .moderatorbar,
#forumposts .post_container > .postarea,
#forumposts .post_container > .moderatorbar {
	width: auto;
	margin: 0;
}

#forumposts .post_container > .postarea::before,
#forumposts .post_container > .postarea::after,
#forumposts .xfpostlayout-post > .postarea::before,
#forumposts .xfpostlayout-post > .postarea::after {
	display: none;
}

#forumposts .xfpostlayout-identity {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	flex: 1 1 420px;
	min-width: 0;
}

#forumposts .xfpostlayout-avatar {
	flex: 0 0 auto;
}

#forumposts .xfpostlayout-avatar .avatar {
	margin: 0;
}

#forumposts .xfpostlayout-avatar img.avatar {
	width: 56px;
	height: 56px;
	max-width: none;
	border-radius: 999px;
	object-fit: cover;
}

#forumposts .post_container > .poster > .avatar img.avatar {
	width: 56px;
	height: 56px;
	max-width: none;
	border-radius: 999px;
	object-fit: cover;
}

#forumposts .xfpostlayout-author {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

#forumposts .xfpostlayout-author h4 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	font-size: 1.08rem;
}

#forumposts .post_container > .poster > h4 a,
#forumposts .xfpostlayout-author h4 a {
	text-decoration: none;
}

#forumposts .post_container > .poster > .custom_fields_above_member,
#forumposts .xfpostlayout-author .custom_fields_above_member,
#forumposts .xfpostlayout-actions ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#forumposts .xfpostlayout-author .custom_fields_above_member {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

#forumposts .post_container > .poster > .custom_fields_above_member li,
#forumposts .post_container > .poster > .title,
#forumposts .post_container > .poster > .membergroup,
#forumposts .post_container > .poster > .postgroup,
#forumposts .post_container > .poster > .icons,
#forumposts .post_container > .poster > .blurb,
#forumposts .post_container > .poster > .postcount,
#forumposts .post_container > .poster > .karma,
#forumposts .post_container > .poster > .warning,
#forumposts .post_container > .poster > .poster_ip,
#forumposts .post_container > .poster > .poster_online,
#forumposts .post_container > .poster > .userstatus,
#forumposts .post_container > .poster > .smalltext,
#forumposts .xfpostlayout-author .custom_fields_above_member li,
#forumposts .xfpostlayout-badges > *,
#forumposts .xfpostlayout-stats > * {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.05);
	font-size: 0.82rem;
	line-height: 1.25;
}

#forumposts .xfpostlayout-badges,
#forumposts .xfpostlayout-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

#forumposts .xfpostlayout-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem 1rem;
	flex: 1 1 320px;
	min-width: 0;
}

#forumposts .xfpostlayout-stats {
	justify-content: flex-end;
}

#forumposts .post_container > .poster > .icons,
#forumposts .xfpostlayout-stats .icons,
#forumposts .post_container > .poster > .blurb,
#forumposts .xfpostlayout-stats .blurb {
	background: transparent;
	padding: 0;
}

#forumposts .post_container > .poster > .icons img,
#forumposts .xfpostlayout-stats .icons img {
	max-height: 16px;
	width: auto;
}

#forumposts .post_container > .poster > .blurb,
#forumposts .xfpostlayout-stats .blurb {
	font-style: italic;
	color: #666;
}

#forumposts .xfpostlayout-actions {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 auto;
}

#forumposts .xfpostlayout-extras {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	width: 100%;
}

#forumposts .xfpostlayout-extras > * {
	margin: 0;
}

#forumposts .xfpostlayout-actions ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

#forumposts .post_container > .poster > .profile_icons li,
#forumposts .post_container > .poster > .im_icons li,
#forumposts .xfpostlayout-actions li {
	margin: 0;
}

#forumposts .post_container > .poster > .profile_icons a,
#forumposts .post_container > .poster > .im_icons a,
#forumposts .xfpostlayout-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.15rem;
	height: 2.15rem;
	padding: 0 0.65rem;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.06);
	text-decoration: none;
}

#forumposts .post_container > .poster > .profile_icons .main_icons,
#forumposts .post_container > .poster > .im_icons .main_icons,
#forumposts .xfpostlayout-actions .main_icons {
	margin: 0;
}

#forumposts .xfpostlayout-post .poster_ip a {
	text-decoration: none;
}

@media (max-width: 900px) {
	#forumposts .post_container > .poster,
	#forumposts .xfpostlayout-post > .poster {
		align-items: flex-start;
	}

	#forumposts .post_container > .poster > .profile_icons,
	#forumposts .post_container > .poster > .im_icons {
		margin-inline-start: 0 !important;
	}

	#forumposts .xfpostlayout-meta {
		width: 100%;
		justify-content: space-between;
	}

	#forumposts .xfpostlayout-stats,
	#forumposts .xfpostlayout-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	#forumposts .post_container > .poster,
	#forumposts .xfpostlayout-post > .poster {
		padding: 0.85rem 1rem;
	}

	#forumposts .post_container > .poster > .avatar img.avatar {
		width: 48px;
		height: 48px;
	}

	#forumposts .xfpostlayout-avatar img.avatar {
		width: 48px;
		height: 48px;
	}

	#forumposts .xfpostlayout-meta {
		flex-direction: column;
		align-items: flex-start;
	}

	#forumposts .xfpostlayout-extras {
		flex-direction: column;
	}
}
