.usz-forum-ad {
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #ccd2da;
	background: #fff;
}

.usz-forum-ad a,
.usz-forum-ad img {
	display: block;
	width: 100%;
}

.usz-forum-ad img {
	height: 84px;
	object-fit: cover;
}

.usz-forum-retention {
	margin-top: 12px;
	border: 1px solid #e2e6ea;
	background: #fff;
}

.usz-global-chrome .usz-forum-retention {
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.usz-forum-retention > header {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 14px;
	border-top: 2px solid #c92832;
	border-bottom: 1px solid #e2e6ea;
}

.usz-forum-retention > header h2,
.usz-forum-retention h3 {
	margin: 0;
	color: #162235;
}

.usz-forum-retention > header h2 {
	font-size: 20px;
}

.usz-forum-retention > header > a,
.usz-forum-retention section > h3 a:hover {
	color: #c92832;
}

.usz-forum-retention__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.usz-forum-retention__grid > section {
	min-width: 0;
	padding: 11px 13px;
	border-right: 1px solid #e2e6ea;
}

.usz-forum-retention__grid > section:last-child {
	border-right: 0;
}

.usz-forum-retention h3 {
	padding-bottom: 7px;
	border-bottom: 1px solid #e2e6ea;
	font-size: 16px;
}

.usz-forum-retention ul {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

.usz-forum-retention li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 31px;
	align-items: center;
	gap: 7px;
	border-bottom: 1px dotted #d7dce2;
}

.usz-forum-retention li a,
.usz-forum-retention li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-forum-retention li span {
	max-width: 78px;
	color: #c92832;
	font-size: 11px;
}

.usz-forum-ad--bottom {
	margin-bottom: 12px;
}

.usz-forum-split-ads {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	margin: 12px auto 14px;
}

@media (max-width: 980px) {
	.usz-forum-split-ads {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.usz-forum-split-ads--bottom {
	margin-top: 14px;
	margin-bottom: 18px;
}

.usz-forum-split-ads__slot {
	position: relative;
	height: 116px;
	overflow: hidden;
	border: 1px solid #ccd2da;
	background: #fff;
}

.usz-forum-split-ads__slot .usz-native-ad {
	position: relative;
}

.usz-forum-split-ads__slot .usz-native-ad,
.usz-forum-split-ads__slot .usz-ad-creative,
.usz-forum-split-ads__slot a,
.usz-forum-split-ads__slot img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
}

.usz-forum-split-ads__slot img {
	object-fit: cover;
}

#pt.usz-forum-breadcrumb {
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	margin-bottom: 4px !important;
	margin-right: auto;
	margin-left: auto;
}

.usz-thread-actions {
	display: flex;
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	box-sizing: border-box;
	margin: 6px auto 12px !important;
}

.usz-thread-actions > .pgb {
	float: none;
	margin: 0;
}

.usz-thread-actions > .pgb > a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 16px;
	border: 1px solid #d8dee6;
	border-radius: 6px;
	background: #fff !important;
	color: #334155;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.usz-thread-actions > .pgb > a::before {
	content: "\2039";
	margin-right: 6px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.usz-thread-actions > .pgb > a:hover {
	border-color: #b8c1cc;
	background: #f8fafc !important;
	color: var(--usz-brand, #d32630);
}

.usz-thread-actions > #newspecial,
.usz-thread-actions > #newspecialtmp {
	float: none;
	margin: 0 0 0 auto;
}

.usz-thread-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
	gap: 18px;
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.usz-thread-main {
	min-width: 0;
}

.usz-thread-main #ct,
.usz-thread-main #ct.wp {
	width: 100%;
	max-width: none;
}

.usz-thread-main #postlist .pls {
	display: none !important;
}

.usz-thread-main #postlist .plc {
	width: 100% !important;
}

.usz-thread-main #f_pst,
.usz-thread-main #fastpostform,
.usz-thread-main #f_pst > form > table,
.usz-thread-main #f_pst > form > table > tbody,
.usz-thread-main #f_pst > form > table > tbody > tr {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
}

.usz-thread-main #f_pst .pls,
.usz-thread-main #fastsmiliesdiv {
	display: none !important;
}

.usz-thread-main #fastposteditor .bar > .y,
.usz-thread-main #f_pst .pnpost > a.y[href*="op=rule"] {
	display: none !important;
}

.usz-thread-main #f_pst .plc {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	padding: 16px !important;
}

