@font-face {
	font-family: "Glacial Indifference";
	src: url("../../../my-listing/assets/fonts/GlacialIndifference/Regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Glacial Indifference";
	src: url("../../../my-listing/assets/fonts/GlacialIndifference/Bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Glacial Indifference";
	src: url("../../../my-listing/assets/fonts/GlacialIndifference/Italic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

body.mlre-real-estate-ui {
	background: #f5f6f8;
	color: var(--mlre-ink);
	font-family: "Glacial Indifference", "Segoe UI", sans-serif;
}

body.mlre-real-estate-ui h1,
body.mlre-real-estate-ui h2,
body.mlre-real-estate-ui h3,
body.mlre-real-estate-ui h4,
body.mlre-real-estate-ui .mlre-card__price,
body.mlre-real-estate-ui .mlre-single-header__price {
	font-family: "Glacial Indifference", "Segoe UI", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

body.mlre-real-estate-ui a {
	color: var(--mlre-ink);
	transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

body.mlre-real-estate-ui a:hover,
body.mlre-real-estate-ui a:focus {
	color: var(--mlre-primary);
	text-decoration: none;
}

body.mlre-real-estate-ui #c27-site-wrapper {
	position: relative;
	overflow: visible;
}

body.mlre-real-estate-ui #c27-site-wrapper::before,
body.mlre-real-estate-ui #c27-site-wrapper::after {
	display: none;
}

body.mlre-real-estate-ui #c27-site-wrapper::before {
	content: none;
}

body.mlre-real-estate-ui #c27-site-wrapper::after {
	content: none;
}

body.mlre-real-estate-ui .c27-main-header,
body.mlre-real-estate-ui .ml-breadcrumbs,
body.mlre-real-estate-ui .i-section,
body.mlre-real-estate-ui footer.footer {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui .c27-main-header .header-skin {
	background: #ffffff !important;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08) !important;
	box-shadow: 0 1px 0 rgba(17, 24, 39, 0.04);
}

body.mlre-real-estate-ui .c27-main-header .header-container {
	padding-inline: clamp(12px, 2vw, 18px);
}

body.mlre-real-estate-ui .c27-main-header .header-top {
	min-height: 72px;
	padding-block: 6px;
}

body.mlre-real-estate-ui .c27-main-header .logo,
body.mlre-real-estate-ui .c27-main-header .header-left,
body.mlre-real-estate-ui .c27-main-header .header-center,
body.mlre-real-estate-ui .c27-main-header .header-right {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui .c27-main-header .header-logo-text,
body.mlre-real-estate-ui .c27-main-header .main-nav > li > a,
body.mlre-real-estate-ui .c27-main-header .user-area a,
body.mlre-real-estate-ui .c27-main-header .mob-sign-in a,
body.mlre-real-estate-ui .c27-main-header .icon-btn {
	color: #1f2933;
	font-weight: 600;
	letter-spacing: 0.01em;
}

body.mlre-real-estate-ui .c27-main-header .main-nav > li > a,
body.mlre-real-estate-ui .c27-main-header .user-area a {
	position: relative;
}

body.mlre-real-estate-ui .c27-main-header .main-nav > li > a::after,
body.mlre-real-estate-ui .c27-main-header .user-area a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	border-radius: 999px;
	background: var(--mlre-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.24s ease;
}

body.mlre-real-estate-ui .c27-main-header .main-nav > li > a:hover::after,
body.mlre-real-estate-ui .c27-main-header .main-nav > li > a:focus::after,
body.mlre-real-estate-ui .c27-main-header .user-area a:hover::after,
body.mlre-real-estate-ui .c27-main-header .user-area a:focus::after {
	transform: scaleX(1);
}

body.mlre-real-estate-ui .c27-main-header .quick-search,
body.mlre-real-estate-ui .c27-main-header .user-profile-dropdown .dropdown-menu,
body.mlre-real-estate-ui .c27-main-header .i-dropdown {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	color: var(--mlre-ink);
	backdrop-filter: none;
}

body.mlre-real-estate-ui .ml-breadcrumbs {
	background: transparent;
	color: var(--mlre-ink);
	margin: 0 0 20px;
	padding: 16px 0 14px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	box-shadow: none;
	overflow: visible;
}

body.mlre-real-estate-ui .ml-breadcrumbs::after {
	display: none;
}

body.mlre-real-estate-ui .ml-breadcrumbs .bc-title-left span {
	display: block;
	color: var(--mlre-ink);
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	line-height: 1.12;
	max-width: none;
}

body.mlre-real-estate-ui .ml-breadcrumbs .page-directory {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0 0;
	padding: 0;
}

body.mlre-real-estate-ui .ml-breadcrumbs .page-directory li,
body.mlre-real-estate-ui .ml-breadcrumbs .page-directory a,
body.mlre-real-estate-ui .ml-breadcrumbs .page-directory .current span {
	color: var(--mlre-muted);
	font-size: 0.82rem;
	font-weight: 600;
}

body.mlre-real-estate-ui .ml-breadcrumbs .page-directory li {
	background: transparent;
	border: 0;
	padding: 0;
}

body.mlre-real-estate-ui .i-section {
	padding-block: clamp(16px, 2.5vw, 28px);
}

body.mlre-real-estate-ui .i-section > .container,
body.mlre-real-estate-ui .i-section > .container-fluid {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui .i-section:not(.listing-feed):not(.similar-listings):not(.explore-type-2):not(.explore-type-4):not(.mlre-project-guide) > .container,
body.mlre-real-estate-ui .i-section:not(.listing-feed):not(.similar-listings):not(.explore-type-2):not(.explore-type-4):not(.mlre-project-guide) > .container-fluid {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: visible;
}

body.mlre-real-estate-ui .section-title {
	align-items: end;
	border-bottom: 1px solid rgba(17, 24, 39, 0.08);
	margin-bottom: 18px;
	padding-bottom: 12px;
}

body.mlre-real-estate-ui .section-title h2,
body.mlre-real-estate-ui .section-title h3,
body.mlre-real-estate-ui .i-section h2:first-child,
body.mlre-real-estate-ui .i-section h3:first-child {
	color: var(--mlre-primary);
	font-size: clamp(1.45rem, 2.1vw, 2rem);
	line-height: 1.16;
	margin-top: 0;
	margin-bottom: 0;
}

body.mlre-real-estate-ui .section-title p,
body.mlre-real-estate-ui .section-title span,
body.mlre-real-estate-ui .i-section .description,
body.mlre-real-estate-ui .i-section .textwidget,
body.mlre-real-estate-ui .i-section p {
	color: var(--mlre-muted);
	line-height: 1.65;
}

body.mlre-real-estate-ui :where(.button, button, input[type="submit"], input[type="button"], .woocommerce a.button, .woocommerce button.button, .btn, .buttons.button-1, .buttons.button-2) {
	border-radius: 8px;
	border: 1px solid transparent;
	box-shadow: none;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-inline: 18px;
	min-height: 42px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

body.mlre-real-estate-ui :where(.button, button, input[type="submit"], input[type="button"], .woocommerce a.button, .woocommerce button.button, .buttons.button-1) {
	background: var(--mlre-accent);
	color: #fff;
	box-shadow: none;
}

body.mlre-real-estate-ui :where(.button, button, input[type="submit"], input[type="button"], .woocommerce a.button, .woocommerce button.button, .btn):hover,
body.mlre-real-estate-ui :where(.button, button, input[type="submit"], input[type="button"], .woocommerce a.button, .woocommerce button.button, .btn):focus {
	color: #fff;
	background: #b86a1f;
	transform: translateY(-1px);
	box-shadow: none;
}

body.mlre-real-estate-ui :where(.buttons.button-2, .buttons.button-5, .button-5, .button-2) {
	background: #ffffff;
	border-color: rgba(17, 24, 39, 0.12);
	color: var(--mlre-ink);
	box-shadow: none;
}

body.mlre-real-estate-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]), select, textarea, .form-control) {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 8px;
	box-shadow: none;
	color: var(--mlre-ink);
	min-height: 46px;
	padding: 10px 14px;
}

body.mlre-real-estate-ui :where(input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]), select, textarea, .form-control):focus {
	border-color: rgba(207, 125, 45, 0.8);
	box-shadow: 0 0 0 4px rgba(207, 125, 45, 0.12);
	outline: none;
}

body.mlre-real-estate-ui :where(textarea, textarea.form-control) {
	min-height: 120px;
}

body.mlre-real-estate-ui .widget,
body.mlre-real-estate-ui .elementor-widget-container,
body.mlre-real-estate-ui .woocommerce .woocommerce-MyAccount-navigation,
body.mlre-real-estate-ui .woocommerce .woocommerce-MyAccount-content,
body.mlre-real-estate-ui .dashboard-content .content-area,
body.mlre-real-estate-ui .page-content .block-content {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: var(--mlre-radius-lg);
	box-shadow: none;
	backdrop-filter: none;
	padding: 20px;
}

body.mlre-real-estate-ui .widget-title,
body.mlre-real-estate-ui .widgettitle,
body.mlre-real-estate-ui .page-content h4,
body.mlre-real-estate-ui .woocommerce-MyAccount-content h2,
body.mlre-real-estate-ui .woocommerce-MyAccount-content h3 {
	color: var(--mlre-primary);
	font-family: "Glacial Indifference", "Segoe UI", sans-serif;
	margin-top: 0;
}

body.mlre-real-estate-ui .blogpost-section .post-head,
body.mlre-real-estate-ui .blogpost-section .post-actions,
body.mlre-real-estate-ui .blogpost-section .post-content,
body.mlre-real-estate-ui .blogpost-section .post-comments {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: var(--mlre-radius-xl);
	box-shadow: none;
	backdrop-filter: none;
	padding: clamp(18px, 2.5vw, 26px);
	margin-bottom: 18px;
}

body.mlre-real-estate-ui .blogpost-section blockquote,
body.mlre-real-estate-ui .page-content blockquote,
body.mlre-real-estate-ui .entry-content blockquote {
	background: #fff7ed;
	border-left: 4px solid var(--mlre-accent);
	border-radius: 0 8px 8px 0;
	color: var(--mlre-primary);
	padding: 18px 20px;
}

body.mlre-real-estate-ui footer.footer {
	background: #111827;
	color: rgba(248, 242, 232, 0.84);
	margin-top: 28px;
	overflow: visible;
	padding-top: 28px;
	box-shadow: none;
}

body.mlre-real-estate-ui footer.footer .row {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui footer.footer::before {
	display: none;
}

body.mlre-real-estate-ui footer.footer a,
body.mlre-real-estate-ui footer.footer p,
body.mlre-real-estate-ui footer.footer li,
body.mlre-real-estate-ui footer.footer .copyright p {
	color: rgba(248, 242, 232, 0.8);
}

body.mlre-real-estate-ui footer.footer .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 26px;
	padding-top: 26px;
}

body.mlre-real-estate-ui footer.footer .social-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	padding: 0;
}

