.pdp-actions {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.pdp-actions a {
	align-items: center;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 9999px;
	color: #5c6368;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	transition: all .15s;
	width: 36px;
}

.pdp-actions a:hover {
	background: #e7f0ff;
	border-color: #1563df;
	color: #1563df;
}

.pdp-ai-badge {
	align-items: center;
	background: linear-gradient(135deg,#00c4b3,#1563df);
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(21,99,223,.25);
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.pdp-ai-badge-inline {
	background: linear-gradient(90deg,#00c4b3,#1563df);
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 2px 9px;
	text-transform: uppercase;
}

.pdp-ai-chat {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	overflow: hidden;
}

.pdp-ai-head {
	align-items: center;
	background: none;
	border: none;
	cursor: default;
	display: flex;
	font-family: 'Manrope', sans-serif;
	gap: 10px;
	padding: 16px 20px;
	text-align: left;
	width: 100%;
}

.pdp-ai-head-main {
	flex: 1;
	min-width: 0;
}

.pdp-ai-head-sub {
	color: #64708a;
	font-size: 12px;
}

.pdp-ai-head-title {
	color: #161e2d;
	font-size: 14px;
	font-weight: 700;
}

.pdp-ai-suggest {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 16px 14px;
}

.pdp-ai-suggest-btn {
	background: #f5f6f8;
	border: 1px solid #f0f2f5;
	border-radius: 9999px;
	color: #5c6368;
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 14px;
	text-align: left;
	transition: all .15s;
}

.pdp-ai-suggest-btn:hover {
	background: #e7f0ff;
	border-color: #1563df;
	color: #1563df;
}

.pdp-ai-yield {
	align-items: flex-start;
	background: linear-gradient(135deg,#e0faf8 0%,#eaf3ff 100%);
	border: 1px solid #c5f5f0;
	border-radius: 14px;
	display: flex;
	gap: 14px;
	padding: 18px 20px;
}

.pdp-ai-yield-badge {
	align-items: center;
	background: linear-gradient(135deg,#00c4b3,#1563df);
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,196,179,.3);
	color: #fff;
	display: flex;
	flex-shrink: 0;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.pdp-ai-yield-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}

.pdp-ai-yield-note {
	color: #5c6368;
	font-size: 13px;
	line-height: 1.5;
}

.pdp-ai-yield-pct {
	background: linear-gradient(90deg,#00c4b3,#1563df);
	border-radius: 9999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 9px;
}

.pdp-ai-yield-title {
	color: #005d54;
	font-size: 14px;
	font-weight: 700;
}

.pdp-amenities-grid {
	display: grid;
	gap: 10px 20px;
	grid-template-columns: 1fr 1fr;
}

.pdp-amenity {
	align-items: center;
	color: #5c6368;
	display: flex;
	font-size: 13px;
	gap: 9px;
}

.pdp-amenity-check {
	align-items: center;
	background: #e7f0ff;
	border-radius: 9999px;
	color: #1563df;
	display: inline-flex;
	flex-shrink: 0;
	height: 20px;
	justify-content: center;
	width: 20px;
}

.pdp-badge-market {
	border-radius: 9999px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 4px 12px;
}

.pdp-badge-market.good {
	background: #e8faf0;
	color: #15803d;
}

.pdp-badge-market.neutral {
	background: #f3f4f6;
	color: #4b5563;
}

.pdp-badge-market.over {
	background: #fff8e6;
	color: #8c5a00;
}

.pdp-badge-market.warn {
	background: #fee2e2;
	color: #b91c1c;
}

.pdp-breadcrumb {
	align-items: center;
	color: #64708a;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 6px;
	margin-bottom: 16px;
}

.pdp-breadcrumb .pdp-back {
	align-items: center;
	color: #1563df;
	display: inline-flex;
	font-weight: 600;
	gap: 4px;
}

.pdp-breadcrumb .pdp-sep {
	color: #d5d9e0;
	margin: 0 4px;
}

.pdp-breadcrumb a {
	color: #64708a;
	text-decoration: none;
}

.pdp-breadcrumb a:hover {
	color: #1563df;
}

.pdp-btn-primary {
	background: #1563df;
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 13px 0;
	transition: background .15s;
	width: 100%;
}

.pdp-btn-primary:disabled {
	background: #9aa8c4;
	cursor: not-allowed;
}

.pdp-btn-primary:hover {
	background: #0e49a6;
}

.pdp-btn-soft {
	align-items: center;
	background: #e7f0ff;
	border: none;
	border-radius: 10px;
	color: #1563df;
	cursor: pointer;
	display: flex;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 600;
	gap: 6px;
	justify-content: center;
	padding: 11px 0;
	width: 100%;
}

.pdp-btn-soft:hover {
	background: #d3e4ff;
}

.pdp-card {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 20px 22px;
}

.pdp-cons {
	background: #fff4f4;
	border: 1px solid #f5c6c6;
	border-radius: 14px;
	padding: 16px 18px;
}

.pdp-cons .pdp-pc-icon {
	background: #c72929;
}

.pdp-cons .pdp-pc-list > div {
	color: #7a1a1a;
}

.pdp-cons .pdp-pc-list > div::before {
	background: #c72929;
}

.pdp-cons .pdp-pc-title {
	color: #c72929;
	font-size: 13px;
	font-weight: 700;
}

.pdp-contact {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 20px 22px;
}

.pdp-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 14px;
}

.pdp-contact-offers {
	align-items: center;
	border-bottom: 1px solid #f0f2f5;
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.pdp-contact-offers-icon {
	align-items: center;
	background: #e7f0ff;
	border-radius: 12px;
	color: #1563df;
	display: inline-flex;
	flex-shrink: 0;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.pdp-contact-offers-sub {
	color: #64708a;
	font-size: 12px;
	line-height: 1.4;
}

.pdp-contact-offers-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 3px;
}

.pdp-contact-offers-title .best {
	background: #e8faf0;
	border-radius: 9999px;
	color: #15803d;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 9px;
}

.pdp-contact-offers-title strong {
	color: #161e2d;
	font-size: 15px;
	font-weight: 800;
}

.pdp-contact-title {
	color: #161e2d;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 14px;
}

.pdp-container {
	padding: 28px 24px 60px;
}

.pdp-date-meta {
	align-items: center;
	color: #64708a;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 16px;
	margin-top: 8px;
}

.pdp-date-meta .dot {
	color: #d5d9e0;
}

.pdp-date-meta .item {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.pdp-date-meta strong {
	color: #5c6368;
	font-weight: 600;
}

.pdp-description {
	color: #5c6368;
	font-size: 14px;
	line-height: 1.75;
}

.pdp-description p {
	margin: 0 0 10px;
}

.pdp-description p:last-child {
	margin-bottom: 0;
}

.pdp-details {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 10px;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}

.pdp-details-row {
	align-items: center;
	border-bottom: 1px solid #f0f2f5;
	display: flex;
	justify-content: space-between;
	padding: 10px 14px;
}

.pdp-details-row .lbl {
	color: #64708a;
	font-size: 13px;
}

.pdp-details-row .val {
	color: #161e2d;
	font-size: 13px;
	font-weight: 600;
}

.pdp-details-row:last-child, .pdp-details-row:nth-last-child(2) {
	border-bottom: none;
}

.pdp-exposure-info-main {
	color: #1563df;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.pdp-exposure-info-sub {
	color: #5c6368;
	font-size: 13px;
	margin-top: 4px;
}

.pdp-exposure-wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.pdp-gallery {
	background: #e8ecf2;
	border-radius: 20px;
	display: grid;
	gap: 4px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 200px 200px;
	margin-bottom: 28px;
	overflow: hidden;
}

.pdp-gallery a {
	background: #d8e4f5;
	display: block;
	overflow: hidden;
	position: relative;
}

.pdp-gallery a.pdp-main {
	grid-row: 1 / 3;
}

.pdp-gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pdp-gallery-actions {
	display: flex;
	gap: 8px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.pdp-gallery-actions a {
	align-items: center;
	background: #fff;
	border-radius: 9999px;
	box-shadow: 0 2px 8px rgba(22,30,45,.1);
	color: #161e2d;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.pdp-gallery-more {
	backdrop-filter: blur(4px);
	background: rgba(0,0,0,0.55);
	border: none;
	border-radius: 9999px;
	bottom: 12px;
	color: #fff;
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	position: absolute;
	right: 12px;
}

.pdp-gallery-more-mobile {
	display: none;
}

.pdp-h1 {
	color: #161e2d;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.pdp-h1::first-letter {
	text-transform: uppercase;
}

.pdp-input {
	background: #f5f6f8;
	border: 1px solid #f0f2f5;
	border-radius: 10px;
	color: #161e2d;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	outline: none;
	padding: 10px 13px;
	transition: border-color .15s;
	width: 100%;
}

.pdp-input:focus {
	border-color: #1563df;
}

.pdp-layout-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pdp-layout-list > div {
	align-items: flex-start;
	color: #5c6368;
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.5;
}

.pdp-layout-list > div::before {
	background: #1563df;
	border-radius: 50%;
	content: '';
	flex-shrink: 0;
	height: 6px;
	margin-top: 8px;
	width: 6px;
}

.pdp-location {
	align-items: center;
	color: #5c6368;
	display: inline-flex;
	font-size: 13px;
	gap: 5px;
	margin-top: 6px;
	text-decoration: none;
}

.pdp-location:hover {
	color: #1563df;
}

.pdp-map {
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	height: 360px;
	overflow: hidden;
}

.pdp-map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.pdp-market-bar {
	background: #f0f2f5;
	border-radius: 9999px;
	height: 6px;
	margin-bottom: 12px;
	overflow: hidden;
}

.pdp-market-bar-fill {
	border-radius: 9999px;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .25s ease;
	width: 100%;
}

.pdp-market-bar-fill.good {
	background: #1a8a42;
}

.pdp-market-bar-fill.muted {
	background: #cfd6e0;
}

.pdp-market-bar-fill.over {
	background: #b57400;
}

.pdp-market-comp {
	border-top: 1px solid #f0f2f5;
	margin-top: 14px;
	padding-top: 16px;
}

.pdp-market-comp-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.pdp-market-comp-row .l {
	color: #5c6368;
	font-size: 12px;
}

.pdp-market-comp-row .v {
	color: #161e2d;
	font-size: 13px;
	font-weight: 600;
}

.pdp-market-comp-row .v.good {
	color: #15803d;
	font-weight: 700;
}

.pdp-market-comp-row .v.over {
	color: #8c5a00;
	font-weight: 700;
}

.pdp-market-comp-title {
	color: #64708a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.pdp-market-verdict {
	align-items: center;
	border-radius: 10px;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	padding: 9px 12px;
}

.pdp-market-verdict.good {
	background: #e8faf0;
	color: #15803d;
}

.pdp-market-verdict.over {
	background: #fff8e6;
	color: #8c5a00;
}

.pdp-mortgage {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 20px 22px;
}

.pdp-mortgage-head {
	align-items: center;
	display: flex;
	gap: 9px;
	margin-bottom: 16px;
}

.pdp-mortgage-head-icon {
	align-items: center;
	background: #fff8e6;
	border-radius: 9999px;
	color: #8c5a00;
	display: inline-flex;
	flex-shrink: 0;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.pdp-mortgage-loan-note {
	color: #64708a;
	font-size: 11px;
}

.pdp-mortgage-loan-val {
	color: #161e2d;
	font-size: 14px;
	font-weight: 600;
}

.pdp-mortgage-result {
	align-items: center;
	background: #f5f6f8;
	border-radius: 12px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 14px 16px;
}

.pdp-mortgage-result-lbl {
	color: #64708a;
	font-size: 11px;
	margin-bottom: 3px;
}

.pdp-mortgage-result-main {
	color: #1563df;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.pdp-mortgage-row {
	color: #64708a;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-bottom: 6px;
}

.pdp-mortgage-row strong {
	color: #161e2d;
	font-weight: 700;
}

.pdp-mortgage-slider {
	accent-color: #1563df;
	margin-bottom: 14px;
	width: 100%;
}

.pdp-mortgage-title {
	color: #161e2d;
	font-size: 14px;
	font-weight: 700;
}

.pdp-pc-head {
	align-items: center;
	display: flex;
	gap: 7px;
	margin-bottom: 12px;
}

.pdp-pc-icon {
	align-items: center;
	border-radius: 9999px;
	color: #fff;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.pdp-pc-list {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.pdp-pc-list > div {
	align-items: flex-start;
	display: flex;
	font-size: 13px;
	gap: 7px;
	line-height: 1.4;
}

.pdp-pc-list > div::before {
	border-radius: 50%;
	content: '';
	flex-shrink: 0;
	height: 5px;
	margin-top: 6px;
	width: 5px;
}

.pdp-ph-body {
	flex: 1;
	min-width: 0;
}

.pdp-ph-chev {
	color: #64708a;
	flex-shrink: 0;
	transition: transform .2s;
}

.pdp-ph-current-badge {
	background: #e7f0ff;
	border-radius: 9999px;
	color: #1563df;
	font-size: 11px;
	font-weight: 700;
	padding: 1px 7px;
}

.pdp-ph-date {
	color: #64708a;
	font-size: 11px;
}

.pdp-ph-diff {
	font-size: 12px;
	font-weight: 700;
}

.pdp-ph-diff.down {
	color: #15803d;
}

.pdp-ph-diff.up {
	color: #8c5a00;
}

.pdp-ph-dot {
	background: #e8ecf2;
	border-radius: 50%;
	flex-shrink: 0;
	height: 8px;
	width: 8px;
}

.pdp-ph-head {
	flex: 1;
	min-width: 0;
}

.pdp-ph-icon {
	align-items: center;
	border-radius: 9999px;
	display: inline-flex;
	flex-shrink: 0;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.pdp-ph-icon.down {
	background: #e8faf0;
	color: #15803d;
}

.pdp-ph-icon.up {
	background: #fff8e6;
	color: #8c5a00;
}

.pdp-ph-line {
	background: #f0f2f5;
	height: 20px;
	margin-top: 3px;
	width: 1px;
}

.pdp-ph-list {
	border-top: 1px solid #f0f2f5;
	padding: 4px 0 8px;
}

.pdp-ph-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 2px;
}

.pdp-ph-note {
	font-size: 11px;
	font-weight: 600;
}

.pdp-ph-note.down {
	color: #15803d;
}

.pdp-ph-note.first {
	color: #1563df;
}

.pdp-ph-note.up {
	color: #8c5a00;
}

.pdp-ph-price {
	color: #5c6368;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.pdp-ph-rail {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 16px;
}

.pdp-ph-row {
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 10px 18px;
}

.pdp-ph-row.current {
	background: #f5f6f8;
}

.pdp-ph-row.current .pdp-ph-dot {
	background: #1563df;
	box-shadow: 0 0 0 3px #e7f0ff;
	height: 12px;
	width: 12px;
}

.pdp-ph-row.current .pdp-ph-price {
	color: #161e2d;
	font-weight: 800;
}

.pdp-ph-spark {
	flex-shrink: 0;
}

.pdp-ph-spark.down circle, .pdp-ph-spark.down polyline {
	stroke: #1a8a42;
}

.pdp-ph-spark.up circle, .pdp-ph-spark.up polyline {
	stroke: #b57400;
}

.pdp-ph-summary {
	font-size: 12px;
	font-weight: 600;
	margin-top: 1px;
}

.pdp-ph-summary.down {
	color: #15803d;
}

.pdp-ph-summary.up {
	color: #8c5a00;
}

.pdp-ph-title {
	color: #161e2d;
	font-size: 13px;
	font-weight: 700;
}

.pdp-ph-top {
	align-items: baseline;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.pdp-price-card {
	align-items: flex-end;
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	display: inline-flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 6px;
	padding: 12px 18px;
}

.pdp-price-history {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	overflow: hidden;
}

.pdp-price-history > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 12px;
	list-style: none;
	padding: 14px 18px;
	user-select: none;
}

.pdp-price-history > summary::-webkit-details-marker {
	display: none;
}

.pdp-price-history[open] .pdp-ph-chev {
	transform: rotate(180deg);
}

.pdp-price-label {
	color: #1563df;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pdp-price-label.rent {
	color: #005d54;
}

.pdp-price-main {
	color: #1563df;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

.pdp-price-per-sqm {
	color: #64708a;
	font-size: 11px;
}

.pdp-price-rent-unit {
	color: #64708a;
	font-size: 12px;
	font-weight: 500;
}

.pdp-price-rent-val {
	color: #005d54;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.pdp-price-row {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pdp-price-sep {
	background: #e8ecf2;
	height: 1px;
	width: 100%;
}

.pdp-pros {
	background: #e8faf0;
	border: 1px solid #b8edcc;
	border-radius: 14px;
	padding: 16px 18px;
}

.pdp-pros .pdp-pc-icon {
	background: #1a8a42;
}

.pdp-pros .pdp-pc-list > div {
	color: #1e5c30;
}

.pdp-pros .pdp-pc-list > div::before {
	background: #1a8a42;
}

.pdp-pros .pdp-pc-title {
	color: #15803d;
	font-size: 13px;
	font-weight: 700;
}

.pdp-proscons {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.pdp-related {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
}

.pdp-related a {
	color: #1563df;
	font-size: 13px;
	padding: 3px 5px;
	text-decoration: underline;
}

.pdp-related a::before {
	color: #64708a;
	content: "вЂў ";
}

.pdp-related-group + .pdp-related-group {
	margin-top: 16px;
}

.pdp-related-group-title {
	color: #1f2937;
	color: var(--color-black);
	font-size: 12px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 7px;
}

.pdp-related-groups {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 18px;
}

.pdp-related-links {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pdp-related-links a {
	color: var(--color-primary);
	font-size: 13px;
	line-height: 1.4;
	padding: 2px 0;
	text-decoration: none;
}

.pdp-related-links a:hover {
	text-decoration: underline;
}

.pdp-related-searches {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 20px 22px;
}

.pdp-related-title {
	color: var(--color-text-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.pdp-section {
	margin-top: 28px;
}

.pdp-section-head {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.pdp-section-head h2 {
	color: #161e2d;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.pdp-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: sticky;
	top: 80px;
}

.pdp-stats {
	border-bottom: 1px solid #f0f2f5;
	border-top: 1px solid #f0f2f5;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 20px 0;
}

.pdp-stats-item {
	border-right: 1px solid #f0f2f5;
	flex: 1 1 0;
	min-width: 90px;
	padding: 14px 8px;
	text-align: center;
}

.pdp-stats-item:last-child {
	border-right: none;
}

.pdp-stats-label {
	color: #64708a;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pdp-stats-val {
	color: #161e2d;
	font-size: 16px;
	font-weight: 700;
}

.pdp-title-col {
	flex: 1 1 320px;
	min-width: 0;
}

.pdp-title-row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 4px;
}

.pdp-type-badge {
	border-radius: 9999px;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 4px 10px;
	text-transform: uppercase;
}

.pdp-type-badge.rent {
	background: #e0faf8;
	color: #005d54;
}

.pdp-type-badge.sale {
	background: #e7f0ff;
	color: #1563df;
}

.pdp-type-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.pdp-wrap {
	background: #f5f6f8;
	color: #161e2d;
	font-family: 'Manrope', sans-serif;
	min-height: 100vh;
}

.pdp-wrap * {
	box-sizing: border-box;
}

.pdp-wrap h1, .pdp-wrap h2, .pdp-wrap h3, .pdp-wrap p, .pdp-wrap ul {
	margin: 0;
	padding: 0;
}

@media (max-width: 576px) {
	.pdp-amenities-grid {
		grid-template-columns: 1fr;
	}

	.pdp-details {
		grid-template-columns: 1fr;
	}

	.pdp-proscons {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 767px) {
	.pdp-gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 240px 140px;
	}

	.pdp-gallery a.pdp-main {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.pdp-gallery a:nth-child(n+4) {
		display: none;
	}

	.pdp-gallery-more-desktop {
		display: none;
	}

	.pdp-gallery-more-mobile {
		display: block;
	}

	.pdp-price-card {
		align-items: center;
		align-items: start;
		background: none;
		border: none;
		border-radius: 0;
		display: flex;
		flex-direction: row;
		gap: 12px;
		gap: 14px;
		padding: 0;
		padding: 12px 14px;
		width: 100%;
	}

	.pdp-price-row {
		align-items: flex-start;
		flex: 1;
		width: 100% !important;
	}

	.pdp-price-sep {
		align-self: center;
		align-self: stretch;
		height: 40px;
		height: auto;
		width: 1px;
	}

	.pdp-title-col {
		flex: 1 1 160px;
	}

	.pdp-title-row {
		align-items: stretch;
		flex-direction: column;
	}

}

@media (max-width: 992px) {
	.pdp-sidebar {
		position: static;
	}

}

