:root {
	--usz-content-max: 1200px;
	--usz-ink: #162235;
	--usz-muted: #667085;
	--usz-line: #e2e6ea;
	--usz-surface: #ffffff;
	--usz-canvas: #f4f5f3;
	--usz-brand: #c92832;
	--usz-brand-dark: #991b24;
	--usz-navy: #132942;
	--usz-gold: #b7791f;
	--usz-soft-red: #fff4f3;
	--usz-soft-blue: #f1f5f9;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.usz-portal-shell {
	min-width: 0;
	margin: 0;
	overflow-x: hidden;
	background: var(--usz-canvas);
	color: var(--usz-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

body.usz-global-chrome {
	min-width: 0;
	margin: 0;
	overflow-x: hidden;
}

.usz-site-header a,
.usz-footer a {
	text-decoration: none;
}

.usz-site-header .usz-brand,
.usz-site-header .usz-brand:hover {
	color: var(--usz-ink);
}

.usz-global-chrome .usz-native-main {
	min-height: 280px;
	margin-top: 18px;
	margin-bottom: 24px;
}

.usz-portal-shell a {
	color: inherit;
	text-decoration: none;
}

.usz-portal-shell a:hover {
	color: var(--usz-brand);
}

.usz-portal-shell a:focus-visible,
.usz-portal-shell button:focus-visible {
	outline: 3px solid rgba(201, 40, 50, 0.3);
	outline-offset: 2px;
}

.usz-container {
	width: min(var(--usz-content-max), calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.usz-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 1000;
	padding: 10px 14px;
	background: #fff;
	color: var(--usz-brand);
	transform: translateY(-160%);
}

.usz-skip-link:focus {
	transform: translateY(0);
}

.usz-site-header {
	background: var(--usz-surface);
	border-bottom: 1px solid var(--usz-line);
}

.usz-utility {
	background: var(--usz-navy);
	color: #fff;
}

.usz-utility__inner {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.usz-utility__account {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 13px;
}

.usz-utility__account a {
	color: rgba(255, 255, 255, 0.88);
}

.usz-utility__account a:hover {
	color: #fff;
}

.usz-button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.usz-button--primary,
.usz-portal-shell a.usz-button--primary {
	background: var(--usz-brand);
	color: #fff;
}

.usz-button--primary:hover,
.usz-portal-shell a.usz-button--primary:hover {
	background: var(--usz-brand-dark);
	color: #fff;
}

.usz-button--secondary {
	border-color: var(--usz-brand);
	background: #fff;
	color: var(--usz-brand);
}

.usz-brandbar__inner {
	display: grid;
	grid-template-columns: auto minmax(240px, 1fr) auto;
	min-height: 84px;
	align-items: center;
	gap: 28px;
}

.usz-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.usz-brand:hover {
	color: inherit;
}

.usz-brand__mark {
	display: block;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
}

.usz-brand__mark img {
	display: block;
	width: 100%;
	height: 100%;
}

.usz-brand__copy {
	display: flex;
	flex-direction: column;
}

.usz-brand__copy strong {
	font-family: Georgia, "Songti SC", "STSong", serif;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: 0.06em;
}

.usz-brand__copy small {
	margin-top: 7px;
	color: var(--usz-muted);
	font-size: 13px;
	letter-spacing: 0.08em;
}

.usz-header-ad {
	position: relative;
	display: grid;
	width: min(100%, 430px);
	min-height: 58px;
	place-items: center;
	justify-self: center;
	overflow: hidden;
	border: 1px solid #c8ced6;
	background: #fafbfc;
}

.usz-header-ad.has-diy-content > .usz-ad-slot__fallback {
	display: none;
}

.usz-header-ad .area {
	width: 100%;
}

.usz-brandbar__publish {
	min-width: 136px;
	min-height: 44px;
}

.usz-topic-strip {
	border-top: 1px solid #d8dde4;
	border-bottom: 1px solid var(--usz-line);
	background: #fff;
}

.usz-topic-strip__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 4px;
	padding-bottom: 4px;
}

.usz-topic-strip__grid::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 72px;
	height: 2px;
	background: var(--usz-brand);
	content: "";
}

.usz-topic-strip__group {
	display: flex;
	min-width: 0;
	min-height: 38px;
	align-items: center;
	gap: 10px;
	padding: 5px 12px;
}

.usz-topic-strip__primary {
	flex: 0 0 auto;
	color: var(--usz-brand-dark);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.usz-topic-strip__group > span {
	display: flex;
	min-width: 0;
	align-items: center;
	flex-wrap: wrap;
	gap: 1px 10px;
	font-size: 12px;
	line-height: 1.45;
}

.usz-topic-strip__group > span a {
	color: #475467;
	white-space: nowrap;
}

.usz-topic-strip__group > span a.usz-topic-strip__priority {
	color: var(--usz-brand);
	font-weight: 700;
}

.usz-topic-strip__primary:hover,
.usz-topic-strip__group > span a:hover {
	color: var(--usz-brand);
}

.usz-home-shell {
	padding: 16px 0 36px;
}

.usz-ad-slot {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid #c8ced6;
	background: #fff;
}

.usz-ad-slot--banner {
	min-height: 86px;
}

.usz-ad-slot__fallback {
	display: flex;
	min-width: 160px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--usz-muted);
}

.usz-ad-slot__fallback span {
	font-weight: 700;
}

.usz-ad-slot__fallback small {
	margin-top: 2px;
	color: #98a2b3;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.usz-ad-creative {
	position: absolute;
	inset: 0;
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.usz-ad-creative img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-ad-creative > a {
	display: block;
	width: 100%;
	height: 100%;
}

[data-slot="HOME_TOP_BANNER"] .usz-ad-creative img,
[data-slot="HOME_BOTTOM_BANNER"] .usz-ad-creative img {
	object-position: left center;
}

.usz-ad-slot.has-diy-content > .usz-ad-slot__fallback,
.usz-module-body.has-diy-content > .usz-empty-state,
.usz-module-body.has-diy-content > .usz-auto-feed {
	display: none;
}

.usz-ad-slot .area,
.usz-native-ad {
	width: 100%;
}

.usz-top-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) 260px;
	gap: 14px;
	margin-top: 14px;
}

.usz-panel,
.usz-content-section {
	border: 1px solid var(--usz-line);
	background: var(--usz-surface);
}

.usz-panel__heading,
.usz-section-heading {
	padding: 16px 18px 14px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-panel__heading--split,
.usz-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.usz-eyebrow {
	margin: 0 0 3px;
	color: var(--usz-brand);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.usz-panel h2,
.usz-content-section h2,
.usz-agent-teaser h2 {
	margin: 0;
	font-family: Georgia, "Songti SC", serif;
	font-size: 21px;
	line-height: 1.25;
}

.usz-quick__group {
	padding: 12px 14px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-quick {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
}

.usz-quick__group:last-child {
	border-bottom: 0;
}

.usz-quick__group h3 {
	margin: 0 0 7px;
	font-size: 15px;
}

.usz-quick__group h3 a {
	color: var(--usz-navy);
}

.usz-quick__group p,
.usz-regions p {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 13px;
	margin: 0;
}

.usz-quick__group p {
	gap: 5px 10px;
}

.usz-quick__group p a,
.usz-regions p a {
	color: #4d5968;
	font-size: 12px;
}

.usz-text-link,
.usz-section-heading > a,
.usz-section-heading > span {
	color: var(--usz-brand);
	font-size: 13px;
	font-weight: 700;
}

.usz-module-body {
	min-height: 240px;
	padding: 18px;
}

.usz-hot-news {
	min-width: 0;
}

.usz-hot-news .usz-module-body {
	height: 100%;
	min-height: 0;
	padding: 0;
}

.usz-hot-news .area {
	width: 100%;
}

.usz-classified-feed {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.usz-newsroom {
	display: grid;
	min-height: 0;
	grid-template-columns: minmax(0, 58%) minmax(0, 42%);
	grid-template-rows: auto 38px;
	align-content: start;
	background: #fff;
}

.usz-newsroom__feature,
.usz-newsroom__side {
	min-width: 0;
}

.usz-newsroom__feature {
	padding: 14px 16px 12px;
	border-right: 1px solid var(--usz-line);
}

.usz-newsroom__feature-image {
	display: block;
	width: 100%;
	height: clamp(220px, 18vw, 280px);
	max-height: 280px;
	overflow: hidden;
	object-fit: cover;
}

img.usz-newsroom__feature-image {
	height: clamp(220px, 18vw, 280px);
}

.usz-newsroom__feature-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-newsroom__accent {
	width: 34px;
	height: 4px;
	margin: 12px 0 8px;
	background: var(--usz-brand);
}

.usz-newsroom__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px;
}

.usz-newsroom__title-row h2 {
	margin: 0;
	color: var(--usz-navy);
	font-family: inherit;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
}

.usz-newsroom__title-row time,
.usz-newsroom__secondary time,
.usz-newsroom__list time {
	color: var(--usz-muted);
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.usz-newsroom__title-row time {
	padding-top: 5px;
}

.usz-newsroom__summary {
	display: -webkit-box;
	overflow: hidden;
	margin: 10px 0 0;
	color: #465467;
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.usz-newsroom__side {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	padding: 12px 16px 0;
}

.usz-newsroom__secondary {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-newsroom__secondary-image {
	display: block;
	width: 104px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.usz-newsroom__secondary-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-newsroom__secondary h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--usz-navy);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-newsroom__list {
	display: grid;
	flex: 1 1 auto;
	grid-auto-rows: minmax(38px, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.usz-newsroom__list li {
	display: grid;
	min-height: 38px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-newsroom__list li:last-child {
	border-bottom: 0;
}

.usz-newsroom__list a {
	min-width: 0;
	overflow: hidden;
	color: var(--usz-navy);
	font-size: 13px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-newsroom__more {
	display: flex;
	min-height: 38px;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-top: 1px solid var(--usz-line);
	color: var(--usz-navy);
	font-size: 13px;
	font-weight: 700;
}

.usz-newsroom__more span {
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.usz-newsroom__side--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	color: var(--usz-muted);
	text-align: center;
}

.usz-newsroom__side--empty img {
	width: 104px;
	height: auto;
	max-height: 78px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.usz-newsroom__side--empty p {
	margin: 0;
	font-weight: 700;
}

.usz-publish-direct {
	display: flex;
	width: min(920px, calc(100% - 32px));
	min-height: 260px;
	align-items: flex-start;
	justify-content: center;
	margin: 54px auto 72px;
	padding-top: 30px;
}

.usz-publish-direct a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	padding: 0 30px;
	border-left: 1px solid var(--usz-line);
	color: var(--usz-navy);
	font-family: Georgia, "Songti SC", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.usz-publish-direct a:first-child {
	border-left: 0;
}

.usz-publish-direct a:hover,
.usz-publish-direct a:focus-visible {
	color: var(--usz-brand);
}

.usz-publish-direct--float {
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 24px;
}

.usz-module-body--compact {
	min-height: 96px;
	padding: 12px 16px;
}

.usz-classified-feed li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 38px;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-classified-feed li:last-child {
	border-bottom: 0;
}

.usz-classified-feed__title {
	min-width: 0;
	overflow: hidden;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-classified-feed__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--usz-muted);
	font-size: 11px;
	white-space: nowrap;
}

.usz-classified-feed__meta strong {
	color: var(--usz-brand-dark);
	font-size: 12px;
}

.usz-classified-feed time {
	flex: none;
	color: var(--usz-muted);
	font-size: 11px;
}

.usz-listing-badge {
	display: inline-flex;
	min-height: 20px;
	align-items: center;
	margin-right: 6px;
	padding: 2px 6px;
	border-radius: 3px;
	background: var(--usz-brand);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}

.usz-empty-state {
	display: flex;
	min-height: 202px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	border: 1px dashed #d6dbe1;
	background: #fafbfc;
	color: var(--usz-muted);
	text-align: center;
}

.usz-empty-state__icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--usz-soft-blue);
	color: var(--usz-navy);
	font-size: 20px;
}

.usz-empty-state p {
	margin: 0;
	font-weight: 700;
}

.usz-empty-state--row {
	min-height: 70px;
	justify-content: space-between;
	flex-direction: row;
	padding: 10px 14px;
}

.usz-right-rail {
	display: grid;
	grid-template-rows: 116px 116px minmax(210px, 1fr);
	gap: 0;
}

.usz-ad-slot--rail,
.usz-ad-slot--agent {
	min-height: 0;
}

.usz-agent-teaser {
	padding: 22px 20px;
	border: 1px solid #d9c7aa;
	background: #fffaf1;
}

.usz-agent-teaser .usz-button {
	width: 100%;
	margin-top: 28px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
}

.usz-regions {
	grid-column: 1 / -1;
}

.usz-region-badge {
	padding: 4px 9px;
	border: 1px solid #efb4b8;
	border-radius: 999px;
	background: var(--usz-soft-red);
	color: var(--usz-brand);
	font-size: 11px;
	font-weight: 700;
}

.usz-regions__grid {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 3fr);
}

.usz-regions__queens,
.usz-regions__other {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
}

.usz-regions__queens {
	border-right: 1px solid var(--usz-line);
	background: var(--usz-soft-red);
}

.usz-regions h3 {
	margin: 0;
	font-size: 15px;
}

.usz-regions__queens h3 {
	color: var(--usz-brand-dark);
}

.usz-ad-slot--feed,
.usz-ad-slot--mid,
.usz-ad-slot--bottom {
	margin-top: 10px;
}

.usz-ad-slot--feed,
.usz-ad-slot--inline {
	min-height: 70px;
}

.usz-content-section {
	margin-top: 10px;
}

.usz-section-heading {
	padding: 11px 14px 10px;
}

.usz-section-heading__main {
	display: flex;
	min-width: 0;
	align-items: center;
	flex: 1 1 auto;
	gap: 14px;
}

.usz-section-heading__main h2 {
	flex: 0 0 auto;
	white-space: nowrap;
}

.usz-category-inline {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 11px;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
}

.usz-category-inline a {
	color: #4d5968;
}

.usz-category-inline a:hover {
	color: var(--usz-brand);
}

.usz-section-heading > a.usz-section-publish {
	flex: 0 0 auto;
	min-height: 32px;
	padding: 6px 10px;
	border: 1px solid var(--usz-brand);
	border-radius: 5px;
	background: #fff;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
}

.usz-section-heading > a.usz-section-publish:hover {
	background: var(--usz-soft-red);
}

.usz-section-grid {
	display: block;
}

.usz-classified-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 10px;
	margin-top: 10px;
}

.usz-classified-pair .usz-content-section {
	min-width: 0;
	margin-top: 0;
}

.usz-category-links {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 6px;
	padding: 12px;
	border-right: 1px solid var(--usz-line);
	background: #fafbfc;
}

.usz-category-links a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	padding: 4px 8px;
	border: 1px solid #dce1e6;
	background: #fff;
	font-size: 12px;
}

.usz-content-section--featured {
	border-top: 3px solid var(--usz-brand);
}

.usz-content-section--featured .usz-section-heading {
	background: var(--usz-soft-red);
}

.usz-ad-slot--inline {
	border-width: 1px 0 0;
}

.usz-agents-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.usz-agents-grid .usz-module-body {
	min-height: 150px;
	padding: 12px;
}

.usz-agents-grid .usz-empty-state {
	min-height: 124px;
}

.usz-ad-slot--agent {
	margin: 12px 12px 12px 0;
}

.usz-service-pair {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	gap: 10px;
	margin-top: 10px;
}

.usz-service-pair .usz-content-section {
	min-width: 0;
	margin-top: 0;
}

.usz-service-pair #real-estate-content {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
}

.usz-service-pair #real-estate-content .usz-module-body {
	min-height: 0;
	padding: 0;
}

.usz-service-pair #real-estate-content .usz-empty-state {
	margin: 12px;
	height: 100%;
	min-height: 94px;
}

.usz-real-estate-feed {
	display: grid;
	grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.35fr);
	grid-template-rows: repeat(6, minmax(45px, auto)) 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.usz-real-estate-feed > li {
	display: grid;
	min-width: 0;
	align-items: center;
	border-bottom: 1px solid var(--usz-line);
}

.usz-real-estate-feed > li.is-text {
	grid-column: 2;
	grid-template-columns: 68px minmax(0, 1fr) 44px;
	gap: 10px;
	padding: 6px 14px;
}

.usz-real-estate-feed > li.is-lead {
	grid-column: 1;
	grid-row: 1 / 7;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: minmax(0, 1fr) auto auto;
	align-content: stretch;
	gap: 6px 10px;
	padding: 13px;
	border-right: 1px solid var(--usz-line);
	background: #fbfcfd;
}

.usz-real-estate-feed > li.is-secondary-image {
	min-height: 76px;
	grid-column: 2;
	grid-template-columns: 92px 68px minmax(0, 1fr) 44px;
	gap: 10px;
	padding: 7px 14px;
}

.usz-real-estate-feed__image {
	display: block;
	overflow: hidden;
	background: var(--usz-soft-blue);
}

.usz-real-estate-feed .is-lead .usz-real-estate-feed__image {
	width: 100%;
	height: 100%;
	min-height: 190px;
	grid-column: 1 / -1;
	grid-row: 1;
}

.usz-real-estate-feed .is-secondary-image .usz-real-estate-feed__image {
	width: 92px;
	height: 60px;
}

.usz-real-estate-feed__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-real-estate-feed__title {
	min-width: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-real-estate-feed .is-lead .usz-real-estate-feed__title {
	display: -webkit-box;
	grid-column: 1 / -1;
	grid-row: 3;
	margin-top: 1px;
	overflow: hidden;
	font-family: Georgia, "Songti SC", "STSong", serif;
	font-size: 20px;
	line-height: 1.42;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-real-estate-feed__category {
	color: var(--usz-brand);
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.usz-real-estate-feed .is-lead .usz-real-estate-feed__category {
	grid-column: 1;
	grid-row: 2;
	padding-top: 2px;
}

.usz-real-estate-feed .is-lead time {
	grid-column: 2;
	grid-row: 2;
}

.usz-real-estate-feed time {
	color: var(--usz-muted);
	font-size: 11px;
	text-align: right;
	white-space: nowrap;
}

.usz-real-estate-feed > li.usz-real-estate-feed__more {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 7;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border-bottom: 0;
	font-size: 13px;
	font-weight: 700;
}

.usz-real-estate-feed__more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 920px) and (min-width: 701px) {
	.usz-real-estate-feed {
		grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
	}

	.usz-real-estate-feed > li.is-text {
		grid-template-columns: 58px minmax(0, 1fr) 40px;
		gap: 7px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.usz-real-estate-feed > li.is-secondary-image {
		grid-template-columns: 76px minmax(0, 1fr) 40px;
	}

	.usz-real-estate-feed .is-secondary-image .usz-real-estate-feed__image {
		width: 76px;
		height: 52px;
	}

	.usz-real-estate-feed .is-secondary-image .usz-real-estate-feed__category {
		display: none;
	}
}

footer#ft.usz-footer,
.usz-footer {
	clear: both;
	padding: 20px 0 0;
	border-top: 0;
	background: var(--usz-navy);
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
}

.usz-footer strong {
	color: #fff;
	font-size: 17px;
}

#ft.usz-footer a,
.usz-footer a {
	color: rgba(255, 255, 255, 0.88);
}

.usz-footer-channels ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	list-style: none;
}

.usz-footer-channels li {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.usz-footer-channels a {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 7px 8px;
	font-weight: 700;
}

.usz-footer-channels a:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.usz-footer-directory {
	display: grid;
	grid-template-columns: minmax(210px, 1.35fr) repeat(5, minmax(125px, 1fr));
	gap: 24px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.usz-footer-directory section {
	min-width: 0;
}

.usz-footer-directory h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 13px;
}

.usz-footer-directory nav {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	font-size: 12px;
}

.usz-footer-directory nav a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.usz-footer-brand {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.usz-footer-brand p {
	margin: 3px 0 10px;
	font-size: 12px;
}

.usz-footer a.usz-footer-publish {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.usz-footer a.usz-footer-publish:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.usz-footer-notice {
	padding-top: 11px;
	padding-bottom: 11px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	line-height: 1.55;
}

.usz-footer-notice p {
	margin: 0 0 3px;
}

.usz-footer-notice p:last-child {
	margin-bottom: 0;
}

#ft.usz-footer .usz-footer-notice a,
.usz-footer .usz-footer-notice a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.usz-footer-notice [lang="en"] {
	color: rgba(255, 255, 255, 0.54);
}

.usz-footer-bottom {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 11px;
}

.usz-footer-bottom small {
	font-size: inherit;
}

.usz-footer .usz-discuz-credit,
.usz-info-footer .usz-discuz-credit {
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	white-space: nowrap;
}

.usz-footer .usz-discuz-credit:hover,
.usz-footer .usz-discuz-credit:focus-visible,
.usz-info-footer .usz-discuz-credit:hover,
.usz-info-footer .usz-discuz-credit:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.usz-info-shell {
	min-height: 100vh;
}

.usz-info-header {
	border-bottom: 1px solid var(--usz-line);
	background: #fff;
}

.usz-info-header__inner {
	display: flex;
	min-height: 86px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.usz-info-layout {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: start;
	gap: 18px;
	padding-top: 24px;
	padding-bottom: 32px;
}

.usz-info-nav,
.usz-info-article {
	min-width: 0;
	border: 1px solid var(--usz-line);
	background: #fff;
}

.usz-info-nav {
	display: flex;
	flex-direction: column;
}

.usz-info-nav a {
	padding: 11px 14px;
	border-bottom: 1px solid var(--usz-line);
	font-weight: 700;
}

.usz-info-nav a:last-child {
	border-bottom: 0;
}

.usz-info-nav a.is-active {
	background: var(--usz-soft-red);
	color: var(--usz-brand);
}

.usz-info-article {
	padding: 28px 32px;
}

.usz-info-article h1 {
	margin: 0;
	font-family: Georgia, "Songti SC", serif;
	font-size: 30px;
}

.usz-info-article h1 span {
	display: block;
	margin-top: 4px;
	color: var(--usz-muted);
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.usz-info-article__intro {
	margin: 10px 0 24px;
	color: var(--usz-muted);
	font-size: 15px;
}

.usz-info-email {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	margin: -8px 0 24px;
	padding: 8px 14px;
	border: 1px solid rgba(207, 34, 46, .28);
	border-radius: 4px;
	background: var(--usz-soft-red);
	color: var(--usz-brand);
	font-size: 15px;
	font-weight: 700;
}

.usz-info-email:hover {
	border-color: var(--usz-brand);
	color: var(--usz-brand-dark);
}

.usz-info-article section {
	padding: 16px 0;
	border-top: 1px solid var(--usz-line);
}

.usz-info-article section h2 {
	margin: 0 0 6px;
	font-size: 16px;
}

.usz-info-article section p {
	margin: 0;
	color: #475467;
	line-height: 1.8;
}

.usz-info-document {
	margin-top: 20px;
}

.usz-info-article .usz-info-language {
	padding: 20px 0 4px;
}

.usz-info-article .usz-info-language--en {
	margin-top: 16px;
	border-top: 3px solid var(--usz-brand);
}

.usz-info-article .usz-info-language__label {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 4px 9px;
	border-radius: 3px;
	background: var(--usz-soft-red);
	color: var(--usz-brand);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
}

.usz-info-article .usz-info-language h2 {
	margin: 22px 0 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--usz-line);
	color: #17243a;
	font-size: 19px;
}

.usz-info-article .usz-info-language__label + h2 {
	margin-top: 0;
}

.usz-info-article .usz-info-language > p:not(.usz-info-language__label),
.usz-info-article .usz-info-date {
	margin: 0 0 13px;
	color: #475467;
	font-size: 14px;
	line-height: 1.85;
}

.usz-info-article .usz-info-date {
	padding: 9px 12px;
	border-left: 3px solid var(--usz-brand);
	background: #f7f8fa;
	font-weight: 700;
}

.usz-info-article .usz-info-language ul {
	display: grid;
	gap: 7px;
	margin: 7px 0 15px;
	padding: 0;
	list-style: none;
}

.usz-info-article .usz-info-language li {
	position: relative;
	padding-left: 17px;
	color: #475467;
	font-size: 14px;
	line-height: 1.7;
}

.usz-info-article .usz-info-language li::before {
	position: absolute;
	top: .72em;
	left: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--usz-brand);
	content: "";
}

.usz-info-article .usz-info-language a {
	color: var(--usz-brand);
	font-weight: 700;
}

.usz-info-table-wrap {
	max-width: 100%;
	margin: 9px 0 20px;
	overflow-x: auto;
	border: 1px solid var(--usz-line);
}

.usz-info-table-wrap table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	font-size: 13px;
}

.usz-info-table-wrap th,
.usz-info-table-wrap td {
	padding: 9px 11px;
	border-right: 1px solid var(--usz-line);
	border-bottom: 1px solid var(--usz-line);
	text-align: left;
	vertical-align: top;
}

.usz-info-table-wrap th:last-child,
.usz-info-table-wrap td:last-child {
	border-right: 0;
}

.usz-info-table-wrap tbody tr:last-child td {
	border-bottom: 0;
}

.usz-info-table-wrap th {
	background: #f3f5f7;
	color: #17243a;
	font-weight: 800;
}

.usz-info-footer {
	background: var(--usz-navy);
	color: rgba(255, 255, 255, 0.8);
}

.usz-info-footer > div {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: space-between;
}

.usz-info-footer a {
	color: #fff;
}

@media (max-width: 920px) {
	.usz-header-ad {
		display: none;
	}

	.usz-brandbar__inner {
		display: flex;
	}

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

	.usz-footer-channels ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.usz-footer-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 28px;
	}

	.usz-footer-brand {
		grid-column: 1 / -1;
	}

	.usz-top-layout {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.usz-right-rail {
		display: none;
	}

	.usz-classified-pair .usz-section-grid {
		grid-template-columns: 1fr;
	}

	.usz-classified-pair .usz-category-links {
		border-right: 0;
		border-bottom: 1px solid var(--usz-line);
	}

	.usz-service-pair {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	body.usz-portal-shell {
		font-size: 13px;
	}

	.usz-container {
		width: calc(100% - 24px);
	}

	.usz-site-header {
		display: flex;
		flex-direction: column;
	}

	.usz-brandbar {
		order: 1;
	}

	.usz-utility {
		order: 2;
		background: #fff;
		color: var(--usz-ink);
		border-top: 1px solid var(--usz-line);
	}

	.usz-topic-strip {
		order: 3;
	}

	.usz-utility__inner {
		min-height: 42px;
	}

	.usz-utility__account {
		width: 100%;
		justify-content: flex-end;
		gap: 16px;
	}

	.usz-utility__account a {
		color: var(--usz-muted);
	}

	.usz-brandbar__inner {
		min-height: 78px;
		gap: 12px;
	}

	.usz-brand {
		min-width: 0;
		gap: 10px;
	}

	.usz-brand__mark {
		width: 42px;
		height: 42px;
		flex: 0 0 42px;
	}

	.usz-brand__copy {
		min-width: 0;
	}

	.usz-brand__copy strong {
		font-size: 21px;
		white-space: nowrap;
	}

	.usz-brand__copy small {
		margin-top: 3px;
		font-size: 10px;
		letter-spacing: 0;
		white-space: nowrap;
	}

	.usz-brandbar__publish {
		display: inline-flex;
		min-height: 42px;
		margin-left: auto;
		padding-right: 11px;
		padding-left: 11px;
		font-size: 12px;
		white-space: nowrap;
	}

	.usz-topic-strip__grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.usz-topic-strip__grid::before {
		width: 48px;
	}

	.usz-topic-strip__group {
		display: grid;
		grid-template-columns: 84px minmax(0, 1fr);
		min-height: 0;
		gap: 8px;
		padding: 6px 10px;
	}

	.usz-topic-strip__primary {
		font-size: 13px;
	}

	.usz-topic-strip__group > span {
		gap: 1px 9px;
		font-size: 11px;
	}

	.usz-home-shell {
		padding-top: 12px;
	}

	.usz-ad-slot--banner {
		min-height: 68px;
	}

	.usz-top-layout {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 12px;
	}

	.usz-quick,
	.usz-right-rail {
		display: none;
	}

	.usz-regions {
		order: 1;
	}

	.usz-hot-news {
		order: 2;
	}

	.usz-hot-news .usz-module-body {
		padding: 0;
	}

	.usz-newsroom {
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto 38px;
	}

	.usz-newsroom__feature {
		padding: 12px 14px;
		border-right: 0;
		border-bottom: 1px solid var(--usz-line);
	}

	.usz-newsroom__feature-image {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	img.usz-newsroom__feature-image {
		height: auto;
	}

	.usz-newsroom__accent {
		margin: 12px 0 8px;
	}

	.usz-newsroom__title-row h2 {
		font-size: 18px;
	}

	.usz-newsroom__summary {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.6;
	}

	.usz-newsroom__side {
		display: block;
		padding: 12px 14px 0;
	}

	.usz-newsroom__secondary {
		grid-template-columns: 84px minmax(0, 1fr) auto;
		gap: 9px;
		padding-bottom: 10px;
	}

	.usz-newsroom__secondary-image {
		width: 84px;
	}

	.usz-newsroom__secondary h3 {
		font-size: 13px;
	}

	.usz-newsroom__list li {
		min-height: 40px;
		gap: 9px;
	}

	.usz-newsroom__list {
		display: block;
	}

	.usz-newsroom__list a {
		font-size: 12px;
	}

	.usz-newsroom__more {
		min-height: 38px;
		grid-column: 1;
	}

	.usz-newsroom__side--empty {
		min-height: 150px;
		padding-bottom: 12px;
	}

	.usz-publish-direct {
		display: grid;
		width: calc(100% - 24px);
		min-height: 180px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 28px auto 44px;
		padding-top: 12px;
	}

	.usz-publish-direct a {
		min-height: 52px;
		justify-content: center;
		padding: 0 8px;
		border-left: 0;
		font-size: 18px;
	}

	.usz-panel__heading,
	.usz-section-heading {
		padding: 13px 14px 11px;
	}

	.usz-panel h2,
	.usz-content-section h2 {
		font-size: 18px;
	}

	.usz-module-body {
		min-height: 170px;
		padding: 12px;
	}

	.usz-empty-state {
		min-height: 144px;
	}

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

	.usz-regions__queens,
	.usz-regions__other {
		display: block;
		padding: 10px 12px;
	}

	.usz-regions h3 {
		margin-bottom: 6px;
	}

	.usz-regions__queens {
		border-right: 0;
		border-bottom: 1px solid var(--usz-line);
	}

	.usz-regions p {
		gap: 7px 15px;
	}

	.usz-regions p a {
		min-height: 28px;
		font-size: 12px;
	}

	.usz-ad-slot--feed {
		margin-top: 12px;
	}

	.usz-ad-slot--mid {
		min-height: 64px;
	}

	.usz-content-section {
		margin-top: 12px;
	}

	.usz-section-heading {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		column-gap: 8px;
		row-gap: 2px;
	}

	.usz-section-heading__main {
		display: contents;
	}

	.usz-section-heading__main h2 {
		grid-row: 1;
		grid-column: 1;
	}

	.usz-category-inline {
		display: flex;
		max-height: 17px;
		grid-row: 2;
		grid-column: 1 / -1;
		flex-wrap: nowrap;
		gap: 0 9px;
		line-height: 16px;
		font-size: 11px;
		white-space: nowrap;
	}

	.usz-section-heading > a.usz-section-publish {
		min-height: 34px;
		grid-row: 1;
		grid-column: 2;
		padding: 7px 12px;
		font-size: 12px;
	}

	.usz-section-heading > a,
	.usz-section-heading > span {
		font-size: 11px;
	}

	.usz-section-grid,
	.usz-agents-grid {
		grid-template-columns: 1fr;
	}

	.usz-classified-pair {
		grid-template-columns: 1fr;
	}

	.usz-category-links {
		gap: 7px;
		padding: 12px;
		border-right: 0;
		border-bottom: 1px solid var(--usz-line);
	}

	.usz-category-links a {
		min-height: 32px;
	}

	.usz-module-body--compact {
		min-height: 94px;
	}

	.usz-empty-state--row {
		min-height: 68px;
		padding: 10px 12px;
	}

	.usz-classified-feed li {
		grid-template-columns: 1fr;
		gap: 4px;
		padding: 8px 0;
	}

	.usz-classified-feed__meta {
		overflow: hidden;
	}

	.usz-ad-slot--inline {
		min-height: 64px;
	}

	.usz-ad-slot--agent {
		min-height: 160px;
		margin: 0 12px 12px;
	}

	.usz-footer {
		padding: 20px 0;
	}

	.usz-footer-directory {
		gap: 16px 20px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.usz-footer-notice {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 9px;
		line-height: 1.5;
	}

	.usz-footer-bottom {
		min-height: 0;
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
		padding-top: 11px;
		padding-bottom: 2px;
	}

	.usz-info-header__inner {
		min-height: 74px;
	}

	.usz-info-header .usz-brand__copy small {
		display: none;
	}

	.usz-info-layout {
		grid-template-columns: 1fr;
		gap: 12px;
		padding-top: 12px;
		padding-bottom: 20px;
	}

	.usz-info-nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.usz-info-nav a {
		padding: 9px 4px;
		border-right: 1px solid var(--usz-line);
		font-size: 11px;
		text-align: center;
	}

	.usz-info-article {
		padding: 20px 16px;
	}

	.usz-info-article h1 {
		font-size: 25px;
	}

	.usz-info-document {
		margin-top: 14px;
	}

	.usz-info-article .usz-info-language {
		padding-top: 15px;
	}

	.usz-info-article .usz-info-language h2 {
		font-size: 17px;
	}

	.usz-info-table-wrap {
		margin-right: -8px;
		margin-left: -8px;
	}
}

@media (max-width: 350px) {
	.usz-container {
		width: calc(100% - 16px);
	}

	.usz-brand__copy small {
		display: none;
	}

	.usz-brandbar__publish {
		padding-right: 9px;
		padding-left: 9px;
		font-size: 11px;
	}

	.usz-utility__account {
		gap: 11px;
		font-size: 12px;
	}

	.usz-panel__heading--split,
	.usz-section-heading {
		gap: 8px;
	}
}

@media (max-width: 700px) {
	.usz-real-estate-feed {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.usz-real-estate-feed > li.is-lead,
	.usz-real-estate-feed > li.is-text,
	.usz-real-estate-feed > li.is-secondary-image,
	.usz-real-estate-feed > li.usz-real-estate-feed__more {
		grid-column: 1;
		grid-row: auto;
	}

	.usz-real-estate-feed > li.is-lead {
		grid-template-rows: 152px auto auto;
		padding: 10px;
		border-right: 0;
	}

	.usz-real-estate-feed .is-lead .usz-real-estate-feed__image {
		min-height: 152px;
	}

	.usz-real-estate-feed .is-lead .usz-real-estate-feed__title {
		font-size: 17px;
	}

	.usz-real-estate-feed > li.is-text {
		min-height: 43px;
		grid-template-columns: 52px minmax(0, 1fr) 38px;
		gap: 7px;
		padding: 6px 10px;
	}

	.usz-real-estate-feed > li.is-secondary-image {
		min-height: 72px;
		grid-template-columns: 78px minmax(0, 1fr) 38px;
		gap: 8px;
		padding: 7px 10px;
	}

	.usz-real-estate-feed .is-secondary-image .usz-real-estate-feed__image {
		width: 78px;
		height: 54px;
	}

	.usz-real-estate-feed .is-secondary-image .usz-real-estate-feed__category {
		display: none;
	}

	.usz-real-estate-feed__title {
		font-size: 12px;
	}
}

/* Mobile typography: keep the compact layout, but avoid sub-12px reading text. */
@media (max-width: 700px) {
	body.usz-portal-shell,
	body.usz-global-chrome {
		font-size: 15px;
		line-height: 1.55;
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	.usz-utility__account,
	.usz-brandbar__publish {
		font-size: 14px;
	}

	.usz-brand__copy small,
	.usz-topic-strip__group > span,
	.usz-category-inline,
	.usz-section-heading > a,
	.usz-section-heading > span,
	.usz-info-nav a {
		font-size: 13px;
	}

	.usz-topic-strip__primary {
		font-size: 15px;
	}

	.usz-newsroom__secondary h3,
	.usz-newsroom__list a,
	.usz-newsroom__summary,
	.usz-regions p a,
	.usz-real-estate-feed__title {
		font-size: 14px;
	}

	.usz-newsroom__secondary h3 {
		font-size: 15px;
	}

	.usz-category-inline {
		max-height: 20px;
		line-height: 20px;
	}

	.usz-section-heading > a.usz-section-publish {
		min-height: 38px;
		font-size: 14px;
	}

	.usz-footer-directory a,
	.usz-footer-brand p,
	.usz-footer-bottom {
		font-size: 13px;
	}

	.usz-footer-notice {
		font-size: 12px;
	}

	.usz-info-article,
	.usz-info-article p,
	.usz-info-article li,
	.usz-info-article td,
.usz-info-article th {
		font-size: 15px;
	}
}

/* Preserve Discuz' native desktop login size. Discuz renders every login row
   as a separate table, so keep the three native columns identical per row. */
@media (min-width: 701px) {
	#fwin_login .rfm table {
		width: 100%;
		table-layout: fixed;
	}

	#fwin_login .rfm th {
		width: 140px;
	}

	#fwin_login .rfm td.tipcol {
		width: 60px;
		white-space: nowrap;
	}
}

/* Keep Discuz's fixed native .wp wrapper inside the tablet viewport. */
@media (min-width: 701px) and (max-width: 1279px) {
	body.usz-global-chrome .usz-native-main,
	body.usz-global-chrome .usz-native-main.wp,
	body.usz-global-chrome #ct.wp {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		box-sizing: border-box;
	}
}

/* Discuz native mobile bridge: one responsive layer for native messages, login and forms. */
@media (max-width: 700px) {
	.usz-global-chrome .usz-native-main,
	.usz-global-chrome .usz-native-main.wp,
	.usz-global-chrome #ct.wp {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		box-sizing: border-box;
	}

	.usz-global-chrome .usz-native-main img,
	.usz-global-chrome .usz-native-main video,
	.usz-global-chrome .usz-native-main iframe {
		max-width: 100%;
		height: auto;
	}

	.usz-global-chrome input,
	.usz-global-chrome select,
	.usz-global-chrome textarea,
	.usz-global-chrome button {
		max-width: 100%;
		box-sizing: border-box;
	}

	.usz-global-chrome input[type="text"],
	.usz-global-chrome input[type="password"],
	.usz-global-chrome input[type="email"],
	.usz-global-chrome input[type="tel"],
	.usz-global-chrome select,
	.usz-global-chrome textarea {
		font-size: 16px;
	}

	#fwin_login.fwinmask {
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		width: calc(100vw - 64px) !important;
		max-width: 320px !important;
		max-height: calc(100vh - 56px) !important;
		max-height: calc(100dvh - 56px) !important;
		margin: 0 !important;
		transform: translate(-50%, -50%);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
	}

	#fwin_login .fwin {
		width: 100% !important;
		min-width: 0 !important;
		table-layout: fixed;
	}

	#fwin_login .t_l,
	#fwin_login .t_c,
	#fwin_login .t_r,
	#fwin_login .m_l,
	#fwin_login .m_r,
	#fwin_login .b_l,
	#fwin_login .b_c,
	#fwin_login .b_r {
		display: none !important;
	}

	#fwin_login .m_c {
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 18px 48px rgba(15, 39, 64, .24);
		overflow: hidden;
	}

	#fwin_content_login,
	#fwin_content_login > div,
	#fwin_content_login [id^="main_messaqge_"],
	#fwin_content_login [id^="layer_login_"] {
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	#fwin_login .flb {
		display: flex;
		min-height: 40px;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 0 10px;
		border-bottom: 1px solid #e2e7ed;
		background: #fff;
	}

	#fwin_login .flb em,
	#fwin_login .flb em a {
		font-size: 16px;
		font-weight: 700;
		line-height: 1.25;
		color: #17253a;
	}

	#fwin_login .flbc {
		position: static !important;
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		margin: 0 !important;
		background: #f1f4f7 !important;
		border-radius: 50%;
		color: #475569;
		font-size: 0;
		line-height: 30px;
		text-align: center;
		text-indent: 0;
	}

	#fwin_login .flbc::before {
		content: "\00d7";
		font-size: 23px;
		font-weight: 400;
	}

	#fwin_login form .c {
		padding: 4px 10px 8px !important;
	}

	#fwin_login .rfm {
		width: 100% !important;
		margin: 0 !important;
		padding: 2px 0 !important;
		border: 0 !important;
		box-sizing: border-box;
	}

	#fwin_login .rfm table,
	#fwin_login .rfm tbody {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	#fwin_login .rfm tr {
		display: grid;
		width: 100% !important;
		grid-template-columns: 66px minmax(0, 1fr);
		align-items: center;
		column-gap: 6px;
		row-gap: 0;
		box-sizing: border-box;
	}

	#fwin_login .rfm th,
	#fwin_login .rfm td {
		display: block;
		width: auto !important;
		padding: 0 !important;
		text-align: left !important;
	}

	#fwin_login .rfm th {
		grid-column: 1;
		min-height: 0;
		margin-bottom: 0;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.4;
		color: #334155;
	}

	#fwin_login .rfm td.tipcol {
		grid-column: 2;
		padding-top: 1px !important;
		font-size: 12px;
		line-height: 1.4;
		text-align: right !important;
	}

	#fwin_login .rfm .px,
	#fwin_login .rfm select,
	#fwin_login .rfm .p_fre {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 34px;
		margin: 0 !important;
		padding: 5px 7px;
		box-sizing: border-box;
		font-size: 14px;
	}

	#fwin_login .rfm .login_slct,
	#fwin_login .rfm .login_slct select {
		float: none !important;
		display: block;
		width: 100% !important;
	}

	#fwin_login .rfm label {
		font-size: 13px;
		line-height: 1.5;
	}

	#fwin_login .rfm input[type="checkbox"] {
		width: 18px;
		height: 18px;
		margin: 0 7px 0 0;
		vertical-align: -4px;
	}

	#fwin_login [id^="seccode_"] {
		display: block;
		max-width: 100%;
	}

	#fwin_login [id^="seccode_"] img {
		max-width: 100%;
		height: auto;
	}

	#fwin_login input[id^="seccodeverify_"] {
		display: inline-block !important;
		width: 116px !important;
		margin-right: 6px !important;
	}

	#fwin_login .rfm.loginb button,
	#fwin_login .rfm .pn {
		width: 100%;
		min-height: 36px;
		margin: 0 !important;
		font-size: 14px;
		font-weight: 700;
	}

	#fwin_login .rfm.loginb button {
		width: 104px;
		margin: 0 auto !important;
	}

	#fwin_login .rfm.bw0 {
		padding-top: 2px !important;
		padding-bottom: 5px !important;
	}

	#fwin_login .rfm.bw0 td {
		display: flex;
		width: 100% !important;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	#fwin_login .rfm.bw0 tr {
		display: block;
	}

	/* Native no-permission page fallback: same stacked form logic as Discuz touch. */
	body.pg_post #main_message.nfl {
		width: 100% !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.pg_post #main_message.nfl .f_c.altw {
		width: calc(100% - 24px) !important;
		max-width: 420px;
		margin: 12px auto 24px !important;
		padding: 16px !important;
		box-sizing: border-box;
		border: 1px solid #e2e7ed;
		border-radius: 12px;
		background: #fff;
		box-shadow: none;
	}

	body.pg_post #messagetext.alert_info {
		margin: 0;
		padding: 10px 12px;
		border-left: 3px solid var(--usz-brand);
		background: #fff7f7;
		font-size: 15px;
		line-height: 1.55;
		text-align: left;
	}

	#messagelogin,
	body.pg_logging #ct > div:not(.nfl),
	body.pg_logging [id^="main_messaqge_"],
	body.pg_logging [id^="layer_login_"] {
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	#messagelogin {
		max-width: 390px;
		margin: 12px auto 0;
	}

	#messagelogin .flb,
	body.pg_logging [id^="layer_login_"] > .flb {
		display: none;
	}

	#messagelogin form .c,
	body.pg_logging [id^="layer_login_"] form .c {
		padding: 0 !important;
	}

	#messagelogin .rfm,
	body.pg_logging .rfm {
		width: 100% !important;
		margin: 0 !important;
		padding: 7px 0 !important;
		border: 0 !important;
		box-sizing: border-box;
	}

	#messagelogin .rfm table,
	#messagelogin .rfm tbody,
	#messagelogin .rfm tr,
	#messagelogin .rfm th,
	#messagelogin .rfm td,
	body.pg_logging .rfm table,
	body.pg_logging .rfm tbody,
	body.pg_logging .rfm tr,
	body.pg_logging .rfm th,
	body.pg_logging .rfm td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}

	#messagelogin .rfm th,
	#messagelogin .rfm td,
	body.pg_logging .rfm th,
	body.pg_logging .rfm td {
		padding: 0 !important;
		text-align: left !important;
	}

	#messagelogin .rfm th,
	body.pg_logging .rfm th {
		min-height: 0;
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		color: #334155;
	}

	#messagelogin .rfm td.tipcol,
	body.pg_logging .rfm td.tipcol {
		padding-top: 5px !important;
		font-size: 13px;
		line-height: 1.4;
		text-align: right !important;
	}

	#messagelogin .rfm .px,
	#messagelogin .rfm select,
	body.pg_logging .rfm .px,
	body.pg_logging .rfm select {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 44px;
		margin: 0 !important;
		padding: 8px 10px;
		box-sizing: border-box;
		font-size: 16px;
	}

	#messagelogin .login_slct,
	#messagelogin .login_slct select,
	body.pg_logging .login_slct,
	body.pg_logging .login_slct select {
		float: none !important;
		display: block;
		width: 100% !important;
	}

	#messagelogin .rfm .pn,
	body.pg_logging .rfm .pn {
		width: 100%;
		min-height: 46px;
		margin: 0 !important;
		font-size: 16px;
		font-weight: 700;
	}

	#messagelogin [id^="seccode_"] img,
	body.pg_logging [id^="seccode_"] img {
		max-width: 100%;
		height: auto;
	}

	body.pg_logging #ct {
		max-width: 420px !important;
		padding: 12px !important;
	}
}
/* Accessible semantic heading for layouts whose visible brand treatment is not
   rendered as a heading. */
.usz-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
