/* @section: property-single-foundation */
body.single-properties,
body.single-properties main.es-post-entity,
body.single-properties main.es-post-entity * {
	box-sizing: border-box;
}

body.single-properties {
	max-width: 100%;
	overflow-x: clip;
	background:
		radial-gradient(circle at 90% 8%, rgba(181, 138, 69, .11), transparent 30%),
		linear-gradient(180deg, #f7f9fb 0%, #eef3f7 100%);
}

body.single-properties main.es-post-entity {
	width: min(1280px, calc(100% - 36px));
	max-width: 100%;
	margin: clamp(28px, 4vw, 54px) auto clamp(56px, 7vw, 92px);
	padding: 0;
	direction: rtl;
	color: #183247;
}

body.single-properties main.es-post-entity > .page-header > h1.entry-title {
	display: none !important;
}

body.single-properties main.es-post-entity .page-content,
body.single-properties main.es-post-entity .js-es-single.es-single,
body.single-properties main.es-post-entity .js-es-single-property-layout {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

body.single-properties main.es-post-entity .es-breadcrumbs {
	margin: 0 0 16px;
	color: #6c7d89;
	font-size: 14px;
}

/* @section: property-single-gallery */
body.single-properties main.es-post-entity .js-es-property-gallery.es-gallery {
	width: 100%;
	max-width: 100%;
	margin: 0 0 24px;
	border: 1px solid rgba(10, 39, 71, .12);
	border-radius: 22px;
	background: #e7edf1;
	box-shadow: 0 18px 48px rgba(6, 31, 57, .13);
	overflow: hidden;
}

body.single-properties main.es-post-entity .es-gallery__image {
	position: relative;
	width: 100%;
	min-width: 0;
	aspect-ratio: 16 / 8.4;
	min-height: 0;
	overflow: hidden;
	background: #e5ebef;
}

body.single-properties main.es-post-entity .es-gallery__image-background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

body.single-properties main.es-post-entity .es-gallery__image > a.js-es-image[href] {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
}

body.single-properties main.es-post-entity .es-gallery__thumbs {
	position: absolute;
	inset-inline: 22px;
	bottom: 20px;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 112px));
	justify-content: end;
	gap: 9px;
	max-width: calc(100% - 44px);
}

body.single-properties main.es-post-entity .es-gallery__thumb {
	position: relative;
	width: 112px;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	border: 2px solid rgba(255, 255, 255, .92);
	border-radius: 12px;
	background-position: center !important;
	background-size: cover !important;
	box-shadow: 0 8px 20px rgba(4, 22, 40, .26);
	overflow: hidden;
}

body.single-properties main.es-post-entity .es-gallery__thumb-count {
	border-radius: inherit;
	background: rgba(6, 26, 49, .72);
	color: #fff;
	font-weight: 900;
}

body.single-properties main.es-post-entity .es-gallery__image .es-control--property-gallery,
body.single-properties main.es-post-entity .es-mobile-gallery-wrap .es-control--mobile-gallery {
	z-index: 5;
}

body.single-properties main.es-post-entity .es-gallery__image .es-control__item .es-btn,
body.single-properties main.es-post-entity .es-mobile-gallery-wrap .es-control__item .es-btn {
	border-color: rgba(255, 255, 255, .55);
	background: rgba(6, 26, 49, .76);
	color: #fff;
	backdrop-filter: blur(8px);
}