.usz-thread-main #fastposteditor,
.usz-thread-main #fastposteditor.hasfsl,
.usz-thread-main #fastposteditor .tedt,
.usz-thread-main #fastposteditor .area,
.usz-thread-main #fastpostmessage {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
}

.usz-thread-views {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	color: #7d8793;
	font-size: 12px;
}

.usz-thread-views strong {
	color: #c92832;
}

.usz-thread-ad-rail {
	min-width: 0;
	align-self: stretch;
}

.usz-thread-ad-rail__sticky {
	position: sticky;
	top: 18px;
	display: grid;
	align-content: start;
	gap: 14px;
}

.usz-thread-ad-rail__slot {
	overflow: hidden;
	border: 1px solid #ccd2da;
	background: #fff;
}

.usz-thread-ad-rail__slot .usz-native-ad {
	position: relative;
	aspect-ratio: 380 / 232;
}

.usz-thread-ad-rail__slot .usz-native-ad,
.usz-thread-ad-rail__slot .usz-ad-creative,
.usz-thread-ad-rail__slot a {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.usz-thread-ad-rail__slot img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.usz-classified-detail {
	overflow: hidden;
	border: 1px solid #dce2e8;
	background: #fff;
	color: #1b2838;
}

.usz-classified-detail__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	padding: 11px 16px;
	border-bottom: 1px solid #edf0f3;
	color: #728094;
	font-size: 12px;
}

.usz-classified-detail__meta a {
	color: #43556b;
}

.usz-classified-detail__category {
	padding: 3px 7px;
	border-radius: 2px;
	background: #fff0f1;
	color: #c92832;
	font-weight: 700;
}

.usz-classified-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	padding: 16px;
	border-bottom: 1px solid #e6eaef;
	background: #f4f6f8;
}

.usz-classified-gallery.has-multiple {
	grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
}

.usz-classified-gallery__item {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #e8edf2;
}

.usz-classified-gallery__item:not(.is-primary) {
	max-height: 270px;
}

.usz-classified-gallery__item img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	max-height: 560px;
	object-fit: contain;
}

.usz-classified-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 20px;
	padding: 20px;
	border-bottom: 1px solid #e6eaef;
}

.usz-classified-price {
	display: block;
	margin-bottom: 5px;
	color: #c92832;
	font-size: 28px;
	line-height: 1.1;
}

.usz-classified-location {
	margin: 0 0 14px;
	color: #596a7d;
	font-size: 13px;
}

.usz-classified-location span {
	margin-right: 4px;
	color: #c92832;
	font-size: 8px;
}

.usz-classified-keyfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	background: #e5e9ee;
}

.usz-classified-keyfacts > div {
	min-width: 0;
	padding: 10px 11px;
	background: #f8fafc;
}

.usz-classified-keyfacts dt,
.usz-classified-facts dt {
	color: #788496;
	font-size: 11px;
}

.usz-classified-keyfacts dd,
.usz-classified-facts dd {
	margin: 3px 0 0;
	color: #1f3045;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.usz-classified-contact {
	display: flex;
	min-width: 0;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
	border: 1px solid #f0d6d8;
	background: #fff9f5;
}

.usz-classified-contact strong {
	font-size: 18px;
}

.usz-classified-contact small {
	margin-top: 3px;
	color: #758194;
}

.usz-classified-contact a {
	display: block;
	margin-top: 13px;
	padding: 9px 10px;
	border: 1px solid #c92832;
	border-radius: 3px;
	background: #c92832;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.usz-classified-contact em {
	margin-top: 10px;
	color: #758194;
	font-style: normal;
}

.usz-classified-highlights,
.usz-classified-facts,
.usz-classified-description,
.usz-classified-notice {
	padding: 18px 20px;
	border-bottom: 1px solid #e6eaef;
}

.usz-classified-highlights > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.usz-classified-highlights span {
	padding: 6px 9px;
	border: 1px solid #dce2e8;
	border-radius: 2px;
	background: #f7f9fb;
	color: #34465c;
	font-size: 12px;
}

.usz-classified-facts dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
	margin: 0;
}

.usz-classified-facts dl > div {
	display: grid;
	grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1fr);
	align-items: baseline;
	padding: 9px 0;
	border-bottom: 1px solid #edf0f3;
}

.usz-classified-facts dd {
	font-weight: 500;
}

.usz-classified-description .t_f {
	width: auto !important;
	min-height: 0;
	color: #26374b;
	font-size: 15px;
	line-height: 1.75;
}

.usz-classified-description .t_f img {
	max-width: 100%;
	height: auto !important;
}