body.mlre-real-estate-ui footer.footer .social-nav a {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	display: inline-flex;
	padding: 10px 16px;
}

body.mlre-real-estate-ui footer.footer .social-nav a:hover,
body.mlre-real-estate-ui footer.footer .social-nav a:focus {
	background: rgba(207, 125, 45, 0.18);
	color: #fff;
	transform: translateY(-1px);
}

@media (max-width: 992px) {
	body.mlre-real-estate-ui .ml-breadcrumbs {
		padding-bottom: 12px;
	}

	body.mlre-real-estate-ui .c27-main-header .header-container {
		padding-inline: 10px;
	}

	body.mlre-real-estate-ui .i-section:not(.listing-feed):not(.similar-listings):not(.explore-type-2):not(.explore-type-4):not(.mlre-project-guide) > .container,
	body.mlre-real-estate-ui .i-section:not(.listing-feed):not(.similar-listings):not(.explore-type-2):not(.explore-type-4):not(.mlre-project-guide) > .container-fluid,
	body.mlre-real-estate-ui .widget,
	body.mlre-real-estate-ui .elementor-widget-container,
	body.mlre-real-estate-ui .woocommerce .woocommerce-MyAccount-navigation,
	body.mlre-real-estate-ui .woocommerce .woocommerce-MyAccount-content,
	body.mlre-real-estate-ui .dashboard-content .content-area,
	body.mlre-real-estate-ui .page-content .block-content {
		padding: 16px;
	}
}