body.single-properties main.es-post-entity .es-mobile-gallery-wrap {
	max-width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

body.single-properties main.es-post-entity .es-mobile-gallery img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

/* @section: property-single-header */
body.single-properties main.es-post-entity .es-single__header {
	margin: 0 0 24px;
	padding: clamp(21px, 3vw, 32px);
	border: 1px solid rgba(10, 39, 71, .12);
	border-top: 4px solid #b58a45;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(6, 31, 57, .09);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
	align-items: center;
	gap: 24px;
}

body.single-properties main.es-post-entity .es-single__header-left,
body.single-properties main.es-post-entity .es-single__header-right {
	min-width: 0;
}

body.single-properties main.es-post-entity .es-single__header h1.property-title {
	margin: 0 0 8px;
	color: #0a2747;
	font-size: clamp(27px, 4vw, 44px);
	font-weight: 950;
	line-height: 1.25;
}

body.single-properties main.es-post-entity .mada-property-single-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	margin: 0 0 11px;
	padding: 8px 15px;
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(7, 34, 61, .16);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

body.single-properties main.es-post-entity .mada-property-single-status--available {
	background: #16854d;
}

body.single-properties main.es-post-entity .mada-property-single-status--reserved {
	background: #c27a0a;
}

body.single-properties main.es-post-entity .mada-property-single-status--sold {
	background: #b4232d;
}

body.single-properties main.es-post-entity .mada-property-single-status--unavailable {
	background: #667681;
}

body.single-properties main.es-post-entity .es-single__header .es-address {
	display: block;
	margin-bottom: 16px;
	color: #687b88;
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
}

body.single-properties main.es-post-entity .es-single__header .es-listing__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

body.single-properties main.es-post-entity .es-single__header .es-listing__meta > div {
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid #e1e8ec;
	border-radius: 11px;
	background: #f7fafb;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #395468;
	font-size: 14px;
	font-weight: 800;
}

body.single-properties main.es-post-entity .es-single__header .es-listing__meta svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

body.single-properties main.es-post-entity .es-single__header-right {
	display: grid;
	gap: 10px;
	align-content: center;
}

body.single-properties main.es-post-entity .es-single__header .es-price-container {
	margin: 0 0 3px;
	text-align: center;
}

body.single-properties main.es-post-entity .es-single__header .es-price-container > .es-price {
	display: block;
	color: #a87327;
	font-size: clamp(27px, 3.2vw, 38px);
	font-weight: 950;
	line-height: 1.2;
	white-space: nowrap;
}

body.single-properties main.es-post-entity .es-single__header a.es-btn--request-info.js-es-scroll-to[href="#request_form"],
body.single-properties main.es-post-entity .mada-property-single__whatsapp {
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #a87327;
	border-radius: 11px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

body.single-properties main.es-post-entity .es-single__header a.es-btn--request-info.js-es-scroll-to[href="#request_form"] {
	background: linear-gradient(135deg, #bd8d42, #a87327);
	color: #fff !important;
}

body.single-properties main.es-post-entity .mada-property-single__whatsapp {
	border-color: #138a57;
	background: #f0fbf6;
	color: #087447 !important;
}

body.single-properties main.es-post-entity .es-single__header a.es-btn--request-info.js-es-scroll-to[href="#request_form"]:hover,
body.single-properties main.es-post-entity .mada-property-single__whatsapp:hover {
	transform: translateY(-1px);
}

body.single-properties main.es-post-entity .mada-property-single__whatsapp:hover {
	background: #138a57;
	color: #fff !important;
}

/* @section: property-single-real-facts */
body.single-properties main.es-post-entity .mada-property-single-facts {
	margin: 0 0 22px;
	padding: clamp(19px, 3vw, 28px);
	border: 1px solid rgba(10, 39, 71, .11);
	border-top: 4px solid #b58a45;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(6, 31, 57, .07);
}

body.single-properties main.es-post-entity .mada-property-single-facts h2 {
	margin: 0 0 17px;
	color: #0a2747;
	font-size: clamp(21px, 2.5vw, 28px);
	font-weight: 950;
}

body.single-properties main.es-post-entity .mada-property-single-facts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

body.single-properties main.es-post-entity .mada-property-single-facts li {
	min-width: 0;
	min-height: 78px;
	padding: 13px 15px;
	border: 1px solid #e2e9ed;
	border-radius: 12px;
	background: #f7fafb;
	display: grid;
	align-content: center;
	gap: 5px;
}

body.single-properties main.es-post-entity .mada-property-single-facts span {
	color: #6a7c88;
	font-size: clamp(15px, 1.35vw, 17px);
	font-weight: 850;
	line-height: 1.5;
}

body.single-properties main.es-post-entity .mada-property-single-facts strong {
	color: #17374f;
	font-size: clamp(19px, 1.7vw, 22px);
	font-weight: 950;
	line-height: 1.4;
}

body.single-properties main.es-post-entity .mada-property-single-facts li.mada-property-single-facts__logical {
	min-height: 64px;
	border-color: #d7e8de;
	background: #f3faf6;
}

body.single-properties main.es-post-entity .mada-property-single-facts li.mada-property-single-facts__logical span {
	color: #17374f;
	font-size: clamp(17px, 1.5vw, 19px);
	font-weight: 950;
}

body.single-properties main.es-post-entity .mada-property-single-facts li.mada-property-single-facts__logical span::before {
	content: '✓';
	margin-inline-end: 8px;
	color: #16854d;
}

/* @section: property-single-extra-details */
body.single-properties main.es-post-entity .mada-property-single-extra {
	margin: 0 0 22px;
	padding: clamp(19px, 3vw, 28px);
	border: 1px solid rgba(10, 39, 71, .11);
	border-top: 4px solid #b58a45;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(6, 31, 57, .07);
}

body.single-properties main.es-post-entity .mada-property-single-extra > h2 {
	margin: 0 0 17px;
	color: #0a2747;
	font-size: clamp(21px, 2.5vw, 28px);
	font-weight: 950;
}

body.single-properties main.es-post-entity .mada-property-single-street__value {
	margin: 0;
	padding: 15px 17px;
	border: 1px solid #e2e9ed;
	border-radius: 12px;
	background: #f7fafb;
	color: #17374f;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.8;
}

body.single-properties main.es-post-entity .mada-property-single-services ul,
body.single-properties main.es-post-entity .mada-property-single-warranties ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

body.single-properties main.es-post-entity .mada-property-single-services li,
body.single-properties main.es-post-entity .mada-property-single-warranties li {
	min-width: 0;
	min-height: 66px;
	padding: 13px 15px;
	border: 1px solid #e2e9ed;
	border-radius: 12px;
	background: #f7fafb;
}

body.single-properties main.es-post-entity .mada-property-single-services li {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.single-properties main.es-post-entity .mada-property-single-services li > span {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #edf8f2;
	color: #16854d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	font-weight: 950;
}

body.single-properties main.es-post-entity .mada-property-single-services li > strong {
	color: #17374f;
	font-size: 15px;
	font-weight: 900;
}

body.single-properties main.es-post-entity .mada-property-single-warranties li {
	display: grid;
	align-content: center;
	gap: 5px;
}

body.single-properties main.es-post-entity .mada-property-single-warranties li > span {
	color: #687b88;
	font-size: 13px;
	font-weight: 800;
}

body.single-properties main.es-post-entity .mada-property-single-warranties li > strong {
	color: #a87327;
	font-size: 17px;
	font-weight: 950;
}

body.single-properties main.es-post-entity .mada-property-single-map__frame {
	position: relative;
	width: 100%;
	height: clamp(320px, 40vw, 500px);
	margin-bottom: 16px;
	border: 1px solid #dbe4e9;
	border-radius: 14px;
	background: #e7edf1;
	overflow: hidden;
}

body.single-properties main.es-post-entity .mada-property-single-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

body.single-properties main.es-post-entity .mada-property-single-map__button {
	width: fit-content;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid #a87327;
	border-radius: 11px;
	background: linear-gradient(135deg, #bd8d42, #a87327);
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.4;
	text-decoration: none !important;
	transition: transform .18s ease, filter .18s ease;
}

body.single-properties main.es-post-entity .mada-property-single-map__button:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

/* @section: property-single-sections */
body.single-properties main.es-post-entity .es-property-section {
	margin: 0 0 22px;
	border: 1px solid rgba(10, 39, 71, .11);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 9px 28px rgba(6, 31, 57, .07);
	overflow: hidden;
}

body.single-properties main.es-post-entity .es-property-section__title {
	margin: 0;
	padding: 18px clamp(18px, 3vw, 28px);
	border-bottom: 1px solid #e8edf0;
	background: linear-gradient(135deg, #0a2747, #123f73);
	color: #fff;
	font-size: clamp(20px, 2.4vw, 27px);
	font-weight: 950;
	line-height: 1.35;
}

body.single-properties main.es-post-entity .es-property-section__content {
	padding: clamp(18px, 3vw, 30px);
	background: #fff !important;
}

body.single-properties main.es-post-entity #basic-facts .es-property-fields {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body.single-properties main.es-post-entity #basic-facts .es-property-field {
	min-width: 0;
	min-height: 74px;
	padding: 14px 16px;
	border: 1px solid #e2e9ed;
	border-radius: 12px;
	background: #f7fafb;
	display: grid;
	align-content: center;
	gap: 5px;
}

body.single-properties main.es-post-entity #basic-facts .es-property-field__label {
	color: #6a7c88;
	font-size: clamp(15px, 1.35vw, 17px);
	font-weight: 850;
}

body.single-properties main.es-post-entity #basic-facts .es-property-field__value {
	color: #17374f;
	font-size: clamp(18px, 1.65vw, 21px);
	font-weight: 950;
	line-height: 1.5;
}

/* @section: property-single-description */
body.single-properties main.es-post-entity #description .es-property-field--post_content {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-properties main.es-post-entity #description .es-property-field--post_content > .es-property-field__label {
	display: none;
}

body.single-properties main.es-post-entity #description .es-property-field--post_content > .es-property-field__value {
	display: block;
	color: #334d60;
	font-size: 16px;
	line-height: 2;
	word-break: break-word;
}

body.single-properties main.es-post-entity #description .es-property-field__value > :first-child {
	margin-top: 0;
}