.usz-classified-notice {
	background: #f7f8fa;
	color: #697586;
	font-size: 12px;
	line-height: 1.65;
}

.usz-classified-notice strong {
	color: #34465c;
}

.usz-classified-notice p {
	margin: 0;
}

.usz-classified-notice p + p {
	margin-top: 5px;
}

.usz-classified-detail__actions {
	display: flex;
	justify-content: flex-end;
	gap: 14px;
	padding: 10px 16px;
	font-size: 12px;
}

.usz-classified-detail__actions a {
	color: #66778a;
}

.usz-classified-thread-list {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.usz-forum-board--classified #threadlist,
.usz-forum-board--classified #threadlist > .bm_c,
.usz-classified-thread-list .usz-listing-cards {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.usz-forum-board--classified #pgt {
	display: flex;
	align-items: center;
	gap: 12px;
}

.usz-forum-board--classified #pgt .pgb {
	float: none;
	margin-right: auto;
}

.usz-forum-board--classified #pgt #newspecial,
.usz-forum-board--classified #pgt #newspecialtmp {
	float: none;
	margin-left: auto;
}

/* Keep every native Discuz publish control visually aligned with the site CTA. */
.usz-global-chrome #newspecial.pgsbtn,
.usz-global-chrome #newspecialtmp.pgsbtn,
.usz-global-chrome button#newspecial.pn.pnc {
	display: inline-flex;
	min-width: 148px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin-right: 0;
	padding: 10px 18px;
	border: 1px solid var(--usz-brand, #d32630);
	border-radius: 6px;
	background: var(--usz-brand, #d32630) !important;
	background-image: none !important;
	box-shadow: none;
	color: #fff !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	appearance: none;
}

.usz-global-chrome #newspecial.pgsbtn:hover,
.usz-global-chrome #newspecialtmp.pgsbtn:hover,
.usz-global-chrome button#newspecial.pn.pnc:hover {
	border-color: var(--usz-brand-dark, #aa1d26);
	background: var(--usz-brand-dark, #aa1d26) !important;
	color: #fff !important;
	opacity: 1;
}

.usz-global-chrome #newspecial.pgsbtn.showmenu::after,
.usz-global-chrome #newspecialtmp.pgsbtn.showmenu::after,
.usz-global-chrome button#newspecial.pn.pnc strong {
	color: inherit !important;
}

#visitedforums_menu {
	min-width: 220px;
	padding: 12px;
}

#visitedforums_menu #v_forums h3 {
	margin: 0 0 6px;
	padding: 0 4px 8px;
	color: #667085;
	font-size: 13px;
	line-height: 1.35;
}

#visitedforums_menu #v_forums .xl1 li {
	height: auto;
	min-height: 34px;
	padding: 0;
	overflow: visible;
	line-height: 1.35;
}

#visitedforums_menu #v_forums .xl1 li a {
	display: block;
	padding: 8px 10px;
	color: #25364b;
	line-height: 1.35;
	text-decoration: none;
	white-space: normal;
}

#visitedforums_menu #v_forums .xl1 li a:hover {
	background: #f1f5f9;
	color: #c92832;
}

.usz-classified-thread-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 48px;
	align-items: center;
	gap: 18px;
	padding: 10px 8px;
	border-bottom: 1px solid #e2e6ea;
}

.usz-classified-thread-row.has-moderation {
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.usz-classified-thread-row.is-sticky {
	border-left: 2px solid #c92832;
}

.usz-classified-thread-row h3 {
	min-width: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.usz-classified-thread-row h3 a {
	display: block;
	overflow: hidden;
	color: #1b2838;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-classified-thread-row h3 a:hover {
	color: #c92832;
}

.usz-classified-thread-row__moderate {
	display: flex;
	align-items: center;
}

.usz-classified-thread-row__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #7d8793;
	font-size: 12px;
	white-space: nowrap;
}

.usz-forum-active-filter {
	margin-left: 6px;
	color: #c92832;
	font-size: 0.82em;
	font-weight: 600;
}

/* Discuz 原生广告负责素材、链接和投放；模板只定义列表内的展示位置。 */
body.pg_forumdisplay .a_h,
body.pg_forumdisplay .a_f {
	overflow: hidden;
}

body.pg_forumdisplay .a_h img,
body.pg_forumdisplay .a_f img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
}

.usz-forum-list-rail {
	display: block;
	min-width: 0;
}

.usz-forum-list-rail__sticky {
	display: grid;
	min-width: 0;
	gap: 14px;
}

.usz-forum-list-rail__ad {
	overflow: hidden;
	border: 1px solid #ccd2da;
	background: #fff;
}

