.usz-channel-main {
	padding: 14px 0 24px;
}

.usz-channel-card,
.usz-channel-hero,
.usz-channel-related,
.usz-channel-editorial {
	border: 1px solid var(--usz-line);
	background: var(--usz-surface);
}

.usz-channel-hero {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 74px;
	align-items: center;
	gap: 24px;
	padding: 12px 18px;
	border-top: 2px solid var(--usz-brand);
}

.usz-channel-hero__title p,
.usz-channel-card__head span,
.usz-channel-related > header span,
.usz-channel-editorial > header > div > span {
	margin: 0 0 2px;
	color: var(--usz-brand);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.usz-channel-hero h1,
.usz-channel-card__head h2,
.usz-channel-related h2,
.usz-channel-editorial h2 {
	margin: 0;
	font-family: Georgia, "Songti SC", "STSong", serif;
	line-height: 1.2;
}

.usz-channel-hero h1 {
	font-size: 29px;
}

.usz-channel-hero__links {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 7px 16px;
	flex-wrap: wrap;
	line-height: 1.25;
}

.usz-channel-hero__links a {
	white-space: nowrap;
}

.usz-channel-hero__links a + a {
	position: relative;
}

.usz-channel-hero__links a + a::before {
	position: absolute;
	top: 50%;
	left: -9px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #b8c0cb;
	content: "";
}

.usz-channel-hero__cta {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 7px 15px;
	border: 1px solid var(--usz-brand);
	border-radius: 5px;
	color: var(--usz-brand) !important;
	font-weight: 800;
	white-space: nowrap;
}

.usz-channel-ad {
	position: relative;
	overflow: hidden;
	background: #fff;
}

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

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

.usz-channel-ad--banner {
	min-height: 72px;
	margin-top: 12px;
	border: 1px solid #ccd2da;
}

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

.usz-channel-ad--banner .usz-ad-creative,
.usz-channel-ad--banner .usz-ad-creative a {
	display: block;
	height: 84px;
}

.usz-channel-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 14px;
	margin-top: 14px;
}

.usz-channel-card__head,
.usz-channel-related > header,
.usz-channel-editorial > header {
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 16px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-channel-card__head h2,
.usz-channel-related h2,
.usz-channel-editorial h2 {
	font-size: 23px;
}

.usz-channel-card__head > a,
.usz-channel-related > header > a,
.usz-channel-editorial > header > a,
.usz-channel-side-list header a,
.usz-cross-card header > a {
	color: var(--usz-brand);
	font-weight: 700;
	white-space: nowrap;
}

.usz-channel-list,
.usz-listing-cards,
.usz-channel-side-list ul,
.usz-cross-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.usz-listing-cards {
	padding: 8px;
	background: #f1f4f7;
}

.usz-listing-card {
	position: relative;
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	min-height: 0;
	gap: 11px;
	margin-bottom: 8px;
	padding: 8px;
	overflow: hidden;
	border: 1px solid #e1e6eb;
	border-radius: 6px;
	background: #fff;
}

.usz-listing-card:last-child {
	margin-bottom: 0;
}

.usz-listing-card.is-sticky {
	border-color: #ffd5c7;
}

.usz-listing-card__sticky {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 3px 9px 4px 12px;
	border-radius: 0 5px 0 13px;
	background: #ff6b3d;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.usz-listing-card__image {
	display: grid;
	width: 128px;
	height: 96px;
	align-self: center;
	overflow: hidden;
	border-radius: 4px;
	background: #e9edf1;
	color: #8a949f;
	font-size: 11px;
	place-items: center;
}

.usz-listing-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-listing-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.usz-listing-card h3 {
	margin: 0;
	padding-right: 40px;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
}

.usz-listing-card h3 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-listing-card__tags {
	display: flex;
	min-height: 22px;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
	flex-wrap: wrap;
}

.usz-listing-card__tags span,
.usz-listing-card__tags strong,
.usz-listing-card__quick span,
.usz-listing-card__quick strong {
	padding: 2px 7px;
	border-radius: 3px;
	background: #f0f2f4;
	color: #596473;
	font-size: 11px;
	font-weight: 600;
}

.usz-listing-card__tags strong,
.usz-listing-card__quick strong {
	background: #fff1ee;
	color: var(--usz-brand);
}

.usz-listing-card__body > p {
	display: -webkit-box;
	margin: 4px 0;
	overflow: hidden;
	color: #566170;
	font-size: 13px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-listing-card footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 7px;
	border-top: 1px solid #edf0f3;
}

.usz-listing-card footer > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 6px 13px;
	overflow: hidden;
	color: #7b8591;
	font-size: 11px;
	white-space: nowrap;
}

