/* Figma frame 250:11218 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â dedicated Market Commentary single. */
.abr-market-single {
	--abr-navy: #002b45;
	--abr-yellow: #ffcd00;
	--abr-copy: #44403c;
	--abr-paper: #f2f5f7;
	--abr-border: #e7e5e4;
}

.abr-market-single .abr-editorial-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--abr-navy);
}

.abr-market-single .abr-editorial-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background: rgba(0, 43, 69, .84);
}

.abr-market-single .abr-editorial-hero__media {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.abr-market-single .abr-editorial-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
}

.abr-market-single .abr-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 2.88px;
	text-transform: uppercase;
}

.abr-market-single .abr-crumb a {
	color: var(--abr-yellow);
}

.abr-market-single .abr-report-views {
	display: block;
	padding-left: 24px;
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.abr-market-single .abr-market-report-cover {
	height: auto;
	margin-bottom: 33px;
}

.abr-market-single .abr-market-report-cover > img {
	width: 100%;
	height: 633px;
	object-fit: cover;
}

.abr-market-single .abr-market-report-cover figcaption {
	display: flex;
	gap: 8px;
	height: auto;
	margin-top: 15px;
	color: #78716c;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.abr-market-single .abr-market-report-layout {
	align-items: stretch;
}

.abr-market-single .abr-article-sidebar {
	position: relative;
	top: auto;
}

.abr-market-single .abr-article-sidebar > * + * {
	margin-top: 32px;
}

.abr-market-single .abr-report-snapshot,
.abr-market-single .abr-report-toc,
.abr-market-single .abr-report-share,
.abr-market-single .abr-sidebar-agent {
	margin-bottom: 0;
}

.abr-market-single .abr-report-snapshot h2 {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 0 0 20px;
	color: var(--abr-yellow);
	font-size: 16px !important;
	font-weight: 800;
	line-height: 24px !important;
	letter-spacing: 3.52px;
	text-transform: uppercase;
}

.abr-market-single .abr-report-snapshot h2::before {
	width: 32px;
	height: 2px;
	content: "";
	background: var(--abr-yellow);
}

.abr-market-single .abr-report-toc {
	padding: 32px 28px 28px;
	background: var(--abr-paper);
	border-top: 4px solid var(--abr-yellow);
}

.abr-market-single .abr-report-toc h2,
.abr-market-single .abr-report-share h2 {
	margin: 0 0 20px;
	color: var(--abr-navy);
	font-size: 18px !important;
	font-weight: 800;
	line-height: 27px !important;
	letter-spacing: .9px;
	text-transform: uppercase;
}

.abr-market-single .abr-report-toc ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.abr-market-single .abr-report-toc li {
	margin: 4px 0 0;
}

.abr-market-single .abr-report-toc a {
	display: block;
	min-height: 42px;
	padding: 10px 16px 10px 20px;
	border-left: 4px solid transparent;
	color: var(--abr-copy);
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

.abr-market-single .abr-report-toc a:hover,
.abr-market-single .abr-report-toc a:focus-visible,
.abr-market-single .abr-report-toc a.is-active {
	border-left-color: var(--abr-yellow);
	color: var(--abr-navy);
}

.abr-market-single .abr-report-share {
	height: auto;
	padding: 29px;
	background: #fff;
	border: 1px solid var(--abr-border);
}

.abr-market-single .abr-report-share > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.abr-market-single .abr-report-share a,
.abr-market-single .abr-report-share button {
	display: flex;
	min-width: 0;
	height: 48px;
	align-items: center;
	padding: 12px 16px;
	border: 0;
	color: #1c1917;
	background: var(--abr-paper);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .65px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.abr-market-single .abr-sidebar-agent a {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--abr-yellow);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.abr-market-single .abr-report-stat-section > h2 {
	margin: 0 0 18px;
	color: var(--abr-navy);
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -.72px;
	text-transform: uppercase;
}

.abr-market-single .abr-inline-stats--wide {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	margin-bottom: 35px;
}

.abr-market-single .abr-inline-stats--wide span {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: #57534e;
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	letter-spacing: .8px;
	text-align: left;
	text-transform: uppercase;
}

.abr-market-single .abr-inline-stats--wide strong {
	margin: 0;
	color: var(--abr-navy);
	font-size: 36px;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: -.72px;
}

.abr-market-single .abr-inline-stats--wide small {
	color: var(--abr-copy);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.abr-market-single .abr-article-lead {
	min-height: 0;
	margin-bottom: 19px;
	color: var(--abr-navy);
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
}

.abr-market-single .abr-entry-content {
	color: var(--abr-copy);
	font-size: 18px;
	font-weight: 500;
	line-height: 30.6px;
}

.abr-market-single .abr-entry-content h2 {
	scroll-margin-top: 32px;
	margin: 35px 0 18px;
	color: var(--abr-navy);
	font-size: 36px;
	font-weight: 900;
	line-height: 39.6px;
	letter-spacing: -.72px;
	text-transform: uppercase;
}

.abr-market-single .abr-entry-content h3 {
	color: var(--abr-navy);
	font-size: 22px;
	font-weight: 800;
	line-height: 28px;
	text-transform: uppercase;
}

.abr-market-single .abr-entry-content strong {
	color: var(--abr-navy);
	font-weight: 800;
}

.abr-market-single .abr-entry-content li::marker {
	color: var(--abr-yellow);
	font-weight: 900;
}

.abr-market-single .abr-entry-content figure img {
	width: 100%;
}

.abr-market-single .abr-entry-content figcaption {
	margin-top: 15px;
	color: #78716c;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
}

.abr-market-single .abr-entry-content blockquote {
	padding: 30px 36px;
	border-left: 4px solid var(--abr-yellow);
	color: var(--abr-navy);
	background: var(--abr-paper);
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}

.abr-market-single .abr-report-methodology {
	padding: 32px 32px 32px 36px;
	margin-top: 36px;
	background: var(--abr-paper);
	border-left: 4px solid var(--abr-yellow);
}

.abr-market-single .abr-report-methodology h2 {
	margin: 0 0 8px;
	color: var(--abr-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 27px;
	text-transform: uppercase;
}

.abr-market-single .abr-report-methodology p {
	margin: 0;
	font-size: 16px;
	line-height: 27.2px;
}

.abr-market-single .abr-market-chart {
	padding: 64px 36px 60px;
	margin: 22px 0 28px;
	border: 1px solid var(--abr-border);
}

.abr-market-single .abr-market-chart .abr-kicker {
	margin-bottom: 38px;
	color: var(--abr-yellow);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3.52px;
	text-transform: uppercase;
}

.abr-market-single .abr-market-chart h3 {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 27px;
}

.abr-market-single .abr-chart-legend {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 600;
}

.abr-market-single .abr-chart-legend span::before {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 8px;
	content: "";
	background: var(--abr-navy);
}

.abr-market-single .abr-chart-legend span:last-child::before {
	background: var(--abr-yellow);
}

.abr-market-single .abr-chart-row {
	display: grid;
	grid-template-columns: 64px 1fr 96px;
	gap: 16px;
	align-items: center;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.abr-market-single .abr-chart-row > span {
	height: 36px;
	background: var(--abr-paper);
}

.abr-market-single .abr-chart-row i {
	display: block;
	width: 78%;
	height: 100%;
	background: linear-gradient(90deg, var(--abr-navy), #013556);
}

.abr-market-single .abr-chart-row:nth-of-type(4) i { width: 76%; }
.abr-market-single .abr-chart-row:nth-of-type(5) i { width: 80%; }
.abr-market-single .abr-chart-row:nth-of-type(6) i { width: 83%; }
.abr-market-single .abr-chart-row:nth-of-type(7) i { width: 86%; }
.abr-market-single .abr-chart-row--current i { width: 90%; background: var(--abr-yellow); }
.abr-market-single .abr-chart-row > strong { text-align: right; }
.abr-market-single .abr-market-chart > small { display: block; margin-top: 22px; color: #78716c; font-size: 12px; line-height: 18px; }

.abr-market-single .abr-report-pro-tip {
	padding: 28px 32px;
	margin: 24px 0;
	color: #fff;
	background: var(--abr-navy);
	border-bottom: 8px solid var(--abr-yellow);
}

.abr-market-single .abr-report-pro-tip small { color: var(--abr-yellow); font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
.abr-market-single .abr-report-pro-tip h3 { margin: 6px 0; color: #fff; font-size: 20px; }
.abr-market-single .abr-report-pro-tip p { margin: 0; }

.abr-market-single .abr-suburb-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4px;
	margin: 20px 0;
}

.abr-market-single .abr-suburb-grid > div {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: var(--abr-paper);
	border-top: 4px solid var(--abr-yellow);
}

.abr-market-single .abr-suburb-grid span { font-size: 14px; font-weight: 800; text-transform: uppercase; }
.abr-market-single .abr-suburb-grid strong { font-size: 28px; line-height: 36px; }
.abr-market-single .abr-suburb-grid small { font-size: 14px; }
.abr-market-single blockquote cite { display: block; margin-top: 10px; color: #78716c; font-size: 14px; }

.abr-market-single .abr-report-cta {
	padding: 36px;
	margin-top: 28px;
	color: var(--abr-copy);
	background: var(--abr-yellow);
	border-bottom: 8px solid var(--abr-navy);
}

.abr-market-single .abr-report-cta > div {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.abr-market-single .abr-report-cta > div:first-child > span {
	display: grid;
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	place-items: center;
	color: var(--abr-yellow);
	background: var(--abr-navy);
}

.abr-market-single .abr-report-cta small,
.abr-market-single .abr-report-cta strong {
	display: block;
	color: var(--abr-navy);
	text-transform: uppercase;
}

.abr-market-single .abr-report-cta small { font-weight: 800; letter-spacing: 3.52px; }
.abr-market-single .abr-report-cta strong { font-size: 24px; line-height: 29px; }
.abr-market-single .abr-report-cta > p { margin: 20px 0; }
.abr-market-single .abr-report-cta .abr-button { color: #fff; background: var(--abr-navy); }
.abr-market-single .abr-report-cta .abr-button--outline { color: var(--abr-navy); background: transparent; border: 2px solid var(--abr-navy); }

.abr-market-single .abr-report-adjacent {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin-top: 32px;
}

.abr-market-single .abr-report-adjacent a {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	gap: 12px;
	padding: 24px 28px;
	background: var(--abr-paper);
	border-bottom: 2px solid var(--abr-yellow);
	border-left: 4px solid var(--abr-yellow);
}

.abr-market-single .abr-report-adjacent a:last-child {
	align-items: flex-end;
	border-right: 4px solid var(--abr-yellow);
	border-left: 0;
	text-align: right;
}

.abr-market-single .abr-report-adjacent small { color: #d1a900; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.abr-market-single .abr-report-adjacent strong { color: var(--abr-navy); text-transform: uppercase; }

.abr-market-single .abr-related .abr-button--outline {
	align-self: end;
	padding: 16px 24px;
	border: 2px solid var(--abr-navy);
	color: var(--abr-navy);
	background: transparent;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.abr-market-single .abr-newsletter { min-height: 692px; padding: 112px 0; }
.abr-market-single .abr-newsletter h2 {font-size: 60px;line-height: 60px;letter-spacing: -1.5px;color: #fff;}
.abr-market-single .abr-subscriber-benefits { min-height: 316px; padding: 40px; border-bottom: 8px solid var(--abr-yellow); }
.abr-market-single .abr-subscriber-benefits strong,
.abr-market-single .abr-subscriber-benefits small { display: block; }
.abr-market-single .abr-subscriber-benefits ul { padding: 0; margin: 28px 0 0; list-style: none; }
.abr-market-single .abr-subscriber-benefits li { margin: 0 0 16px; }
.abr-market-single .abr-subscriber-benefits li::before { margin-right: 12px; color: var(--abr-yellow); content: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“"; font-weight: 900; }

@media (max-width: 1319.98px) {
	.abr-market-single .abr-market-report-cover > img {
		height: auto;
		aspect-ratio: 1290 / 633;
	}
}

@media (max-width: 991.98px) {
	.abr-market-single .abr-report-views {
		padding-left: 0;
		border-left: 0;
	}

	.abr-market-single .abr-article-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.abr-market-single .abr-article-sidebar > * + * {
		margin-top: 0;
	}

	.abr-market-single .abr-report-toc {
		grid-row: span 2;
	}
}

@media (max-width: 767.98px) {
	.abr-market-single .abr-article-sidebar {
		display: block;
	}

	.abr-market-single .abr-article-sidebar > * + * {
		margin-top: 24px;
	}

	.abr-market-single .abr-inline-stats--wide {
		grid-template-columns: 1fr;
	}

	.abr-market-single .abr-report-adjacent {
		grid-template-columns: 1fr;
	}

	.abr-market-single .abr-report-adjacent a:last-child {
		align-items: flex-start;
		border-right: 0;
		border-left: 4px solid var(--abr-yellow);
		text-align: left;
	}

	.abr-market-single .abr-report-stat-section > h2,
	.abr-market-single .abr-entry-content h2 {
		font-size: 30px;
		line-height: 34px;
	}
}

@media (max-width: 575.98px) {
	.abr-market-single .abr-report-share > div {
		grid-template-columns: 1fr;
	}

	.abr-market-single .abr-report-stat-section > h2,
	.abr-market-single .abr-entry-content h2 {
		font-size: 27px;
		line-height: 31px;
	}

	.abr-market-single .abr-entry-content,
	.abr-market-single .abr-report-methodology p {
		font-size: 16px;
		line-height: 27px;
	}

	.abr-market-single .abr-market-chart {
		padding: 32px 20px;
	}

	.abr-market-single .abr-chart-row {
		grid-template-columns: 38px 1fr 62px;
		gap: 8px;
		font-size: 12px;
	}

	.abr-market-single .abr-chart-legend {
		flex-direction: column;
		gap: 4px;
	}

	.abr-market-single .abr-suburb-grid {
		grid-template-columns: 1fr;
	}

	.abr-market-single .abr-report-cta {
		padding: 24px;
	}

	.abr-market-single .abr-report-cta > div:last-child {
		flex-direction: column;
	}
}

/* Figma 250:11749 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â More Market Reads. */
.abr-market-single .abr-related { min-height: 982px; padding: 112px 0; background: var(--abr-paper); }
.abr-market-single .abr-related .abr-section-heading { display: grid; grid-template-columns: 735.833px 514.167px; gap: 40px; align-items: end; margin-bottom: 56px; }
.abr-market-single .abr-related .abr-kicker,
.abr-market-single .abr-newsletter--report .abr-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--abr-yellow); font-size: 16px; font-weight: 800; letter-spacing: 3.52px; line-height: 24px; text-transform: uppercase; }
.abr-market-single .abr-related .abr-kicker::before,
.abr-market-single .abr-newsletter--report .abr-kicker::before { width: 40px; height: 2px; flex: none; content: ""; background: var(--abr-yellow); }
.abr-market-single .abr-related .abr-section-heading h2 { margin: 0; color: var(--abr-navy); font-size: 60px; font-weight: 900; letter-spacing: -1.5px; line-height: 60px; text-transform: uppercase; }
.abr-market-single .abr-related .abr-section-heading h2 span { color: #a8a29e; }
.abr-market-single .abr-related .abr-button--outline { display: inline-flex; width: max-content; align-self: end; align-items: center; gap: 12px; padding: 16px 24px; border: 2px solid var(--abr-navy); color: var(--abr-navy); background: transparent; font-size: 16px; font-weight: 800; letter-spacing: .8px; line-height: 24px; text-transform: uppercase; }
.abr-market-single .abr-related .abr-button--outline img { width: 20px; height: 20px; }
.abr-market-single .abr-related .abr-article-grid { gap: 24px; }
.abr-market-single .abr-editorial-card--market-report { min-width: 0; min-height: 598px; border: 1px solid var(--abr-border); }
.abr-market-single .abr-editorial-card--market-report .abr-editorial-card__image { height: 257.5px; }
.abr-market-single .abr-editorial-card--market-report .abr-badge { top: 16px; left: 16px; padding: 6px 14px; font-size: 16px; font-weight: 800; letter-spacing: .8px; line-height: 24px; }
.abr-market-single .abr-editorial-card--market-report .abr-editorial-card__body { min-height: 339px; padding: 28px; }
.abr-market-single .abr-editorial-card--market-report .abr-card-meta { display: flex; align-items: center; gap: 8px; padding: 0 0 16px; margin: 0; color: #57534e; font-size: 16px; font-weight: 600; line-height: 24px; }
.abr-market-single .abr-editorial-card--market-report .abr-card-meta img { width: 16px; height: 16px; }
.abr-market-single .abr-editorial-card--market-report .abr-card-meta span:nth-of-type(2) { margin-left: 8px; }
.abr-market-single .abr-editorial-card--market-report h2 { min-height: 112px; padding: 0 0 16px; margin: 0; color: var(--abr-navy); font-size: 24px; font-weight: 800; letter-spacing: -.48px; line-height: 32px; text-transform: uppercase; }
.abr-market-single .abr-editorial-card--market-report .abr-editorial-card__body > p:not(.abr-card-meta) { min-height: 102px; padding: 0 0 24px; margin: 0; color: var(--abr-copy); font-size: 16px; font-weight: 500; line-height: 26px; }
.abr-market-single .abr-editorial-card--market-report .abr-text-link { display: inline-flex; width: max-content; align-items: center; gap: 8px; padding-bottom: 6px; border-bottom: 2px solid var(--abr-navy); color: var(--abr-navy); font-size: 16px; font-weight: 800; letter-spacing: .8px; line-height: 24px; }

/* Figma 250:11866 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Don't Miss a Report. */
.abr-market-single .abr-newsletter--report { min-height: 692px; padding: 0; background: linear-gradient(90deg, var(--abr-navy) 0 66.67%, var(--abr-yellow) 66.67%); }
.abr-market-single .abr-newsletter--report::after { width: 128px; height: 128px; right: auto; left: 0; }
.abr-market-single .abr-newsletter--report .abr-newsletter__grid { display: grid; min-height: 692px; grid-template-columns: 735.833px 514.167px; gap: 40px; align-items: center; padding-top: 112px; padding-bottom: 112px; }
.abr-market-single .abr-newsletter--report .abr-newsletter__main { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.abr-market-single .abr-newsletter--report .abr-kicker { margin-bottom: 0; }
.abr-market-single .abr-newsletter--report h2 { margin: 0; color: #fff; font-size: 60px; font-weight: 900; letter-spacing: -1.5px; line-height: 60px; text-transform: uppercase; }
.abr-market-single .abr-newsletter--report h2 mark { display: inline-block; padding: 0 16px; color: var(--abr-navy); background: var(--abr-yellow); }
.abr-market-single .abr-subscriber-benefits { min-height: 316px; padding: 40px; border-bottom: 8px solid var(--abr-yellow); background: #fff; }
.abr-market-single .abr-subscriber-benefits header { display: flex; align-items: center; gap: 16px; }
.abr-market-single .abr-subscriber-benefits header i { display: flex; width: 56px; height: 56px; flex: none; align-items: center; justify-content: center; background: var(--abr-yellow); }
.abr-market-single .abr-subscriber-benefits header span,
.abr-market-single .abr-subscriber-benefits strong,
.abr-market-single .abr-subscriber-benefits small { display: block; }
.abr-market-single .abr-subscriber-benefits strong { font-size: 20px; font-style: normal; font-weight: 800; letter-spacing: -.4px; line-height: 28px; }
.abr-market-single .abr-subscriber-benefits small { color: #57534e; font-size: 16px; font-weight: 500; line-height: 24px; }
.abr-market-single .abr-subscriber-benefits ul { display: flex; flex-direction: column; gap: 16px; padding: 0; margin: 28px 0 0; list-style: none; }
.abr-market-single .abr-subscriber-benefits li { display: flex; align-items: flex-start; gap: 12px; margin: 0; color: var(--abr-navy); font-size: 16px; font-weight: 500; line-height: 24px; }
.abr-market-single .abr-subscriber-benefits li::before { display: none; }
.abr-market-single .abr-subscriber-benefits li img { width: 20px; height: 20px; flex: none; margin-top: 2px; }

@media (max-width: 1319.98px) {
	.abr-market-single .abr-related .abr-section-heading,
	.abr-market-single .abr-newsletter--report .abr-newsletter__grid { grid-template-columns: minmax(0, 1.43fr) minmax(0, 1fr); }
}

@media (max-width: 991.98px) {
	.abr-market-single .abr-related { min-height: 0; padding: 88px 0; }
	.abr-market-single .abr-related .abr-section-heading { grid-template-columns: 1fr; gap: 28px; }
	.abr-market-single .abr-related .abr-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.abr-market-single .abr-newsletter--report { background: var(--abr-navy); }
	.abr-market-single .abr-newsletter--report .abr-newsletter__grid { grid-template-columns: 1fr; gap: 48px; }
	.abr-market-single .abr-subscriber-benefits { max-width: 620px; }
}

@media (max-width: 767.98px) {
	.abr-market-single .abr-related .abr-section-heading h2,
	.abr-market-single .abr-newsletter--report h2 { font-size: 44px; letter-spacing: -1.1px; line-height: 46px; }
	.abr-market-single .abr-related .abr-article-grid { grid-template-columns: 1fr; }
	.abr-market-single .abr-editorial-card--market-report { min-height: 0; }
	.abr-market-single .abr-newsletter--report .abr-newsletter__grid { padding-top: 88px; padding-bottom: 88px; }
}

@media (max-width: 575.98px) {
	.abr-market-single .abr-related { padding: 72px 0; }
	.abr-market-single .abr-related .abr-kicker,
	.abr-market-single .abr-newsletter--report .abr-kicker { font-size: 13px; letter-spacing: 2.5px; }
	.abr-market-single .abr-related .abr-section-heading h2,
	.abr-market-single .abr-newsletter--report h2 { font-size: 36px; letter-spacing: -.8px; line-height: 39px; }
	.abr-market-single .abr-related .abr-button--outline { width: 100%; justify-content: center; padding: 14px 16px; font-size: 13px; }
	.abr-market-single .abr-newsletter--report::after { width: 72px; height: 72px; }
	.abr-market-single .abr-newsletter--report h2 mark { padding: 0 8px; }
	.abr-market-single .abr-subscriber-benefits { min-height: 0; padding: 28px 22px; }
	.abr-market-single .abr-subscriber-benefits li { font-size: 14px; }
}