body.single-properties main.es-post-entity #description .es-property-field__value > :last-child {
	margin-bottom: 0;
}

body.single-properties main.es-post-entity #description .es-property-field__value h2,
body.single-properties main.es-post-entity #description .es-property-field__value h3,
body.single-properties main.es-post-entity #description .es-property-field__value h4 {
	margin: 1.35em 0 .55em;
	color: #0a3154;
	font-weight: 900;
	line-height: 1.45;
}

body.single-properties main.es-post-entity #description .es-property-field__value h2 {
	font-size: clamp(24px, 3vw, 31px);
}

body.single-properties main.es-post-entity #description .es-property-field__value h3 {
	font-size: clamp(21px, 2.5vw, 27px);
}

body.single-properties main.es-post-entity #description .es-property-field__value h4 {
	font-size: clamp(18px, 2vw, 23px);
}

body.single-properties main.es-post-entity #description .es-property-field__value ul,
body.single-properties main.es-post-entity #description .es-property-field__value ol {
	margin: 1em 0;
	padding-inline-start: 1.6em;
}

body.single-properties main.es-post-entity #description .es-property-field__value li + li {
	margin-top: .4em;
}

body.single-properties main.es-post-entity #description .es-property-field__value blockquote {
	margin: 1.2em 0;
	padding: 14px 18px;
	border-inline-start: 4px solid #b58a45;
	border-radius: 10px;
	background: #f7f3ec;
	color: #425a6b;
}