.usz-listing-card__location {
	overflow: hidden;
	color: #536474;
	text-overflow: ellipsis;
}

.usz-listing-card__quick {
	display: flex;
	flex: none;
	align-items: center;
	gap: 5px;
	margin-left: auto;
	white-space: nowrap;
}

.usz-listing-card__quick:hover span,
.usz-listing-card__quick:hover strong {
	filter: brightness(0.97);
}

.usz-channel-list > li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 53px;
	align-items: center;
	gap: 16px;
	padding: 7px 16px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-channel-list > li:last-child {
	border-bottom: 0;
}

.usz-channel-list__main,
.usz-channel-list__contact {
	min-width: 0;
}

.usz-channel-list__title {
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-channel-list__title > span {
	margin-right: 7px;
	padding: 1px 5px;
	background: var(--usz-brand);
	color: #fff;
	font-size: 10px;
	vertical-align: 1px;
}

.usz-channel-list__main p {
	display: flex;
	min-width: 0;
	gap: 5px 12px;
	margin: 2px 0 0;
	overflow: hidden;
	color: var(--usz-muted);
	font-size: 12px;
	line-height: 1.25;
	white-space: nowrap;
}

.usz-channel-list__main p strong {
	color: var(--usz-brand);
}

.usz-channel-list__contact {
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	gap: 4px 11px;
	color: var(--usz-muted);
	font-size: 12px;
	white-space: nowrap;
}

.usz-channel-list__contact strong {
	color: var(--usz-ink);
	font-size: 13px;
}

.usz-channel-empty {
	display: grid;
	min-height: 220px;
	place-items: center;
	padding: 24px;
	color: var(--usz-muted);
}

.usz-channel-side {
	display: grid;
	gap: 14px;
}

.usz-channel-ad--rail {
	min-height: 180px;
	border: 1px solid #c9d0d8;
}

.usz-channel-ad--rail .usz-ad-creative,
.usz-channel-ad--rail .usz-ad-creative a {
	display: block;
	height: 184px;
}

.usz-channel-side-list header,
.usz-cross-card header {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 12px;
	border-bottom: 2px solid var(--usz-brand);
}

.usz-channel-side-list header h2,
.usz-cross-card header h3 {
	margin: 0;
	font-size: 17px;
}

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

.usz-channel-side-list li:last-child {
	border-bottom: 0;
}

.usz-channel-side-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-channel-side-list li a span {
	margin-right: 5px;
	color: var(--usz-brand);
	font-size: 11px;
}

.usz-channel-side-list time {
	color: var(--usz-muted);
	font-size: 11px;
}

.usz-channel-ad--mid {
	min-height: 82px;
	margin-top: 14px;
	border: 1px solid #ccd2da;
}

.usz-channel-ad--mid .usz-ad-creative,
.usz-channel-ad--mid .usz-ad-creative a {
	display: block;
	height: 84px;
}

.usz-channel-related,
.usz-channel-editorial {
	margin-top: 14px;
}

.usz-channel-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 12px;
}

.usz-cross-card ul {
	padding: 3px 11px 7px;
}

.usz-cross-card li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	border-bottom: 1px dotted #d5dae0;
	font-size: 13px;
}

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

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

.usz-cross-card li span {
	max-width: 92px;
	color: var(--usz-brand);
	font-size: 11px;
}

.usz-channel-editorial > header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
}

.usz-channel-editorial > header nav {
	display: flex;
	justify-content: center;
	gap: 6px 15px;
	flex-wrap: wrap;
}

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

.usz-channel-editorial__list article {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	min-height: 90px;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-right: 1px solid var(--usz-line);
	border-bottom: 1px solid var(--usz-line);
}

.usz-channel-editorial__list article:nth-child(4n) {
	border-right: 0;
}

.usz-channel-editorial__list article > a {
	display: block;
	width: 88px;
	height: 64px;
	overflow: hidden;
}

.usz-channel-editorial__list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-channel-editorial__list article > div {
	min-width: 0;
}

.usz-channel-editorial__list article span,
.usz-channel-editorial__list time {
	color: var(--usz-muted);
	font-size: 10px;
}

