/* === CRLIST-003: listing card fields + CTAs (body.page_listing only) === */
body.page_listing #objects .card-item-ver-3 .cr-listing-score[data-has-live="0"] .cr-listing-score__band {
	color: #8b93a7;
	font-weight: 500;
}

body.page_listing #objects .card-item-ver-3 .cr-listing-excerpt {
	margin: 0 0 10px;
	color: #000b2f;
	font-size: 14px;
	line-height: 1.45;
}

body.page_listing #objects .card-item-ver-3 .cr-listing-excerpt:has(+ .the_content) {
	display: none;
}

body.page_listing #objects .card-item-ver-3 > .the_content {
	margin: 0 0 10px;
	color: #000b2f;
	font-size: 14px;
	line-height: 1.45;
	max-height: none;
	overflow: visible;
}

body.page_listing #objects .card-item-ver-3 .price ul li:nth-child(n+4) {
	display: none;
}

body.page_listing #objects .card-item-ver-3 .price.is-expanded ul li {
	display: flex;
}

body.page_listing #objects .card-item-ver-3 .show-all-price-ver-3.is-open {
	font-weight: 600;
}

body.page_listing #objects .card-item-ver-3.featured,
body.page_listing #objects .card-item-ver-3.is-featured,
body.page_listing #objects .card-item-ver-3.sticky {
	border: 2px solid #4a72ff;
}

body.page_listing #objects .card-item-ver-3 .buttons-new {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px !important;
	width: 100% !important;
}

body.page_listing #objects .card-item-ver-3 .buttons-new .cr-listing-order-cta,
body.page_listing #objects .card-item-ver-3 .buttons-new .listing_popup_button.form_button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	order: 1;
	flex: 1 1 100%;
	width: 100%;
	min-height: 44px;
	margin: 0 !important;
	padding: 12px 20px;
	background: #4a72ff !important;
	border: none !important;
	border-radius: 4px;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px;
	text-decoration: none !important;
	cursor: pointer;
}

body.page_listing #objects .card-item-ver-3 .buttons-new .cr-listing-order-cta:hover,
body.page_listing #objects .card-item-ver-3 .buttons-new .listing_popup_button.form_button:hover {
	filter: brightness(0.96);
}

body.page_listing #objects .card-item-ver-3 .buttons-new .btn_blue.make_statistics {
	display: flex !important;
	align-items: center;
	justify-content: center;
	order: 2;
	flex: 1 1 auto;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 16px;
	background: #fff !important;
	border: 1px solid #4a72ff !important;
	border-radius: 4px;
	color: #4a72ff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 20px;
	text-decoration: none !important;
}

body.page_listing #objects .card-item-ver-3 .buttons-new .btn_blue.make_statistics:hover {
	background: #ebf0fc !important;
}

@media (min-width: 993px) {
	body.page_listing #objects .card-item-ver-3 .buttons-new {
		flex-wrap: nowrap;
		flex-direction: row;
	}

	body.page_listing #objects .card-item-ver-3 .buttons-new .cr-listing-order-cta,
	body.page_listing #objects .card-item-ver-3 .buttons-new .listing_popup_button.form_button,
	body.page_listing #objects .card-item-ver-3 .buttons-new .btn_blue.make_statistics {
		flex: 1 1 0;
		width: auto;
		max-width: none;
	}
}

body.page_listing #objects .card-item-ver-3 .buttons-new .cr-listing-detail-link,
body.page_listing #objects .card-item-ver-3 .buttons-new a.btn_blue:not(.make_statistics):not(.listing_popup_button) {
	display: none !important;
	font-size: 14px !important;
}

body.page_listing #objects .card-item-ver-3 .buttons-new .btn_blue:not(.make_statistics)::after {
	content: none !important;
}

body.page_listing #objects .card-item-ver-3 .list-item-v3 a[rel~="nofollow"] {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.single-messia_object .cr-listing-score,
body.single-messia_object .cr-listing-excerpt,
body.single-messia_object .cr-listing-order-cta {
	display: none !important;
}

/* Owner listing offer: unique advantages, prices, promo */
body.page_listing #objects .card-item-ver-3:has(.cr-listing-offer) {
	border: 2px solid #4a72ff;
	box-shadow: 0 8px 24px rgba(74, 114, 255, 0.12);
}

body.page_listing #objects .card-item-ver-3:has(.cr-listing-offer) .category_tags {
	display: none;
}

body.page_listing #objects .cr-listing-offer {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 12px;
}

body.page_listing #objects .cr-listing-offer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

body.page_listing #objects .cr-listing-offer__badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 3px 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	background: #4a72ff;
}

body.page_listing #objects .cr-listing-offer__badge--orange {
	background: #fd800c;
}

body.page_listing #objects .cr-listing-offer__badge--red {
	background: #ff4a50;
}

body.page_listing #objects .cr-listing-offer__badge--green {
	background: #45b84a;
}

body.page_listing #objects .cr-listing-offer__badge--blue {
	background: #4a72ff;
}

body.page_listing #objects .cr-listing-offer__prices {
	margin: 0;
	padding: 8px 10px;
	list-style: none;
	border: 1px solid #e6ebf5;
	border-radius: 8px;
	background: #f6f8ff;
}

body.page_listing #objects .cr-listing-offer__prices li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 4px 0;
	font-size: 13px;
	line-height: 18px;
	color: #000b2f;
}

body.page_listing #objects .cr-listing-offer__prices li + li {
	border-top: 1px solid #e6ebf5;
}

body.page_listing #objects .cr-listing-offer__pname {
	color: rgba(0, 11, 47, 0.78);
}

body.page_listing #objects .cr-listing-offer__pval {
	font-weight: 700;
	white-space: nowrap;
	color: #000b2f;
}

body.page_listing #objects .cr-listing-offer__avg {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #000b2f;
}

body.page_listing #objects .cr-listing-offer__promo {
	margin: 0;
	padding: 6px 10px;
	border-radius: 6px;
	background: #fff3e8;
	color: #b24a00;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}
/* === /CRLIST-003 === */