body.single-properties main.es-post-entity #description .es-property-field__value a {
	color: #976821;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.single-properties main.es-post-entity #description .es-property-field__value img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

body.single-properties main.es-post-entity #description .js-es-full-description-link.js-es-toggle-class {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	color: #976821;
	font-weight: 900;
	text-decoration: none;
}

/* @section: property-single-request-form */
body.single-properties main.es-post-entity #request_form {
	scroll-margin-top: calc(var(--mada-header-height, 90px) + 24px);
}

body.single-properties main.es-post-entity #request_form .es-request-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.single-properties main.es-post-entity #request_form .es-field,
body.single-properties main.es-post-entity #request_form .es-field label {
	min-width: 0;
}

body.single-properties main.es-post-entity #request_form .es-field__message,
body.single-properties main.es-post-entity #request_form .es-privacy-policy-container,
body.single-properties main.es-post-entity #request_form .es-btn-wrapper {
	grid-column: 1 / -1;
}

body.single-properties main.es-post-entity #request_form .es-field__label {
	display: block;
	margin-bottom: 7px;
	color: #314b5e;
	font-size: 14px;
	font-weight: 850;
}

body.single-properties main.es-post-entity #request_form input:not([type="hidden"]),
body.single-properties main.es-post-entity #request_form textarea {
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #ccd8df;
	border-radius: 10px;
	background: #fbfcfd;
	color: #17374f;
	font: inherit;
	outline: none;
}

body.single-properties main.es-post-entity #request_form textarea {
	min-height: 130px;
	resize: vertical;
}

body.single-properties main.es-post-entity #request_form input:focus,
body.single-properties main.es-post-entity #request_form textarea:focus {
	border-color: #b58a45;
	box-shadow: 0 0 0 3px rgba(181, 138, 69, .14);
}