.usz-channel-editorial__list h3 {
	display: -webkit-box;
	margin: 2px 0;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-channel-ad--bottom {
	margin-bottom: 0;
}

.usz-channel-articles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usz-channel-articles article {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	min-height: 124px;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-right: 1px solid var(--usz-line);
	border-bottom: 1px solid var(--usz-line);
}

.usz-channel-articles article:nth-child(2n) {
	border-right: 0;
}

.usz-channel-articles article.no-image {
	display: block;
	min-height: 0;
	padding: 11px 14px;
}

.usz-channel-articles article.no-image > div {
	width: 100%;
}

.usz-channel-articles article.no-image h2 {
	-webkit-line-clamp: 1;
}

.usz-channel-articles article.no-image p {
	margin-top: 4px;
	-webkit-line-clamp: 1;
}

.usz-channel-articles__image {
	display: block;
	width: 128px;
	height: 88px;
	overflow: hidden;
}

.usz-channel-articles img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-channel-articles article > div {
	min-width: 0;
}

.usz-channel-articles h2 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-channel-articles p {
	display: -webkit-box;
	margin: 5px 0 2px;
	overflow: hidden;
	color: var(--usz-muted);
	font-size: 12px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-channel-articles article span {
	color: var(--usz-muted);
	font-size: 11px;
}

.usz-channel-pages {
	padding: 14px;
	text-align: center;
}

.usz-hot-channel-headline {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr);
	min-height: 286px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-hot-channel-headline__image {
	display: block;
	min-width: 0;
	height: 286px;
	overflow: hidden;
}

.usz-hot-channel-headline__image img,
.usz-hot-channel-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.usz-hot-channel-headline > div {
	display: flex;
	min-width: 0;
	justify-content: center;
	flex-direction: column;
	padding: 22px;
}

.usz-hot-channel-headline > div > span {
	align-self: flex-start;
	padding: 3px 8px;
	background: var(--usz-brand);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.usz-hot-channel-headline h2 {
	margin: 11px 0 8px;
	font-family: Georgia, "Songti SC", "STSong", serif;
	font-size: 25px;
	line-height: 1.35;
}

.usz-hot-channel-headline p {
	display: -webkit-box;
	margin: 0 0 13px;
	overflow: hidden;
	color: var(--usz-muted);
	font-size: 13px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.usz-hot-channel-headline time,
.usz-hot-channel-grid time {
	color: var(--usz-muted);
	font-size: 11px;
}

.usz-hot-channel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usz-hot-channel-grid article {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	min-height: 112px;
	align-items: center;
	gap: 11px;
	padding: 10px;
	border-right: 1px solid var(--usz-line);
	border-bottom: 1px solid var(--usz-line);
}

.usz-hot-channel-grid article:nth-child(2n) {
	border-right: 0;
}

.usz-hot-channel-item__image {
	display: block;
	width: 132px;
	height: 88px;
	overflow: hidden;
}

.usz-hot-channel-grid article > div {
	min-width: 0;
}

.usz-hot-channel-grid h2 {
	display: -webkit-box;
	margin: 0 0 4px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.usz-hot-channel-grid p {
	display: -webkit-box;
	margin: 0 0 4px;
	overflow: hidden;
	color: var(--usz-muted);
	font-size: 11px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.usz-article-breadcrumb {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	color: var(--usz-muted);
	font-size: 12px;
}

.usz-article-head {
	padding: 22px 28px 17px;
	border-bottom: 1px solid var(--usz-line);
}

.usz-article-head > a {
	color: var(--usz-brand);
	font-size: 12px;
	font-weight: 800;
}

.usz-article-head h1 {
	margin: 7px 0 9px;
	font-family: Georgia, "Songti SC", "STSong", serif;
	font-size: 31px;
	line-height: 1.35;
}

.usz-article-head p {
	display: flex;
	gap: 16px;
	margin: 0;
	color: var(--usz-muted);
	font-size: 12px;
}

.usz-article-summary {
	margin: 18px 28px 0;
	padding: 13px 16px;
	border-left: 3px solid var(--usz-brand);
	background: var(--usz-soft-blue);
	color: #475467;
	font-size: 15px;
	line-height: 1.75;
}

.usz-article-content {
	padding: 22px 28px 30px;
	font-size: 16px;
	line-height: 1.9;
	word-break: break-word;
}

.usz-article-content img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.usz-article-content video,
.usz-article-content iframe {
	max-width: 100%;
}

.usz-article-content p {
	margin: 0 0 1.15em;
}

.usz-article-return {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 28px;
	border-top: 1px solid var(--usz-line);
	font-weight: 700;
}

.usz-article-return a:last-child {
	color: var(--usz-brand);
}

.usz-channel-related__grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.usz-article-hot {
	margin-top: 14px;
}

.usz-article-related {
	margin-top: 14px;
}

.usz-article-layout {
	align-items: stretch;
}

body.usz-article-shell {
	overflow-x: clip;
}

.usz-article-side {
	align-content: start;
}

.usz-article-side-sticky {
	position: sticky;
	top: 14px;
	display: grid;
	gap: 14px;
}

.usz-article-related .usz-channel-editorial__list article:not(.has-image) {
	grid-template-columns: minmax(0, 1fr);
	min-height: 48px;
	padding: 8px 11px;
}

.usz-article-related .usz-channel-editorial__list article:not(.has-image) > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.usz-article-related .usz-channel-editorial__list article:not(.has-image) h3 {
	display: block;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.usz-article-hot ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.usz-article-hot li {
	border-right: 1px solid var(--usz-line);
}

@media (max-width: 1040px) {
	.usz-article-side-sticky {
		position: static;
	}

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

	.usz-channel-hero {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px 20px;
	}

	.usz-channel-hero__cta {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.usz-channel-hero__links {
		grid-column: 1 / -1;
	}

	.usz-channel-list__contact span {
		display: none;
	}

	.usz-channel-related__grid,
	.usz-channel-editorial__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.usz-hot-channel-headline {
		grid-template-columns: minmax(0, 1fr);
	}

	.usz-hot-channel-headline__image {
		height: 220px;
	}

	.usz-hot-channel-headline > div {
		padding: 16px;
	}

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

	.usz-hot-channel-grid article {
		border-right: 0;
	}

	.usz-channel-editorial__list article:nth-child(2n) {
		border-right: 0;
	}

	.usz-channel-editorial > header {
		grid-template-columns: auto 1fr;
	}

	.usz-channel-editorial > header > a {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.usz-channel-editorial > header nav {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {
	.usz-channel-main {
		padding-top: 8px;
	}

	.usz-channel-hero {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 0;
		gap: 5px 10px;
		padding: 9px 11px;
	}

	.usz-channel-hero__title p {
		display: none;
	}

	.usz-channel-hero h1 {
		font-size: 23px;
	}

	.usz-channel-hero__links {
		display: block;
		grid-column: 1 / -1;
		max-height: 40px;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
	}

	.usz-channel-hero__links a {
		margin-right: 11px;
	}

	.usz-channel-hero__links a + a::before {
		display: none;
	}

	.usz-channel-hero__cta {
		grid-column: 2;
		grid-row: 1;
		min-height: 36px;
		padding: 6px 12px;
		font-size: 13px;
	}

	.usz-channel-ad--banner,
	.usz-channel-ad--banner .usz-ad-creative,
	.usz-channel-ad--banner .usz-ad-creative a,
	.usz-channel-ad--mid,
	.usz-channel-ad--mid .usz-ad-creative,
	.usz-channel-ad--mid .usz-ad-creative a {
		min-height: 54px;
		height: 54px;
	}

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

	.usz-channel-feed,
	.usz-channel-side {
		width: 100%;
	}

	.usz-channel-card__head,
	.usz-channel-related > header,
	.usz-channel-editorial > header {
		min-height: 50px;
		padding: 8px 11px;
	}

	.usz-channel-card__head h2,
	.usz-channel-related h2,
	.usz-channel-editorial h2 {
		font-size: 20px;
	}

	.usz-channel-list > li {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 48px;
		gap: 8px;
		padding: 6px 10px;
	}

	.usz-channel-list__title {
		font-size: 14px;
	}

	.usz-channel-list__main p {
		gap: 7px;
		font-size: 11px;
	}

	.usz-channel-list__contact {
		display: block;
	}

	.usz-channel-list__contact span,
	.usz-channel-list__contact strong {
		display: none;
	}

	.usz-listing-cards {
		padding: 6px;
	}

	.usz-listing-card {
		grid-template-columns: 92px minmax(0, 1fr);
		min-height: 0;
		gap: 9px;
		padding: 8px;
	}

	.usz-listing-card__image {
		width: 92px;
		height: 78px;
		align-self: start;
	}

	.usz-listing-card h3 {
		padding-right: 27px;
		font-size: 14px;
	}

	.usz-listing-card__tags {
		max-height: 22px;
		margin-top: 4px;
		overflow: hidden;
		flex-wrap: nowrap;
	}

	.usz-listing-card__body > p {
		margin: 4px 0;
		font-size: 11px;
		-webkit-line-clamp: 2;
	}

	.usz-listing-card footer {
		gap: 7px;
		padding-top: 5px;
	}

	.usz-listing-card footer > div {
		gap: 7px;
		font-size: 9px;
	}

	.usz-listing-card__quick span,
	.usz-listing-card__quick strong {
		padding: 3px 6px;
		font-size: 10px;
	}

	.usz-listing-card__location {
		display: none;
	}

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

	.usz-channel-ad--rail,
	.usz-channel-ad--rail .usz-ad-creative,
	.usz-channel-ad--rail .usz-ad-creative a {
		min-height: 138px;
		height: 138px;
	}

	.usz-channel-related__grid,
	.usz-channel-editorial__list,
	.usz-channel-articles {
		grid-template-columns: 1fr;
	}

	.usz-channel-related__grid {
		padding: 8px;
	}

	.usz-channel-editorial > header {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.usz-channel-editorial > header nav {
		display: block;
		max-height: 38px;
		overflow: hidden;
		font-size: 12px;
		line-height: 19px;
	}

	.usz-channel-editorial > header nav a {
		margin-right: 10px;
	}

	.usz-channel-editorial__list article,
	.usz-channel-articles article {
		border-right: 0;
	}

	.usz-channel-articles article {
		grid-template-columns: 108px minmax(0, 1fr);
		min-height: 106px;
		padding: 9px;
	}

	.usz-channel-articles__image {
		width: 108px;
		height: 76px;
	}

	.usz-hot-channel-headline {
		min-height: 0;
	}

	.usz-hot-channel-headline__image {
		height: 168px;
	}

	.usz-hot-channel-headline > div {
		padding: 13px;
	}

	.usz-hot-channel-headline h2 {
		margin: 8px 0 5px;
		font-size: 21px;
	}

	.usz-hot-channel-headline p {
		margin-bottom: 8px;
		-webkit-line-clamp: 2;
	}

	.usz-hot-channel-grid article {
		grid-template-columns: 92px minmax(0, 1fr);
		min-height: 88px;
		gap: 8px;
		padding: 8px;
	}

	.usz-hot-channel-item__image {
		width: 92px;
		height: 68px;
	}

	.usz-article-head {
		padding: 17px 15px 13px;
	}

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

	.usz-article-summary {
		margin: 12px 14px 0;
		padding: 10px 12px;
		font-size: 14px;
	}

	.usz-article-content {
		padding: 17px 15px 22px;
		font-size: 16px;
		line-height: 1.8;
	}

	.usz-article-return {
		padding: 10px 14px;
		font-size: 12px;
	}

	.usz-article-hot ul {
		grid-template-columns: 1fr;
	}

	.usz-article-hot li {
		border-right: 0;
	}

	.usz-article-related {
		margin-top: 8px;
	}

	.usz-article-related .usz-channel-editorial__list article {
		min-height: 0;
	}

	.usz-article-related .usz-channel-editorial__list article:not(.has-image) {
		padding: 8px 11px;
	}
}

/* Mobile channel cards stay dense while using phone-readable text sizes. */
@media (max-width: 700px) {
	.usz-channel-hero__links,
	.usz-channel-hero__cta,
	.usz-channel-editorial > header nav,
	.usz-channel-list__main p,
	.usz-listing-card__body > p,
	.usz-channel-articles p,
	.usz-article-return {
		font-size: 14px;
	}

	.usz-channel-list__title,
	.usz-listing-card h3,
	.usz-channel-articles h2,
	.usz-channel-editorial__list h3,
	.usz-cross-card li,
	.usz-channel-side-list li {
		font-size: 16px;
	}

	.usz-listing-card footer > div,
	.usz-listing-card__quick span,
	.usz-listing-card__quick strong,
	.usz-channel-articles article span,
	.usz-channel-editorial__list article span,
	.usz-channel-editorial__list time,
	.usz-channel-side-list time,
	.usz-hot-channel-headline time,
	.usz-hot-channel-grid time {
		font-size: 12px;
	}

	.usz-listing-card__quick span,
	.usz-listing-card__quick strong {
		font-size: 13px;
	}

	.usz-hot-channel-headline p,
	.usz-hot-channel-grid p {
		font-size: 14px;
	}

	.usz-hot-channel-grid h3 {
		font-size: 16px;
	}

	.usz-article-content {
		font-size: 16px;
	}
}