@media (max-width: 767px) {
	body.mlre-real-estate-ui .ml-breadcrumbs .bc-title-left span {
		max-width: none;
	}

	body.mlre-real-estate-ui .section-title {
		margin-bottom: 14px;
		padding-bottom: 10px;
	}

	body.mlre-real-estate-ui footer.footer {
		margin-top: 20px;
	}
}

body.mlre-real-estate-ui .listing-feed.mlre-feed {
	padding-top: 0;
}

body.mlre-real-estate-ui .mlre-feed__hero {
	background: #ffffff;
	border-radius: var(--mlre-radius-xl);
	box-shadow: none;
	color: var(--mlre-ink);
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.6fr) minmax(240px, 1fr);
	margin: 8px 0 22px;
	overflow: hidden;
	padding: 24px;
	position: relative;
	border: 1px solid rgba(17, 24, 39, 0.08);
}

body.mlre-real-estate-ui .mlre-feed__hero::after {
	display: none;
}

body.mlre-real-estate-ui .mlre-feed__copy {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui .mlre-feed__eyebrow,
body.mlre-real-estate-ui .mlre-single-header__eyebrow,
body.mlre-real-estate-ui .mlre-summary-panel__eyebrow,
body.mlre-real-estate-ui .mlre-card__meta-line {
	color: var(--mlre-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

body.mlre-real-estate-ui .mlre-feed__copy h2 {
	color: var(--mlre-ink);
	font-size: clamp(1.8rem, 2.6vw, 2.6rem);
	line-height: 1.12;
	margin: 0;
	max-width: 16ch;
}

body.mlre-real-estate-ui .mlre-feed__copy p {
	color: var(--mlre-muted);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 14px 0 0;
	max-width: 60ch;
}

body.mlre-real-estate-ui .mlre-feed__snapshot {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 1;
	align-self: end;
}

body.mlre-real-estate-ui .mlre-feed__metric {
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	padding: 14px;
	backdrop-filter: none;
}

body.mlre-real-estate-ui .mlre-feed__metric strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--mlre-ink);
}

body.mlre-real-estate-ui .mlre-feed__metric span {
	display: block;
	margin-top: 6px;
	font-size: 0.85rem;
	color: var(--mlre-muted);
}

body.mlre-real-estate-ui .lf-item-container {
	margin-bottom: 22px;
}

body.mlre-real-estate-ui .mlre-card {
	background: #ffffff;
	border: 1px solid var(--mlre-border);
	border-radius: var(--mlre-radius-xl);
	box-shadow: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	backdrop-filter: none;
}

body.mlre-real-estate-ui .mlre-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body.mlre-real-estate-ui .mlre-card--highlight {
	background: #ffffff;
	transform: none;
}

body.mlre-real-estate-ui .mlre-card__media {
	aspect-ratio: 16 / 11;
	background: #dfe5e3;
	display: block;
	overflow: hidden;
	position: relative;
}

body.mlre-real-estate-ui .mlre-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 20, 26, 0.08), rgba(13, 20, 26, 0.2));
	pointer-events: none;
}

