.ta-rex-listing {
	--ta-brand-dark: #373d40;
	--ta-brand-pink: #d01b68;
	--ta-brand-blue: #009ddc;
	--ta-brand-light: #f7f8f9;
	--ta-brand-border: #e3e6e8;
}

.ta-rex-search-page .wrap {
	max-width: 1240px;
}

.ta-rex-search-shell {
	margin-bottom: 18px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #d9dde0;
	background: #383f46;
	padding: 0;
}

.ta-rex-search-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	padding: 18px 18px 12px;
}

.ta-rex-search-filters input,
.ta-rex-search-filters select {
	height: 48px;
	border: 1px solid #f4f6f8;
	border-radius: 999px;
	padding: 0 18px;
	font-size: 16px;
	color: #353e44;
	background: #fff;
}

.ta-rex-search-filters input {
	color: #737d84;
}

.ta-rex-keyword-input {
	grid-column: span 2;
}

.ta-rex-filter-search {
	height: 48px;
	padding: 0 26px;
	border: 2px solid #f4f6f8;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	grid-column: auto;
}

.ta-rex-search-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 18px 18px;
	gap: 14px;
}

.ta-rex-search-actions-left {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.ta-rex-filter-clear {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.ta-rex-results-head {
	margin: 0 0 16px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: end;
}

.ta-rex-results-head h1 {
	margin: 0;
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	color: #30383d;
}

.ta-rex-results-count {
	margin: 0;
	color: #6e777c;
	font-size: 13px;
}

.ta-rex-results-sort {
	display: flex;
	gap: 10px;
}

.ta-rex-results-sort select {
	height: 38px;
	border: 1px solid #d8dde1;
	border-radius: 12px;
	padding: 0 12px;
	background: #fff;
	color: #4b555c;
	font-size: 12px;
}

.ta-rex-listings-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin-top: 14px;
}

.ta-rex-preview-banner {
	margin: 0 0 18px;
	padding: 14px 18px;
	border: 1px solid rgb(167 177 161 / 45%);
	border-radius: 12px;
	background: var(--off);
	color: var(--navy);
	font-family: var(--sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.ta-rex-detail,
.ta-rex-document-gate-panel {
	border-radius: 18px;
	box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
	overflow: hidden;
}

.ta-rex-card-image {
	aspect-ratio: 16 / 11;
	background: #f1f1f1 center / cover no-repeat;
	border-radius: 0;
	margin-bottom: 0;
}

.ta-rex-card-image-blank {
	background-image: linear-gradient(135deg, #ececec, #fafafa);
}

.ta-rex-card-body,
.ta-rex-detail-main {
	padding: 20px;
}

.ta-rex-card-price,
.ta-rex-detail-price {
	font-size: 1.05rem;
	font-weight: 700;
	margin: 10px 0 0;
}

.ta-rex-card-wrap {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ta-rex-card-pro .ta-rex-card {
	border: 0;
	background: #3a4148;
	height: 100%;
	min-height: 490px;
	padding: 18px;
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.ta-rex-card-pro:hover .ta-rex-card {
	transform: none;
	box-shadow: none;
}

.ta-rex-card-pro .ta-rex-card-body {
	padding: 24px 0 0;
	display: grid;
	align-content: start;
	gap: 0;
}

.ta-rex-card-title-wrap {
	position: absolute;
	left: 18px;
	bottom: 86px;
	width: min(210px, calc(100% - 36px));
}

.ta-rex-card-title {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.ta-rex-card-suburb {
	margin: 0;
	font-size: 20px;
	line-height: 1.33;
	color: #ff4753;
	font-style: italic;
	font-family: 'Source Serif 4', serif;
	font-weight: 500;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.ta-rex-card-pro:hover .ta-rex-card-title,
.ta-rex-card-pro:hover .ta-rex-card-suburb {
	opacity: 0;
}

.ta-rex-card-stats {
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.ta-rex-card-stat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding-right: 15px;
}

.ta-rex-card-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 18px;
	color: #fff;
}

.ta-rex-card-stat-icon svg {
	width: 30px;
	height: 18px;
	display: block;
	fill: currentcolor;
}

.ta-rex-card-stat-icon img {
	width: 30px;
	height: 18px;
	display: block;
	object-fit: contain;
}

.ta-rex-card-stat-sep {
	width: 1px;
	height: 20px;
	background: #ff4753;
	margin: 0 15px 0 0;
}

.ta-rex-card-price-line {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}

.ta-rex-card-link,
.ta-rex-document-button,
.ta-rex-document-gate-form button,
.ta-rex-pagination-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	border: 0;
	background: #111;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.ta-rex-card .sc-foot {
	margin-top: 18px;
}

.ta-rex-card-meta {
	margin-top: 6px;
}

.ta-rex-card-image {
	margin: 0;
	height: 360px;
	aspect-ratio: auto;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 35%);
	transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ta-rex-card-pro:hover .ta-rex-card-image {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ta-rex-detail-hero img {
	display: block;
	width: 100%;
	height: clamp(360px, 44vw, 640px);
	object-fit: cover;
}

.ta-rex-detail-page .wrap {
	max-width: 1240px;
}

.ta-rex-detail-page,
.ta-rex-detail-page * {
	font-family: Poppins, sans-serif;
}

.ta-rex-detail {
	background: var(--white);
	border: 1px solid rgb(217 213 201 / 45%);
	border-radius: 18px;
	overflow: hidden;
}

.ta-rex-detail-brand {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: #fff;
	overflow: hidden;
}

.ta-rex-detail-metrics-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid #e4e7ea;
	border-bottom: 1px solid #e4e7ea;
	background: #fff;
}

.ta-rex-detail-metric {
	min-height: 66px;
	padding: 14px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-right: 1px solid #e4e7ea;
	font-size: 20px;
	font-weight: 700;
	color: #30383d;
}

.ta-rex-detail-metric:last-child {
	border-right: 0;
}

.ta-rex-detail-metric-icon,
.ta-rex-detail-metric-icon img {
	width: 30px;
	height: 18px;
	display: inline-flex;
	object-fit: contain;
}

.ta-rex-detail-metric-label {
	font-size: 0;
	line-height: 0;
}

.ta-rex-detail .property-features {
	padding: 18px 26px;
	border-bottom: 1px solid #dfe3e5;
}

.ta-rex-detail .property-features .featureLists {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.ta-rex-detail .property-features .singleFeature {
	align-items: center;
	display: flex;
	gap: 16px;
	padding-right: 20px;
	border-right: 1px solid #ff4753;
	font-family: Poppins, sans-serif;
}

.ta-rex-detail .property-features .singleFeature:last-child {
	border-right: 0;
	padding-right: 0;
}

.ta-rex-detail .property-features .singleFeature .icon {
	height: 18px;
	width: auto;
	display: block;
}

.ta-rex-detail .property-features .singleFeature .number {
	font-size: 27px;
	line-height: 1;
	font-weight: 500;
	color: #303a3d;
}

.ta-rex-detail .property-features .singleFeature .number sup {
	font-size: 70%;
	line-height: 0;
}

.ta-rex-detail .property-features .singleFeature.ta-rex-detail-metric-floor .number,
.ta-rex-detail .property-features .singleFeature.ta-rex-detail-metric-land .number {
	font-size: 24px;
}

.ta-rex-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
	gap: 28px;
	padding: 26px;
	align-items: start;
}

.ta-rex-detail-primary {
	display: grid;
	gap: 24px;
}

.ta-rex-detail-main.property-content {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
	gap: 28px;
	padding: 0 24px 24px;
	align-items: start;
}

.ta-rex-detail-main.property-content .left-column {
	width: auto;
	padding: 24px 0 0;
	display: block;
}

.ta-rex-detail-main.property-content .right-column {
	width: auto;
	padding: 24px 0 0;
	display: block;
}

.ta-rex-detail-sidebar {
	position: sticky;
	top: 24px;
	height: fit-content;
	align-self: flex-start;
}

.ta-rex-detail-intro {
	border: 1px solid #e4e8eb;
	border-radius: 16px;
	padding: 24px;
	background: linear-gradient(180deg, #fff 0%, #fcfcfb 100%);
}

.ta-rex-detail-intro.top-title {
	border: 0;
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid #e4e8eb;
	background: transparent;
}

.ta-rex-detail-title-pro {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: #303a3d;
}

.ta-rex-detail-brand h1.ta-rex-detail-title-pro {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: normal;
	color: #303a3d;
}

.ta-rex-detail-title-pro em {
	display: block;
	margin-top: 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	font-style: italic;
	color: #303a3d;
}

.ta-rex-detail-title-pro.address em {
	font-family: 'Source Serif 4', serif;
	color: #ff4753;
}

.ta-rex-detail-price-kicker {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: #303a3d;
}

.ta-rex-detail-price-kicker.price > span {
	font-weight: 500;
	color: #ff4753;
}

.listing-copy {
	margin: 0;
	display: grid;
	gap: 18px;
}

.listing-copy h5.ta-rex-detail-headline-caps {
	margin: 0;
}

.ta-rex-detail-headline-caps {
	margin: 0;
	font-size: 24px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #303a3d;
}

.ta-rex-detail-body-pro {
	margin-top: 0;
	font-size: 1rem;
	line-height: 22.4px;
	color: #303a3d;
}

.ta-rex-detail-body-pro p {
	margin: 0 0 14px;
}

.ta-rex-detail-id {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #606b72;
}

.ta-rex-agent-card {
	border: 1px solid var(--ta-brand-border);
	background: #fff;
	padding: 20px;
}

.ta-rex-agent-stack {
	display: grid;
	gap: 20px;
}

.ta-rex-detail-page .property-content .right-column.ta-rex-agent-stack {
	display: grid;
	gap: 24px;
	align-content: start;
	align-items: start;
	grid-auto-rows: max-content;
}

.ta-rex-agent-label {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #687278;
}

.ta-rex-agent-stack > .ta-rex-agent-label {
	padding-left: 2px;
}

.wrapper-testimonial .agent-testimonial {
	display: grid;
	gap: 0;
}

.wrapper-testimonial .agent-wrapper {
	margin-bottom: 34px;
}

.wrapper-testimonial .agent {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wrapper-testimonial .agent-image {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex: 0 0 130px;
}

.wrapper-testimonial .agent-details {
	flex: 1 1 0%;
}

.wrapper-testimonial .agent-details a.name {
	display: block;
	text-decoration: none;
}

.wrapper-testimonial .agent-details a.name h5 {
	font-family: 'Source Serif 4', serif;
	font-size: 24px;
	margin: 0 0 5px;
	color: #ff4753;
	font-weight: 500;
}

.wrapper-testimonial .agent-details .agent-role {
	font-size: 14px;
	line-height: 19.6px;
	margin-bottom: 10px;
	color: #303a3d;
}

.wrapper-testimonial .agent-details .mobile,
.wrapper-testimonial .agent-details .phone {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
	gap: 5px;
	line-height: 0;
	margin-bottom: 10px;
	color: #303a3d;
}

.ta-rex-agent-card h3 {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.1;
	color: #212a2f;
}

.ta-rex-agent-card p {
	margin: 0;
	color: #3e4a52;
}

.ta-rex-agent-card a {
	color: #1f2a30;
	text-decoration: none;
	font-weight: 600;
}

.ta-rex-agent-actions {
	margin-top: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.agent-buttons-container {
	margin-top: 0;
}

.ta-rex-agent-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	padding: 8px 16px;
	border: 1px solid #c6cdd2;
	background: #fff;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: normal;
}

.ta-rex-agent-actions .ta-rex-agent-button {
	font-weight: 400;
}

.ta-rex-agent-button-primary {
	border-color: transparent;
	background: #373d40;
	color: #fff;
}

.filledButton {
	background: #373d40;
	color: #fff;
	border-color: transparent;
}

.outlineButton {
	background: transparent;
	color: #ff4753;
	border-color: #ff4753;
}

.ta-rex-agent-actions .ta-rex-agent-button-primary,
.ta-rex-agent-actions .filledButton {
	color: #fff;
}

.ta-rex-agent-actions .outlineButton {
	color: #ff4753;
}

.ta-rex-detail-map {
	border: 1px solid #e4e8eb;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	padding: 0 !important;
	line-height: 22.4px;
}

.ta-rex-detail-map iframe {
	width: 100%;
	height: 320px;
	border: 0;
	display: block;
}

.ta-rex-card-price {
	color: #30383d;
	line-height: 1.2;
}

.ta-rex-card-price-muted {
	color: #6e777c;
	font-weight: 600;
}

.ta-rex-card-subtle {
	margin: 2px 0 0;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #7d878c;
}

.ta-rex-detail-brand h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.06;
	letter-spacing: -0.015em;
	color: #30383d;
	margin: 0;
}

.ta-rex-detail-headline {
	margin: 10px 0 0;
	font-size: 1.05rem;
	color: #5b666d;
	font-style: italic;
}

.ta-rex-detail-documents {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 22px;
	border: 1px solid var(--ta-brand-border);
	background: var(--ta-brand-light);
	line-height: 22.4px;
}

.ta-rex-detail-documents,
.ta-rex-back-link {
	padding-top: 0;
	padding-bottom: 0;
}

.ta-rex-detail-documents h2 {
	margin: 0;
	width: 100%;
	font-size: 1.1rem;
	color: #30383d;
}

.ta-rex-sidebar-documents {
	margin-top: 0;
	padding: 16px;
	display: grid;
	gap: 10px;
	background: #faf9f6;
	border: 1px solid #e6eaed;
	border-radius: 14px;
}

.ta-rex-sidebar-documents h2 {
	font-size: 18px;
	line-height: 1.2;
}

.ta-rex-detail-attributes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px 18px;
	padding: 0;
	list-style: none;
}

.ta-rex-detail-attributes li {
	border: 1px solid #e4e8eb;
	border-radius: 10px;
	background: #f7f9fa;
	padding: 10px 12px;
	display: grid;
	gap: 4px;
}

.ta-rex-attribute-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6d767b;
	font-weight: 600;
}

.ta-rex-attribute-value {
	font-size: 16px;
	line-height: 1.35;
	color: #293437;
	font-weight: 600;
}

.ta-rex-detail-price {
	color: var(--ta-brand-dark);
	font-size: clamp(1.55rem, 3vw, 2rem);
	margin: 14px 0 0;
}

.ta-rex-detail-address {
	font-size: 1.08rem;
	color: #5b666d;
	margin-top: 12px;
}

.ta-rex-status-pill {
	margin: 14px 0 0;
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: rgb(208 27 104 / 10%);
	color: var(--ta-brand-pink);
}

.ta-rex-facilities {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.ta-rex-facility {
	border: 1px solid var(--ta-brand-border);
	background: #fff;
	padding: 12px 14px;
	display: grid;
	gap: 3px;
}

.ta-rex-facility-value {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ta-brand-dark);
}

.ta-rex-facility-label {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6d767b;
}

.ta-rex-detail-body-wrap,
.ta-rex-key-details-wrap {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid var(--ta-brand-border);
	background: #fff;
	line-height: 22.4px;
}

.ta-rex-key-details-wrap.ta-rex-key-details-inline {
	margin-top: 0;
	padding: 0 0 16px;
	border: 0;
	background: transparent;
}

.ta-rex-detail-body-wrap h2,
.ta-rex-key-details-wrap h2 {
	margin: 0 0 12px;
	font-size: 1.1rem;
	color: #30383d;
}

.ta-rex-detail-body {
	margin-top: 0;
	color: #4e5a61;
	line-height: 22.4px;
}

.ta-rex-detail-body p + p {
	margin-top: 14px;
}

.ta-rex-key-details {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 10px 12px;
}

.ta-rex-key-details li {
	border: 1px solid var(--ta-brand-border);
	background: #f6f7f8;
	padding: 12px 14px;
	display: grid;
	gap: 4px;
}

.ta-rex-key-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6d767b;
}

.ta-rex-all-attributes {
	margin-top: 0;
	padding: 18px 20px;
	border-top: 1px solid var(--ta-brand-border);
	border: 1px solid #e4e8eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fcfcfb 100%);
}

.ta-rex-all-attributes summary {
	cursor: pointer;
	font-weight: 600;
	color: #2f393e;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ta-rex-all-attributes summary::-webkit-details-marker {
	display: none;
}

.ta-rex-all-attributes summary::after {
	content: '▾';
	font-size: 16px;
	line-height: 1;
	color: #4e5a61;
	transition: transform 160ms ease;
}

.ta-rex-all-attributes[open] summary::after {
	transform: rotate(180deg);
}

.ta-rex-all-attributes-title {
	font-size: 16px;
	font-weight: 700;
}

.ta-rex-all-attributes-hint {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7b848a;
}

.ta-rex-all-attributes[open] .ta-rex-all-attributes-hint {
	color: #4e5a61;
}

.ta-rex-all-attributes .ta-rex-detail-attributes {
	margin-top: 16px;
}

.ta-rex-chattels {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e4e8eb;
}

.ta-rex-chattels h4 {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6d767b;
}

.ta-rex-chattels ul {
	margin: 0;
	padding-left: 20px;
	display: grid;
	gap: 6px;
	color: #293437;
}

.ta-rex-back-link {
	margin-top: 22px;
	line-height: 22.4px;
}

.ta-rex-similar {
	margin-top: 48px;
	padding: 0;
	border: 0;
	background: transparent;
}

.ta-rex-similar-heading span {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #7b848a;
}

.ta-rex-similar-heading .sub {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6a6d6f;
	margin-bottom: 3px;
}

.ta-rex-similar-heading h2 {
	margin: 6px 0 0;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	line-height: 1.1;
	color: #303a3d;
}

.ta-rex-similar-heading h2 em {
	font-family: inherit;
	font-style: italic;
	color: #ff4753;
}

.ta-rex-similar-grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.ta-rex-similar-card {
	display: grid;
	grid-template-columns: 1fr;
	text-decoration: none;
	color: #fff;
	border: 0;
	background: #3b4249;
	padding: 20px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.ta-rex-similar-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgb(48 56 61 / 12%);
}

.ta-rex-similar-image {
	background: #edf0f1 center / cover no-repeat;
	min-height: 190px;
}

.ta-rex-similar-body {
	padding: 20px 0 0;
	display: grid;
	gap: 8px;
}

.ta-rex-similar-body h3 {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.25;
	color: #fff;
}

.ta-rex-similar-suburb {
	margin: 0;
	font-size: 15px;
	font-family: 'Source Serif 4', serif;
	font-style: italic;
	color: #ff4753;
}

.ta-rex-similar-price {
	margin: 2px 0 0;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}

.ta-rex-similar-metrics {
	margin: 2px 0 0;
	font-size: 16px;
	color: #fff;
	display: flex;
	gap: 10px;
}

.ta-rex-similar-view-all {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	line-height: 22.4px;
	color: #303a3d;
}

.ta-rex-similar-view-all-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	min-width: 121px;
	padding: 8px 30px;
	border-radius: 30px;
	background: #ff4753;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.ta-rex-similar-empty {
	margin: 0;
	color: #687379;
}


.ta-rex-detail-page .cta-wrap {
	margin: 56px 0 0;
}

.ta-rex-detail .ta-rex-card-link,
.ta-rex-document-button {
	background: var(--ta-brand-pink);
	border-radius: 999px;
	font-weight: 600;
	padding: 10px 18px;
}

.ta-rex-sidebar-documents .ta-rex-document-button {
	width: 100%;
	justify-content: flex-start;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid #d7dde1;
	background: #fff;
	color: #303a3d;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
}

.ta-rex-listings-pagination {
	display: flex;
	gap: 8px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.ta-rex-pagination-button {
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	font-size: 13px;
	background: #fff;
	border: 1px solid #d8dde1;
	color: #3f4950;
}

.ta-rex-pagination-button.is-active {
	background: #232a2f;
	border-color: #232a2f;
	color: #fff;
}

.ta-rex-document-gate {
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 60%);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 24px;
	overflow-y: auto;
	z-index: 9999;
}

.ta-rex-document-gate-panel {
	max-width: 560px;
	width: 100%;
	padding: 24px;
	margin: max(12px, 3vh) auto;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	position: relative;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #d7dde1;
	box-shadow: 0 24px 48px rgb(0 0 0 / 20%);
}

.ta-rex-document-gate-close {
	position: absolute;
	top: 16px;
	right: 16px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ta-rex-document-gate-form {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.ta-rex-document-gate-checkbox {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.ta-rex-document-gate-honeypot {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ta-rex-document-gate-feedback,
.ta-rex-listings-status,
.ta-rex-listing-status {
	margin-top: 12px;
	color: #555;
}

/* Strict parity overrides for listing detail layout */
.ta-rex-detail-page {
	max-width: none;
	padding: 0;
}

.ta-rex-detail-page .property-listing-single {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	background: transparent;
}

.ta-rex-detail-page .content_wrapper {
	width: 100%;
}

.ta-rex-detail-page .property-features,
.ta-rex-detail-page .property-content,
.ta-rex-detail-page .other-listing,
.ta-rex-detail-page .ta-rex-back-link {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.ta-rex-detail-page .property-content {
	margin-top: 72px;
}

.ta-rex-detail-page .property-features {
	max-width: none;
	padding: 24px 20px;
	background: #ece7dc;
	border-bottom: 0;
}

.ta-rex-detail-page .property-features .featureLists {
	max-width: 1140px;
	margin: 0 auto;
	gap: 20px;
}

.ta-rex-detail-page .property-features .singleFeature {
	padding: 0 20px 0 0;
	min-height: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.ta-rex-detail-page .property-features .singleFeature .number,
.ta-rex-detail-page .property-features .singleFeature.ta-rex-detail-metric-floor .number,
.ta-rex-detail-page .property-features .singleFeature.ta-rex-detail-metric-land .number {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.ta-rex-detail-page .property-content .left-column {
	width: 760px;
	padding: 0 24px 0 0;
}

.ta-rex-detail-page .property-content .right-column {
	width: 380px;
	padding: 0 0 0 24px;
	line-height: 22.4px;
}

.ta-rex-detail-page .property-content .left-column .top-title {
	background: transparent;
	width: 736px;
	line-height: 22.4px;
}

.ta-rex-detail-page .property-content .left-column .top-title .address {
	margin: 0 0 16px;
}

.ta-rex-detail-page .property-content .left-column .listing-copy {
	padding: 0;
	margin: 0;
	line-height: 22.4px;
}

.ta-rex-detail-page .wrapper-testimonial {
	background: #faf9f6;
	border: 0;
	border-radius: 10px;
	width: 356px;
	min-height: 300px;
	height: auto;
}

.ta-rex-detail-sidebar .wrapper-testimonial {
	height: auto;
	align-self: start;
}

.ta-rex-detail-page .wrapper-testimonial .agent-details a.name h5 {
	line-height: normal;
}

.ta-rex-detail-page .other-listing {
	margin-top: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	min-height: 611px;
}

.ta-rex-detail-page .other-listing .title h2 {
	font-family: 'Source Serif 4', serif;
	font-size: 39px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: normal;
	color: #303a3d;
	min-height: 53px;
	margin: 0 auto 22.4px;
	display: inline-block;
	padding: 0 4px;
	background: #c7dff4;
}

.ta-rex-detail-page .other-listing .title h2 em {
	font-family: inherit;
	font-style: italic;
	color: #ff4753;
}

.ta-rex-detail-page .other-listing .title .sub {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6a6d6f;
	margin-bottom: 3px;
}

.ta-rex-detail-page .other-listing .title {
	margin: 0 0 32px;
	line-height: 22.4px;
	color: #303a3d;
	text-align: center;
}

.ta-rex-detail-page .other-listing .similar-properties-layout {
	min-height: 460px;
	align-content: start;
}

.ta-rex-detail-hero {
	position: relative;
}

.ta-rex-detail-hero-controls {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: flex;
	gap: 16px;
	z-index: 3;
}

.ta-rex-detail-hero-controls button {
	height: 40px;
	min-width: 106px;
	padding: 0 14px;
	border: 1px solid rgb(255 255 255 / 45%);
	border-radius: 999px;
	background: rgb(17 22 25 / 70%);
	color: #fff;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
}

.ta-rex-detail-hero-controls .ta-rex-hero-video[disabled] {
	opacity: 0.85;
	color: #e6ebee;
	cursor: not-allowed;
}

.ta-rex-hero-nav {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgb(255 255 255 / 70%);
	background: rgb(0 0 0 / 32%);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	cursor: pointer;
	z-index: 2;
}

.ta-rex-hero-nav.is-visible {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ta-rex-hero-prev {
	left: 18px;
}

.ta-rex-hero-next {
	right: 18px;
}

.ta-rex-gallery-modal {
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 84%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	z-index: 99999;
}

.ta-rex-gallery-modal-panel {
	position: relative;
	width: min(1100px, 100%);
	display: grid;
	gap: 14px;
}

.ta-rex-gallery-image {
	width: 100%;
	max-height: 74vh;
	object-fit: contain;
	background: #111;
	border-radius: 8px;
}

.ta-rex-gallery-close {
	justify-self: end;
	padding: 6px 12px;
	border: 1px solid rgb(255 255 255 / 45%);
	background: rgb(0 0 0 / 40%);
	color: #fff;
	border-radius: 999px;
	cursor: pointer;
}

.ta-rex-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgb(255 255 255 / 65%);
	background: rgb(0 0 0 / 42%);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.ta-rex-gallery-prev {
	left: 12px;
}

.ta-rex-gallery-next {
	right: 12px;
}

.ta-rex-gallery-thumbs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.ta-rex-gallery-thumb {
	border: 2px solid transparent;
	padding: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	flex: 0 0 92px;
	height: 64px;
}

.ta-rex-gallery-thumb.is-active {
	border-color: #ff4753;
}

.ta-rex-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ta-rex-video-modal {
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 88%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 99999;
}

.ta-rex-video-modal-panel {
	position: relative;
	width: min(1120px, 100%);
	display: grid;
	gap: 14px;
}

.ta-rex-video-close {
	justify-self: end;
	padding: 6px 12px;
	border: 1px solid rgb(255 255 255 / 45%);
	background: rgb(0 0 0 / 40%);
	color: #fff;
	border-radius: 999px;
	cursor: pointer;
	font: inherit;
}

.ta-rex-video-frame-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgb(0 0 0 / 45%);
}

.ta-rex-video-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

@media (max-width: 767px) {
	.ta-rex-video-modal {
		padding: 14px;
	}

	.ta-rex-video-modal-panel {
		gap: 10px;
	}
}

.open-homes {
	border-top: 1px solid #e4e8eb;
	margin-top: 24px;
	max-width: 100%;
	padding: 20px 0 0;
	background: transparent;
}

.open-homes h5 {
	margin: 0 0 18px;
	font-family: 'Source Serif 4', serif;
	font-size: 24px;
	line-height: 1.375;
	font-weight: 600;
	color: #303a3d;
	text-transform: none;
}

.open-homes .date-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 0;
	border: 0;
	max-width: 450px;
}

.open-homes .date-card + .date-card {
	margin-top: 14px;
}

.open-homes .date-card .day {
	font-size: 38px;
	font-family: 'Source Serif 4', serif;
	font-style: italic;
	font-weight: 600;
	color: #ff4753;
	line-height: 1.05;
	min-width: 54px;
}

.open-homes .date-card .details {
	display: grid;
	gap: 2px;
	align-content: start;
}

.open-homes .date-card .month {
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.2;
	color: #303a3d;
	text-transform: none;
}

.open-homes .date-card .time {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.35;
	color: #3f4b52;
}

.open-homes .date-card .time-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ta-rex-calendar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 8px;
}

.ta-rex-calendar-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid #ff4753;
	background: transparent;
	color: #ff4753;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.ta-rex-calendar-pill:hover,
.ta-rex-calendar-pill:focus-visible {
	background: rgb(255 71 83 / 8%);
	border-color: #ff4753;
	color: #ff4753;
	outline: none;
}

.ta-rex-calendar-pill.ta-rex-calendar-pill-google {
	background: transparent;
	border-color: #ff4753;
	color: #ff4753;
}

.ta-rex-calendar-pill.ta-rex-calendar-pill-google:hover,
.ta-rex-calendar-pill.ta-rex-calendar-pill-google:focus-visible {
	background: rgb(255 71 83 / 8%);
	border-color: #ff4753;
	color: #ff4753;
}

.open-homes .date-card.is-appointment .day {
	font-size: 22px;
	line-height: 30.8px;
	min-width: 30px;
	min-height: 45px;
}

.open-homes .date-card.is-appointment .month {
	font-size: 16px;
	line-height: 1.35;
}

.open-homes .date-card.is-appointment .time {
	font-size: 14px;
	line-height: 1.4;
	display: none;
}

.open-homes .date-card.is-appointment {
	max-width: 307px;
	min-height: 45px;
}

.ta-rex-detail-actions {
	padding: 16px;
	border: 1px solid #e4e8eb;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fbfbfa 100%);
	margin-bottom: 16px;
}

.ta-rex-detail-actions h2 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.3;
	color: #303a3d;
}

.ta-rex-detail-actions-grid {
	display: grid;
	gap: 8px;
}

.ta-rex-action-button {
	width: 100%;
	text-align: left;
	padding: 11px 12px;
	border-radius: 8px;
	border: 1px solid #d7dde1;
	background: #f9fafb;
	color: #293238;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.ta-rex-action-button:hover,
.ta-rex-action-button:focus-visible {
	border-color: #009ddc;
	background: #eef7fb;
	outline: none;
}

.ta-rex-action-modal {
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 60%);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 24px;
	overflow-y: auto;
	z-index: 99999;
}

.ta-rex-action-modal-panel {
	max-width: 620px;
	width: 100%;
	background: #fff;
	border-radius: 16px;
	padding: 22px;
	position: relative;
	margin: max(12px, 3vh) auto;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	border: 1px solid #d7dde1;
	box-shadow: 0 24px 48px rgb(0 0 0 / 20%);
}

.ta-rex-action-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #d0d7dc;
	background: #fff;
	border-radius: 999px;
	padding: 6px 10px;
	cursor: pointer;
	color: #2f3c43;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}

.ta-rex-action-modal-panel h3 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
	font-family: 'Source Serif 4', serif;
	color: #2a3338;
}

.ta-rex-action-modal-description {
	margin: 0 0 14px;
	color: #5a656d;
	font-size: 14px;
	line-height: 1.5;
}

.ta-rex-listings-form {
	display: grid;
	gap: 10px;
}

.ta-rex-listings-form label {
	display: grid;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #374147;
	line-height: 1.3;
}

.ta-rex-listings-form label.ta-rex-action-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.ta-rex-listings-form input,
.ta-rex-listings-form textarea,
.ta-rex-listings-form select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #cfd6db;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	color: #1f272c;
	font-family: inherit;
}

.ta-rex-listings-form input[type='checkbox'] {
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
}

.ta-rex-listings-form textarea {
	min-height: 108px;
	resize: vertical;
}

.ta-rex-listings-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #5d6971 50%), linear-gradient(135deg, #5d6971 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 34px;
}

.ta-rex-listings-form input:focus,
.ta-rex-listings-form textarea:focus,
.ta-rex-listings-form select:focus {
	outline: none;
	border-color: #1f3556;
	box-shadow: 0 0 0 3px rgb(31 53 86 / 12%);
}

.ta-rex-listings-form button[type='submit'] {
	border: 0;
	border-radius: 999px;
	padding: 12px 16px;
	background: #1f3556;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background-color 0.18s ease;
}

.ta-rex-listings-form button[type='submit']:hover,
.ta-rex-listings-form button[type='submit']:focus-visible {
	background: #172844;
}

.ta-rex-offer-form-shell {
	display: grid;
	gap: 10px;
}

.ta-rex-form-section {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid #d7dde1;
	border-radius: 12px;
	background: #fff;
}

.ta-rex-form-section-title {
	margin: 0;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 700;
	color: #233039;
}

.ta-rex-form-section-help {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #55626b;
}

.ta-rex-time-choice {
	display: grid;
	gap: 8px;
	padding: 10px;
	border: 1px solid #e2e7eb;
	border-radius: 10px;
	background: #fbfcfd;
}

.ta-rex-time-choice-title {
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #2f3c43;
}

.ta-rex-action-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ta-rex-action-fieldset {
	border: 1px solid #d7dde1;
	border-radius: 12px;
	padding: 10px;
	display: grid;
	gap: 8px;
}

.ta-rex-action-fieldset legend {
	padding: 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: #2f3c43;
}

.ta-rex-action-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #374147;
}

.ta-rex-action-checkbox input[type='checkbox'] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #1f3556;
}

.ta-rex-listings-form label.ta-rex-document-gate-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: normal;
}

.ta-rex-listings-form label.ta-rex-document-gate-checkbox input[type='checkbox'] {
	accent-color: #1f3556;
	margin-top: 1px;
	flex: 0 0 auto;
}

.ta-rex-subject-sale-address[hidden] {
	display: none;
}

.ta-rex-purchasers {
	display: grid;
	gap: 10px;
}

.ta-rex-purchaser-row {
	display: grid;
	gap: 10px;
	padding: 10px;
	border: 1px solid #d7dde1;
	border-radius: 10px;
	background: #fff;
}

.ta-rex-purchaser-add,
.ta-rex-purchaser-remove {
	justify-self: start;
	border: 1px solid #1f3556;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	background: #fff;
	color: #1f3556;
	cursor: pointer;
}

.ta-rex-purchaser-add {
	background: #1f3556;
	color: #fff;
}

.ta-rex-action-feedback {
	margin: 4px 0 0;
	font-size: 13px;
	color: #3d4b53;
}

@media (width <= 1024px) {
	.ta-rex-listings-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.ta-rex-detail-page .property-content {
		margin-top: 56px;
		padding: 0 20px;
	}

	.ta-rex-detail-main.property-content {
		display: block;
	}

	.ta-rex-detail-page .property-content .left-column,
	.ta-rex-detail-page .property-content .right-column {
		width: 100%;
		padding: 0;
	}

	.ta-rex-detail-page .property-content .right-column {
		margin-top: 24px;
	}

	.ta-rex-detail-page .wrapper-testimonial {
		width: 100%;
	}

	.ta-rex-detail-primary {
		gap: 24px;
	}

	.ta-rex-action-modal-panel {
		max-width: 680px;
	}
}

@media (width <= 680px) {
	.ta-rex-search-shell {
		border-radius: 14px;
		padding: 0;
	}

	.ta-rex-search-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 14px 14px 10px;
		gap: 10px;
	}

	.ta-rex-action-modal {
		padding: 12px;
	}

	.ta-rex-action-modal-panel {
		padding: 18px 14px;
		max-height: calc(100vh - 24px);
	}

	.ta-rex-action-modal-panel h3 {
		font-size: 24px;
	}

	.ta-rex-action-grid-2 {
		grid-template-columns: 1fr;
	}

	.ta-rex-time-choice {
		padding: 9px;
	}

	.ta-rex-keyword-input,
	.ta-rex-filter-search {
		grid-column: span 2;
	}

	.ta-rex-search-filters input,
	.ta-rex-search-filters select {
		height: 44px;
		font-size: 15px;
	}

	.ta-rex-filter-search {
		height: 46px;
		font-size: 18px;
	}

	.ta-rex-search-actions {
		padding: 0 14px 14px;
		flex-wrap: wrap;
	}

	.ta-rex-search-actions-left {
		font-size: 14px;
	}

	.ta-rex-filter-clear {
		font-size: 14px;
	}

	.ta-rex-results-head {
		align-items: start;
		flex-direction: column;
	}

	.ta-rex-results-sort {
		width: 100%;
	}

	.ta-rex-results-sort select {
		flex: 1;
	}

	.ta-rex-listings-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ta-rex-card-pro .ta-rex-card {
		min-height: 360px;
		padding: 12px;
		gap: 10px;
	}

	.ta-rex-card-title-wrap {
		left: 12px;
		bottom: 64px;
		width: calc(100% - 24px);
	}

	.ta-rex-card-title {
		font-size: 16px;
		line-height: 1.3;
	}

	.ta-rex-card-suburb {
		font-size: 16px;
		line-height: 1.3;
	}

	.ta-rex-card-stats {
		font-size: 14px;
		margin: 0 0 12px;
	}

	.ta-rex-card-stat-icon {
		width: 24px;
		height: 14px;
	}

	.ta-rex-card-stat-icon svg {
		width: 24px;
		height: 14px;
	}

	.ta-rex-card-stat-icon img {
		width: 24px;
		height: 14px;
	}

	.ta-rex-card-price-line {
		font-size: 15px;
	}

	.ta-rex-card-image {
		height: 250px;
	}

	.ta-rex-document-gate {
		padding: 12px;
	}

	.ta-rex-detail-brand .ta-rex-detail-main {
		padding: 16px;
	}

	.ta-rex-detail-metrics-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ta-rex-detail-metric {
		min-height: 54px;
		font-size: 17px;
	}

	.ta-rex-detail-layout {
		grid-template-columns: 1fr;
		padding: 16px;
		gap: 16px;
	}

	.ta-rex-detail-main.property-content {
		display: block;
	}

	.ta-rex-detail-page .property-content {
		margin-top: 40px;
		padding: 0 14px;
	}

	.ta-rex-detail-main.property-content .left-column,
	.ta-rex-detail-main.property-content .right-column {
		width: 100%;
		padding: 16px 0 0;
	}

	.ta-rex-detail .property-features {
		padding: 14px 16px;
	}

	.ta-rex-detail .property-features .featureLists {
		overflow-x: auto;
		gap: 12px;
	}

	.ta-rex-detail .property-features .singleFeature {
		padding-right: 12px;
		gap: 8px;
	}

	.ta-rex-detail .property-features .singleFeature .number {
		font-size: 20px;
	}

	.ta-rex-detail-sidebar {
		position: static;
	}

	.ta-rex-detail-intro {
		padding: 16px;
	}

	.ta-rex-detail-primary {
		gap: 16px;
	}

	.ta-rex-agent-actions {
		grid-template-columns: 1fr;
	}

	.ta-rex-detail-map iframe {
		height: 260px;
	}

	.ta-rex-facilities {
		grid-template-columns: 1fr;
	}

	.ta-rex-similar {
		padding: 16px;
	}

	.ta-rex-detail-page .cta-wrap {
		margin-top: 36px;
	}

	.ta-rex-similar-grid {
		grid-template-columns: 1fr;
	}

	.ta-rex-similar-card {
		grid-template-columns: 94px minmax(0, 1fr);
	}

	.ta-rex-detail-hero-controls {
		left: 12px;
		right: 12px;
		bottom: 12px;
		gap: 10px;
	}

	.ta-rex-detail-hero-controls button {
		min-width: 0;
		flex: 1;
		height: 38px;
		font-size: 13px;
	}

	.ta-rex-all-attributes {
		padding: 12px;
	}

	.ta-rex-all-attributes summary {
		align-items: flex-start;
	}

	.ta-rex-all-attributes-title {
		font-size: 15px;
	}

	.ta-rex-all-attributes-hint {
		font-size: 11px;
	}

	.ta-rex-detail-attributes {
		grid-template-columns: 1fr;
	}

	.open-homes .date-card {
		gap: 10px;
	}

	.open-homes .date-card .day {
		font-size: 32px;
		min-width: 42px;
	}

	.open-homes .date-card .month {
		font-size: 1.1rem;
	}

	.open-homes .date-card .time {
		font-size: 0.98rem;
	}

	.ta-rex-calendar-actions {
		gap: 6px;
		margin-top: 7px;
	}

	.ta-rex-calendar-pill {
		height: 26px;
		padding: 0 10px;
		font-size: 11px;
	}
}