.usz-forum-list-rail__ad .usz-native-ad {
	position: relative;
	aspect-ratio: 380 / 232;
}

.usz-forum-list-rail .usz-native-ad,
.usz-forum-list-rail .usz-ad-creative,
.usz-forum-list-rail a,
.usz-forum-list-rail img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.usz-forum-list-rail img {
	height: 100% !important;
	object-fit: cover;
}

.usz-forum-list-rail__news {
	overflow: hidden;
	border: 1px solid #d8dee6;
	background: #fff;
}

.usz-forum-list-rail__news header {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 12px;
	border-bottom: 2px solid #c92832;
}

.usz-forum-list-rail__news h2 {
	margin: 0;
	color: #162235;
	font-size: 18px;
}

.usz-forum-list-rail__news header a {
	display: inline;
	width: auto;
	color: #c92832;
	font-weight: 700;
}

.usz-forum-list-rail__news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.usz-forum-list-rail__news li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 38px;
	align-items: center;
	gap: 8px;
	padding: 6px 11px;
	border-bottom: 1px solid #e2e6ea;
	font-size: 13px;
}

.usz-forum-list-rail__news li:last-child {
	border-bottom: 0;
}

.usz-forum-list-rail__news li a {
	overflow: hidden;
	color: #25364b;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-forum-list-rail__news li a:hover {
	color: #c92832;
}

.usz-forum-list-rail__news time {
	color: #7d8793;
	font-size: 11px;
	white-space: nowrap;
}

.usz-forum-board--classified {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	width: 100%;
	max-width: var(--usz-content-max, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.usz-forum-board--classified #ct,
.usz-forum-board--classified #ct > .mn {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

@media (min-width: 1280px) {
	.usz-forum-board--classified {
		grid-template-columns: minmax(0, 1fr) 360px;
		gap: 18px;
	}

	.usz-forum-list-rail__sticky {
		position: sticky;
		top: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
	.usz-thread-layout {
		grid-template-columns: minmax(0, 1fr) 248px;
		gap: 12px;
	}

	.usz-thread-ad-rail__sticky {
		top: 12px;
	}

	.usz-forum-board--classified {
		grid-template-columns: minmax(0, 1fr) 248px;
		gap: 12px;
	}

	.usz-forum-list-rail {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.usz-forum-list-rail__sticky {
		position: sticky;
		top: 12px;
	}

	.usz-forum-list-rail__news li {
		min-height: 35px;
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px;
	}

	.usz-classified-summary {
		grid-template-columns: minmax(0, 1fr) 210px;
		gap: 14px;
		padding: 16px;
	}

	.usz-classified-keyfacts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 700px) and (max-width: 767px) {
	.usz-forum-list-rail {
		width: 100%;
		max-width: 380px;
		margin: 12px auto 0;
	}
}

@media (max-width: 699px) {
	.usz-forum-split-ads,
	.usz-forum-breadcrumb,
	.usz-thread-layout,
	.usz-thread-actions {
		width: calc(100% - 24px);
	}

	.usz-thread-actions {
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}

	.usz-thread-actions > .pgb > a {
		min-height: 48px;
		padding: 11px 15px;
		font-size: 16px;
	}

	.usz-forum-split-ads {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.usz-forum-split-ads__slot {
		height: 64px;
	}

	.usz-thread-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.usz-forum-board--classified,
	.usz-global-chrome .usz-forum-retention {
		width: calc(100% - 24px);
	}

	.usz-thread-ad-rail {
		width: calc(100% - 24px);
		max-width: 380px;
		margin: 0 auto;
	}

	.usz-thread-ad-rail__sticky {
		position: static;
	}

	.usz-thread-ad-rail__slot:nth-child(n + 3) {
		display: none;
	}

	.usz-forum-board--classified .bml .bm_h > .y,
	.usz-forum-board--classified .bml .bm_h h1 > .xs1 {
		display: none;
	}

	.usz-forum-board--classified .bml .bm_h h1 {
		display: flex;
		min-height: 34px;
		align-items: center;
		gap: 5px;
		white-space: nowrap;
	}

	body.pg_forumdisplay .a_fr,
	body.pg_forumdisplay .a_fl,
	body.pg_forumdisplay .a_cb {
		display: none !important;
	}

	.usz-forum-retention__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.usz-forum-retention__grid > section:nth-child(2n) {
		border-right: 0;
	}

	body.pg_forumdisplay .a_h,
	body.pg_forumdisplay .a_f {
		height: auto !important;
		line-height: normal !important;
	}

	.usz-forum-list-rail {
		width: 100%;
		max-width: 380px;
		margin: 12px auto 0;
	}

	.usz-classified-detail__meta {
		padding: 9px 12px;
	}

	.usz-classified-gallery {
		grid-template-columns: minmax(0, 1fr) !important;
		padding: 10px;
	}

	.usz-classified-gallery__item:not(.is-primary) {
		max-height: none;
	}

	.usz-classified-gallery__item img {
		max-height: none;
	}

	.usz-classified-summary {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
		padding: 15px;
	}

	.usz-classified-price {
		font-size: 24px;
	}

	.usz-classified-keyfacts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.usz-classified-highlights,
	.usz-classified-facts,
	.usz-classified-description,
	.usz-classified-notice {
		padding: 15px;
	}

	.usz-classified-facts dl {
		grid-template-columns: minmax(0, 1fr);
	}

	.usz-thread-main #f_pst,
	.usz-thread-main #fastpostform,
	.usz-thread-main #f_pst > form > table,
	.usz-thread-main #f_pst > form > table > tbody,
	.usz-thread-main #f_pst > form > table > tbody > tr {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
	}

	.usz-thread-main #f_pst .pls,
	.usz-thread-main #fastsmiliesdiv {
		display: none !important;
	}

	.usz-thread-main #f_pst .plc {
		padding: 12px !important;
	}

	.usz-thread-main #fastposteditor,
	.usz-thread-main #fastposteditor .tedt,
	.usz-thread-main #fastposteditor .area,
	.usz-thread-main #fastpostmessage {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100% !important;
	}

	.usz-thread-main #fastposteditor .bar {
		box-sizing: border-box;
		min-height: 34px;
		overflow: hidden;
	}

	.usz-thread-main #f_pst .pnpost {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px 10px;
	}

	.usz-thread-main #f_pst .pnpost > .y {
		display: none;
	}

	.usz-thread-main #pgt {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 8px;
	}

	.usz-thread-main #pgt > .pgt {
		display: none;
	}

	.usz-thread-main #pgt > .pgb {
		order: 1;
		float: none;
		margin: 0 auto 0 0;
	}

	.usz-thread-main #pgt > #post_reply {
		display: none;
	}

	.usz-thread-main #pgt > #newspecial,
	.usz-thread-main #pgt > #newspecialtmp {
		order: 2;
		float: none;
		margin: 0 0 0 auto;
	}
}