body.mlre-real-estate-ui .mlre-card__image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.45s ease;
}

body.mlre-real-estate-ui .mlre-card:hover .mlre-card__image {
	transform: scale(1.06);
}

body.mlre-real-estate-ui .mlre-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	left: 14px;
	position: absolute;
	top: 14px;
	z-index: 1;
}

body.mlre-real-estate-ui .mlre-card__badge {
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 999px;
	color: var(--mlre-primary);
	display: inline-flex;
	font-size: 0.74rem;
	font-weight: 700;
	padding: 6px 10px;
}

body.mlre-real-estate-ui .mlre-card__badge.is-rera,
body.mlre-real-estate-ui .mlre-card__badge.is-trust,
body.mlre-real-estate-ui .mlre-single-header__verified {
	background: rgba(207, 125, 45, 0.14);
	color: #7b4817;
}

body.mlre-real-estate-ui .mlre-card__gallery-count {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 1;
	background: rgba(17, 24, 39, 0.82);
	border-radius: 999px;
	color: #fff;
	font-size: 0.74rem;
	font-weight: 700;
	padding: 6px 10px;
}

body.mlre-real-estate-ui .mlre-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
	gap: 12px;
}

body.mlre-real-estate-ui .mlre-card__topline {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: flex-start;
}

body.mlre-real-estate-ui .mlre-card__price-stack {
	min-width: 0;
}