body.single-properties main.es-post-entity #request_form .es-terms-text {
	color: #71808a;
	font-size: 13px;
	line-height: 1.7;
}

body.single-properties main.es-post-entity #request_form button.js-es-request-form-submit[type="submit"] {
	min-width: min(100%, 260px);
	min-height: 49px;
	padding: 12px 22px;
	border: 1px solid #a87327;
	border-radius: 11px;
	background: linear-gradient(135deg, #bd8d42, #a87327);
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

body.single-properties main.es-post-entity #request_form .js-es-request-form__response {
	margin-top: 14px;
}

body.single-properties main.es-post-entity .es-powered,
body.single-properties main.es-post-entity .es-powered-by,
body.single-properties main.es-post-entity [class*="powered-by-estatik"] {
	font-size: 12px;
	color: #768691;
}

/* @section: property-single-responsive */
@media (max-width: 820px) {
	body.single-properties main.es-post-entity {
		width: min(100% - 24px, 1280px);
		margin-top: 22px;
	}

	body.single-properties main.es-post-entity .es-single__header {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-properties main.es-post-entity .es-single__header-right {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-properties main.es-post-entity .es-single__header .es-price-container {
		grid-column: 1 / -1;
	}

	body.single-properties main.es-post-entity #basic-facts .es-property-fields,
	body.single-properties main.es-post-entity .mada-property-single-facts ul,
	body.single-properties main.es-post-entity .mada-property-single-services ul,
	body.single-properties main.es-post-entity .mada-property-single-warranties ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.single-properties main.es-post-entity {
		width: min(100% - 16px, 1280px);
		margin-block: 14px 70px;
	}

	body.single-properties main.es-post-entity .js-es-property-gallery.es-gallery,
	body.single-properties main.es-post-entity .es-single__header,
	body.single-properties main.es-post-entity .es-property-section,
	body.single-properties main.es-post-entity .mada-property-single-extra {
		border-radius: 14px;
	}

	body.single-properties main.es-post-entity .es-gallery__image {
		aspect-ratio: 16 / 10;
	}

	body.single-properties main.es-post-entity .es-gallery__thumbs {
		inset-inline: 10px;
		bottom: 10px;
		grid-template-columns: repeat(3, minmax(0, 72px));
		gap: 6px;
		max-width: calc(100% - 20px);
	}

	body.single-properties main.es-post-entity .es-gallery__thumb {
		width: 72px;
		border-radius: 8px;
	}

	body.single-properties main.es-post-entity .es-single__header {
		padding: 18px 15px;
		gap: 18px;
	}

	body.single-properties main.es-post-entity .es-single__header-right,
	body.single-properties main.es-post-entity #basic-facts .es-property-fields,
	body.single-properties main.es-post-entity .mada-property-single-facts ul,
	body.single-properties main.es-post-entity .mada-property-single-services ul,
	body.single-properties main.es-post-entity .mada-property-single-warranties ul,
	body.single-properties main.es-post-entity #request_form .es-request-form__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	body.single-properties main.es-post-entity .es-single__header .es-price-container,
	body.single-properties main.es-post-entity #request_form .es-field__message,
	body.single-properties main.es-post-entity #request_form .es-privacy-policy-container,
	body.single-properties main.es-post-entity #request_form .es-btn-wrapper {
		grid-column: auto;
	}

	body.single-properties main.es-post-entity .es-single__header a.es-btn--request-info.js-es-scroll-to[href="#request_form"],
	body.single-properties main.es-post-entity .mada-property-single__whatsapp,
	body.single-properties main.es-post-entity #request_form button.js-es-request-form-submit[type="submit"] {
		width: 100%;
	}

	body.single-properties main.es-post-entity .es-property-section__content {
		padding: 16px;
	}

	body.single-properties main.es-post-entity .mada-property-single-extra {
		padding: 17px 15px;
	}

	body.single-properties main.es-post-entity .mada-property-single-map__frame {
		height: 300px;
		border-radius: 11px;
	}

	body.single-properties main.es-post-entity .mada-property-single-map__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-properties main.es-post-entity .es-single__header a.es-btn--request-info.js-es-scroll-to[href="#request_form"],
	body.single-properties main.es-post-entity .mada-property-single__whatsapp,
	body.single-properties main.es-post-entity .mada-property-single-map__button {
		transition: none;
	}
}