@media (max-width: 350px) {
	.usz-forum-split-ads,
	.usz-forum-breadcrumb,
	.usz-thread-layout,
	.usz-forum-board--classified,
	.usz-global-chrome .usz-forum-retention {
		width: calc(100% - 16px);
	}

	.usz-classified-keyfacts {
		grid-template-columns: minmax(0, 1fr);
	}
}


@media (max-width: 980px) {
	.usz-forum-retention__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.usz-forum-retention__grid > section:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 600px) {
	.usz-classified-thread-row {
		min-height: 44px;
		gap: 9px;
		padding: 9px 6px;
	}

	.usz-classified-thread-row h3 {
		font-size: 15px;
	}

	.usz-classified-thread-row__meta {
		gap: 7px;
		font-size: 10px;
	}

	.usz-forum-ad img {
		height: 54px;
	}

	.usz-forum-retention__grid {
		grid-template-columns: 1fr;
	}

	.usz-forum-retention__grid > section {
		border-right: 0;
		border-bottom: 1px solid #e2e6ea;
	}

	.usz-forum-retention__grid > section:last-child {
		border-bottom: 0;
	}
}

/* Mobile forum typography aligned with the portal shell. */
@media (max-width: 699px) {
	.usz-global-chrome #newspecial.pgsbtn,
	.usz-global-chrome #newspecialtmp.pgsbtn,
	.usz-global-chrome button#newspecial.pn.pnc {
		min-width: 152px;
		min-height: 48px;
		padding: 11px 16px;
		font-size: 16px;
	}

	.usz-forum-breadcrumb,
	.usz-forum-board--classified,
	.usz-thread-layout {
		font-size: 15px;
	}

	.usz-classified-thread-row h3 {
		font-size: 16px;
	}

	.usz-classified-thread-row__meta,
	.usz-forum-list-rail__news li {
		font-size: 12px;
	}

	.usz-classified-detail__meta,
	.usz-classified-facts,
	.usz-classified-description,
	.usz-classified-notice,
	.usz-thread-main #f_pst {
		font-size: 15px;
	}
}