body.mlre-real-estate-ui .mlre-card__price {
	color: var(--mlre-primary);
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	line-height: 1;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__pps,
body.mlre-real-estate-ui .mlre-single-header__pps,
body.mlre-real-estate-ui .mlre-card__location,
body.mlre-real-estate-ui .mlre-single-header__location,
body.mlre-real-estate-ui .mlre-single-header__meta,
body.mlre-real-estate-ui .mlre-single-header__description,
body.mlre-real-estate-ui .mlre-summary-panel__header p {
	color: var(--mlre-muted);
	margin: 0;
	line-height: 1.6;
}

body.mlre-real-estate-ui .mlre-card__actions {
	display: flex;
	gap: 10px;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__actions li {
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__actions a {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(17, 24, 39, 0.12);
	border-radius: 10px;
	color: var(--mlre-primary);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 12px;
}

body.mlre-real-estate-ui .mlre-card__actions a span {
	display: none;
}

body.mlre-real-estate-ui .mlre-card__meta-line {
	color: var(--mlre-accent);
	margin-bottom: -4px;
}

body.mlre-real-estate-ui .mlre-card__title {
	font-size: 1.55rem;
	line-height: 1.12;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__title a {
	color: var(--mlre-ink);
}

body.mlre-real-estate-ui .mlre-card__excerpt {
	color: var(--mlre-muted);
	line-height: 1.7;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__facts,
body.mlre-real-estate-ui .mlre-single-header__facts,
body.mlre-real-estate-ui .mlre-single-header__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-card__fact {
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 10px;
	color: var(--mlre-ink);
	font-size: 0.82rem;
	font-weight: 700;
	padding: 7px 10px;
}

body.mlre-real-estate-ui .mlre-card__footer {
	align-items: center;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
	color: var(--mlre-primary);
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
	font-weight: 700;
}

body.mlre-real-estate-ui .mlre-card__cta-arrow {
	color: var(--mlre-accent);
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

body.mlre-real-estate-ui .mlre-no-results {
	background: #ffffff;
	border: 1px solid var(--mlre-border);
	border-radius: 12px;
	padding: 24px;
	box-shadow: none;
	margin-top: 14px;
}

body.mlre-real-estate-ui .mlre-feed .load-more-listings,
body.mlre-real-estate-ui .mlre-feed .prev-next-pagination a,
body.mlre-real-estate-ui .mlre-feed .c27-explore-pagination a {
	background: var(--mlre-accent);
	border-radius: 8px;
	color: #fff;
	padding: 10px 16px;
	border: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context #c27-single-listing {
	background: transparent;
}

body.mlre-real-estate-ui.mlre-single-listing-context .main-info-desktop {
	margin-top: -72px;
	position: relative;
	z-index: 20;
}

body.mlre-real-estate-ui .mlre-single-header__intro,
body.mlre-real-estate-ui .mlre-summary-panel {
	background: #ffffff;
	backdrop-filter: none;
	border: 1px solid var(--mlre-border);
	border-radius: var(--mlre-radius-xl);
	box-shadow: none;
	padding: 24px;
	height: 100%;
}

body.mlre-real-estate-ui .mlre-single-header__brand {
	display: flex;
	gap: 18px;
	align-items: center;
}

body.mlre-real-estate-ui .mlre-single-header__logo {
	background-color: var(--mlre-surface);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	box-shadow: inset 0 0 0 1px rgba(20, 61, 54, 0.08);
	display: block;
	height: 84px;
	width: 84px;
	flex: 0 0 84px;
}

body.mlre-real-estate-ui .mlre-single-header__titles h1 {
	color: var(--mlre-ink);
	font-size: clamp(1.85rem, 2.8vw, 2.9rem);
	line-height: 1.1;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-single-header__verified {
	border-radius: 999px;
	font-family: "Glacial Indifference", "Trebuchet MS", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	margin-left: 12px;
	padding: 7px 11px;
	vertical-align: middle;
}

body.mlre-real-estate-ui .mlre-single-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: 14px;
}

body.mlre-real-estate-ui .mlre-single-header__edit {
	color: var(--mlre-primary);
	font-size: 0.92rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

body.mlre-real-estate-ui .mlre-single-header__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 18px;
	margin-top: 18px;
}

body.mlre-real-estate-ui .mlre-single-header__price {
	color: var(--mlre-primary);
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	line-height: 0.95;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-single-header__description {
	font-size: 1rem;
	margin-top: 4px;
}

body.mlre-real-estate-ui .mlre-single-header__summary-grid,
body.mlre-real-estate-ui .mlre-summary-panel__details {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	margin-top: 18px;
}

body.mlre-real-estate-ui .mlre-single-header__summary-item,
body.mlre-real-estate-ui .mlre-summary-panel__detail {
	background: #f8fafc;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	padding: 14px;
}

body.mlre-real-estate-ui .mlre-single-header__summary-item dt,
body.mlre-real-estate-ui .mlre-summary-panel__label {
	color: var(--mlre-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

body.mlre-real-estate-ui .mlre-single-header__summary-item dd,
body.mlre-real-estate-ui .mlre-summary-panel__value {
	color: var(--mlre-ink);
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.45;
}

body.mlre-real-estate-ui .mlre-summary-panel {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

body.mlre-real-estate-ui .mlre-summary-panel__header h3 {
	color: var(--mlre-ink);
	font-size: 2rem;
	line-height: 1.08;
	margin: 0 0 10px;
}

body.mlre-real-estate-ui .mlre-summary-panel__eyebrow,
body.mlre-real-estate-ui .mlre-single-header__eyebrow,
body.mlre-real-estate-ui .mlre-card__meta-line {
	color: var(--mlre-accent);
	margin-bottom: 10px;
}

body.mlre-real-estate-ui .mlre-summary-panel__actions {
	display: grid;
	gap: 12px;
	margin: 0;
}

body.mlre-real-estate-ui .mlre-summary-panel__actions li {
	margin: 0;
	list-style: none;
}

body.mlre-real-estate-ui .mlre-summary-panel__actions a {
	align-items: center;
	background: var(--mlre-primary);
	border-radius: 18px;
	color: #fff;
	display: inline-flex;
	gap: 12px;
	justify-content: center;
	padding: 14px 18px;
	width: 100%;
	font-weight: 700;
	min-height: 54px;
	text-align: center;
}

body.mlre-real-estate-ui .mlre-summary-panel__actions li:nth-child(even) a {
	background: #1f4b44;
}

body.mlre-real-estate-ui .mlre-summary-panel__footer {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: auto;
}

body.mlre-real-estate-ui .mlre-summary-panel__jump {
	align-items: center;
	border-radius: 16px;
	display: inline-flex;
	justify-content: center;
	min-height: 52px;
	padding: 14px 16px;
	font-weight: 700;
	text-align: center;
}

body.mlre-real-estate-ui .mlre-summary-panel__jump--primary {
	background: var(--mlre-accent);
	color: #fff;
}

body.mlre-real-estate-ui .mlre-summary-panel__jump--secondary {
	background: rgba(20, 61, 54, 0.08);
	color: var(--mlre-primary);
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-header {
	background: transparent;
	padding: 22px 0 34px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--mlre-border);
	border-radius: 24px;
	box-shadow: var(--mlre-shadow);
	padding: 10px 14px;
	backdrop-filter: blur(10px);
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu .cts-carousel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu li {
	margin: 0;
	list-style: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu a {
	background: transparent;
	border-radius: 999px;
	color: var(--mlre-muted);
	display: inline-flex;
	padding: 12px 18px;
	font-weight: 700;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu li.active a,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu a:hover {
	background: var(--mlre-primary);
	color: #fff;
}

body.mlre-real-estate-ui .main-info-mobile {
	display: none;
}

@media (min-width: 992px) {
	body.mlre-real-estate-ui .mlre-card--list {
		flex-direction: row;
	}

	body.mlre-real-estate-ui .mlre-card--list .mlre-card__media {
		aspect-ratio: auto;
		flex: 0 0 36%;
		min-height: 100%;
	}

	body.mlre-real-estate-ui .mlre-card--list .mlre-card__body {
		flex: 1;
	}
}

@media (max-width: 1199px) {
	body.mlre-real-estate-ui .mlre-feed__hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	body.mlre-real-estate-ui .mlre-feed__snapshot,
	body.mlre-real-estate-ui .mlre-single-header__summary-grid,
	body.mlre-real-estate-ui .mlre-summary-panel__details,
	body.mlre-real-estate-ui .mlre-summary-panel__footer {
		grid-template-columns: 1fr;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .main-info-desktop {
		display: none;
	}

	body.mlre-real-estate-ui .main-info-mobile {
		display: block;
		margin-top: -52px;
		position: relative;
		z-index: 20;
	}

	body.mlre-real-estate-ui .mlre-single-header__intro,
	body.mlre-real-estate-ui .mlre-summary-panel,
	body.mlre-real-estate-ui .mlre-feed__hero {
		padding: 24px;
	}

	body.mlre-real-estate-ui .mlre-card__actions a span {
		display: inline;
	}
}

@media (max-width: 767px) {
	body.mlre-real-estate-ui .mlre-feed__hero {
		margin: 0 0 24px;
	}

	body.mlre-real-estate-ui .mlre-card__body {
		padding: 20px;
	}

	body.mlre-real-estate-ui .mlre-card__topline,
	body.mlre-real-estate-ui .mlre-single-header__brand,
	body.mlre-real-estate-ui .mlre-single-header__meta,
	body.mlre-real-estate-ui .mlre-single-header__price-row {
		flex-direction: column;
		align-items: flex-start;
	}

	body.mlre-real-estate-ui .mlre-single-header__logo {
		height: 70px;
		width: 70px;
		flex-basis: 70px;
	}

	body.mlre-real-estate-ui .mlre-card--list {
		flex-direction: column;
	}

	body.mlre-real-estate-ui .mlre-card__facts,
	body.mlre-real-estate-ui .mlre-single-header__facts,
	body.mlre-real-estate-ui .mlre-single-header__badges {
		gap: 8px;
	}
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide {
	padding-top: 10px;
	padding-bottom: 28px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero {
	background: linear-gradient(135deg, rgba(20, 61, 54, 0.98), rgba(27, 77, 68, 0.94));
	border-radius: 32px;
	box-shadow: var(--mlre-shadow);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 1fr);
	padding: 34px;
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -90px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero-copy,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-grid {
	position: relative;
	z-index: 1;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__eyebrow,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section-head p {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.74);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero h2,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section-head h3 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0.03em;
	line-height: 1.06;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero h2 {
	font-size: clamp(2.2rem, 3.2vw, 3.5rem);
	color: #fff;
	max-width: 12ch;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero p:last-of-type {
	max-width: 64ch;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 18px;
	margin-bottom: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__document-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__document-actions a {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	padding: 12px 18px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: end;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-item {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 18px;
	backdrop-filter: blur(10px);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-item span {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 8px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-item strong {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__gallery-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__gallery-item {
	margin: 0;
	aspect-ratio: 1.1;
	background-size: cover;
	background-position: center;
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(16, 30, 43, 0.16);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__layout {
	row-gap: 28px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--mlre-border);
	border-radius: var(--mlre-radius-xl);
	box-shadow: var(--mlre-shadow);
	padding: 28px;
	height: 100%;
	backdrop-filter: blur(10px);
	margin-bottom: 28px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section:last-child {
	margin-bottom: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section-head p {
	color: var(--mlre-accent);
	margin-bottom: 10px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section-head h3 {
	font-size: clamp(1.5rem, 2vw, 2.15rem);
	color: var(--mlre-ink);
	margin-bottom: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__bullet-list {
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
	padding: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid li,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__bullet-list li {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 16px 18px 16px 48px;
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 18px;
	color: var(--mlre-ink);
	line-height: 1.7;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid li::before,
body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__bullet-list li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--mlre-accent), #efb060);
	box-shadow: 0 0 0 6px rgba(207, 125, 45, 0.15);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table-wrap {
	margin-top: 22px;
	overflow-x: auto;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table th {
	background: var(--mlre-primary);
	color: #fff;
	padding: 15px 16px;
	font-weight: 700;
	border: 0;
	text-align: left;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table td {
	padding: 16px;
	border-top: 1px solid rgba(20, 61, 54, 0.08);
	color: var(--mlre-ink);
	vertical-align: top;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table td strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 4px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__price-table td span {
	display: block;
	font-size: 0.84rem;
	color: var(--mlre-muted);
	line-height: 1.5;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__story-copy {
	margin: 18px 0 0;
	color: var(--mlre-muted);
	line-height: 1.8;
	font-size: 1rem;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__contact-actions {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__contact-actions a {
	align-items: center;
	background: linear-gradient(135deg, var(--mlre-primary), #1f4b44);
	border-radius: 18px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	min-height: 54px;
	padding: 14px 18px;
	font-weight: 700;
	box-shadow: 0 18px 34px rgba(20, 61, 54, 0.18);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item {
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 18px;
	padding: 0 18px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item summary {
	list-style: none;
	cursor: pointer;
	font-weight: 700;
	color: var(--mlre-ink);
	padding: 18px 26px 18px 0;
	position: relative;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item summary::-webkit-details-marker {
	display: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--mlre-accent);
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item[open] summary::after {
	content: "−";
}

body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__faq-item p {
	margin: 0 0 18px;
	color: var(--mlre-muted);
	line-height: 1.75;
}

@media (max-width: 1199px) {
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__gallery-strip,
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid,
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero,
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section {
		padding: 24px;
	}
}

@media (max-width: 767px) {
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__gallery-strip,
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__feature-grid,
	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__snapshot-grid {
		grid-template-columns: 1fr;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__hero {
		padding: 22px;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .mlre-project-guide__section {
		padding: 22px;
	}
}

body.mlre-real-estate-ui.mlre-single-listing-context .qla-container {
	padding-bottom: 26px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--mlre-border);
	border-radius: 24px;
	box-shadow: var(--mlre-shadow);
	padding: 12px 14px;
	backdrop-filter: blur(10px);
}

body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions .cts-carousel {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	align-items: center;
}

body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions li,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu li {
	list-style: none;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions a {
	align-items: center;
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 999px;
	color: var(--mlre-primary);
	display: inline-flex;
	gap: 10px;
	min-height: 48px;
	padding: 12px 18px;
	font-weight: 700;
}

body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions .cts-prev,
body.mlre-real-estate-ui.mlre-single-listing-context .quick-listing-actions .cts-next,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu .cts-prev,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-menu .cts-next {
	display: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .listing-tabs {
	padding-bottom: 48px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body {
	background: transparent;
	padding: 0 0 42px;
	margin: 0;
	border: 0;
	box-shadow: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .tab-template-sidebar-content,
body.mlre-real-estate-ui.mlre-single-listing-context .tab-template-masonry {
	padding-top: 0;
	padding-bottom: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .cts-left-column,
body.mlre-real-estate-ui.mlre-single-listing-context .cts-right-column,
body.mlre-real-estate-ui.mlre-single-listing-context .listing-tab-grid {
	row-gap: 28px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .element,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .single-menu-item.element,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .food-menu-items,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .wpcf7 {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--mlre-border);
	border-radius: var(--mlre-radius-xl);
	box-shadow: var(--mlre-shadow);
	backdrop-filter: blur(10px);
	overflow: hidden;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .food-menu-items {
	display: grid;
	gap: 18px !important;
	padding: 18px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .single-menu-item.element {
	margin-top: 0 !important;
	min-height: 100%;
	padding: 0;
	box-shadow: none;
	background: var(--mlre-surface);
	border-radius: 20px;
	border-color: rgba(20, 61, 54, 0.08);
	backdrop-filter: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .gr-content,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .menu-content {
	padding: 0;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .single-menu-item.element .gr-content {
	padding: 22px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .menu-item-title {
	display: block;
	margin: 0 0 8px;
	color: var(--mlre-ink);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .menu-content p {
	margin: 0;
	color: var(--mlre-muted);
	line-height: 1.7;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-head {
	padding: 28px 30px 0;
	border: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body {
	padding: 18px 30px 30px;
	border: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .title-style-1 {
	display: flex;
	align-items: center;
	gap: 14px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .title-style-1 i {
	align-items: center;
	background: var(--mlre-surface);
	border-radius: 14px;
	color: var(--mlre-accent);
	display: inline-flex;
	font-size: 1.15rem;
	height: 44px;
	justify-content: center;
	min-width: 44px;
	width: 44px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .title-style-1 h5,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .section-title h2 {
	color: var(--mlre-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.2vw, 2.25rem);
	line-height: 1.08;
	margin: 0;
	letter-spacing: -0.03em;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .content-block .pf-body,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .wp-editor-content {
	color: var(--mlre-muted);
	font-size: 1rem;
	line-height: 1.75;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body p,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body li,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body td,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body th,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body label {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body h2,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body h3,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body h4 {
	color: var(--mlre-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
	line-height: 1.12;
	margin: 36px 0 18px;
	letter-spacing: -0.03em;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body ul,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body ol {
	padding-left: 22px;
	margin: 0;
	display: grid;
	gap: 10px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .outlined-list.details-block-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 0;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .outlined-list.details-block-content li {
	align-items: flex-start;
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 18px;
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 18px 20px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .outlined-list.details-block-content li i {
	align-items: center;
	background: #fff;
	border-radius: 14px;
	color: var(--mlre-accent);
	display: inline-flex;
	font-size: 1rem;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	width: 40px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .outlined-list.details-block-content li span {
	display: block;
	color: var(--mlre-ink);
	font-weight: 700;
	line-height: 1.5;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body table.table,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .wp-editor-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 22px;
	overflow: hidden;
	margin-top: 18px;
	background: #fff;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body table.table th,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .wp-editor-content table th {
	background: var(--mlre-primary);
	color: #fff;
	font-weight: 700;
	padding: 16px 18px;
	border: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .profile-body table.table td,
body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .wp-editor-content table td {
	background: #fff;
	padding: 16px 18px;
	border-top: 1px solid rgba(20, 61, 54, 0.08);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: var(--mlre-ink);
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .galleryPreview .item,
body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .galleryPreview img {
	border-radius: 24px;
	overflow: hidden;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .galleryPreview img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .gallery-thumb {
	margin-top: 14px;
	padding: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .gallery-thumb .slide-thumb {
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(16, 30, 43, 0.14);
	height: 82px;
	overflow: hidden;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .gallery-nav ul {
	display: flex;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	justify-content: flex-end;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .gallery-nav li {
	list-style: none;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .gallery-block .gallery-nav a {
	align-items: center;
	background: var(--mlre-primary);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-tags .details-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-tags .details-list li {
	list-style: none;
	margin: 0;
	width: auto;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-tags .details-list a {
	align-items: center;
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 999px;
	color: var(--mlre-primary);
	display: inline-flex;
	gap: 8px;
	padding: 10px 14px;
	font-weight: 700;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form {
	display: grid;
	gap: 16px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form p {
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form label {
	display: block;
	font-weight: 700;
	color: var(--mlre-ink);
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form input:not([type="submit"]),
body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form textarea {
	background: #fff;
	border: 1px solid rgba(20, 61, 54, 0.12);
	border-radius: 16px;
	box-shadow: inset 0 1px 2px rgba(16, 30, 43, 0.02);
	color: var(--mlre-ink);
	margin-top: 8px;
	padding: 14px 16px;
	width: 100%;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-form textarea {
	min-height: 140px;
	resize: vertical;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-submit {
	background: linear-gradient(135deg, var(--mlre-primary), #1f4b44);
	border: 0;
	border-radius: 16px;
	box-shadow: 0 18px 34px rgba(20, 61, 54, 0.18);
	color: #fff;
	font-weight: 700;
	min-height: 54px;
	padding: 14px 24px;
	width: auto;
}

body.mlre-real-estate-ui.mlre-single-listing-context .block-type-code .wpcf7-response-output {
	margin: 8px 0 0;
	border-radius: 14px;
	padding: 12px 14px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings {
	padding: 10px 0 56px;
	background: transparent;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .section-title {
	margin-bottom: 24px;
	padding: 0 15px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .section-body.grid {
	row-gap: 30px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-preview {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--mlre-border);
	border-radius: var(--mlre-radius-xl);
	box-shadow: var(--mlre-shadow);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
	backdrop-filter: blur(10px);
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-preview:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 65px rgba(16, 30, 43, 0.18);
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-alternate,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-default,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-list-view {
	background: transparent;
	padding: 0;
	min-height: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-alternate > a,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-default > a,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-list-view > a {
	display: block;
	position: relative;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-background {
	border-radius: 0;
	height: 240px;
	position: relative;
	background-size: cover;
	background-position: center;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .overlay {
	background: linear-gradient(180deg, rgba(13, 20, 26, 0.06), rgba(13, 20, 26, 0.32)) !important;
	opacity: 1 !important;
	border-radius: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-info,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-info-2 {
	background: transparent;
	padding: 24px 24px 0;
	position: relative;
	min-height: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-preview-title {
	color: var(--mlre-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	line-height: 1.15;
	margin: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings h6,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-contact li {
	color: var(--mlre-muted);
	line-height: 1.65;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-contact {
	margin-top: 14px;
	padding: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-head {
	left: 18px;
	right: 18px;
	top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-head-btn,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .ad-badge {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 999px;
	color: var(--mlre-primary);
	font-weight: 700;
	padding: 8px 12px;
	border: 0;
	box-shadow: none;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details-3,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details.actions {
	background: transparent;
	padding: 18px 24px 24px;
	margin: 0;
	border: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details-3 ul,
body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details.actions .ld-info ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details-3 li {
	align-items: center;
	background: var(--mlre-surface);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 999px;
	color: var(--mlre-ink);
	display: inline-flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 9px 14px;
	font-weight: 700;
}

body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details.actions a {
	align-items: center;
	background: rgba(20, 61, 54, 0.08);
	border: 1px solid rgba(20, 61, 54, 0.08);
	border-radius: 14px;
	color: var(--mlre-primary);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 12px;
}

@media (max-width: 991px) {
	body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .outlined-list.details-block-content {
		grid-template-columns: 1fr;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-head {
		padding: 24px 24px 0;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .pf-body {
		padding: 16px 24px 24px;
	}
}

@media (max-width: 767px) {
	body.mlre-real-estate-ui.mlre-single-listing-context .profile-body .food-menu-items {
		padding: 14px;
	}

	body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-info,
	body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .lf-item-info-2,
	body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details-3,
	body.mlre-real-estate-ui.mlre-single-listing-context .similar-listings .listing-details.actions {
		padding-left: 20px;
		padding-right: 20px;
	}
}