.lspfp-page {
	--lspfp-navy: #082b43;
	--lspfp-navy-deep: #061f31;
	--lspfp-coral: #ff625a;
	--lspfp-cream: #fbf8f2;
	--lspfp-ink: #0a2a3f;
	--lspfp-muted: #617383;
	--lspfp-line: rgba(8, 43, 67, .14);
	display: flow-root;
	overflow: clip;
	color: var(--lspfp-ink);
	background: var(--lspfp-cream);
	font-family: "DM Sans", "Segoe UI", sans-serif;
}

/* Tipografía única, aislada a la ficha editorial del Código 035. */
.lspfp-page--editorial-pilot {
	--lspfp-serif: "DM Sans", "Segoe UI", sans-serif;
	--lspfp-sans: "DM Sans", "Segoe UI", sans-serif;
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
}

.lspfp-page--editorial-pilot :where(h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, select, option, label, span, strong, small, em, b, dt, dd, li, th, td, legend, time, figcaption) {
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
}

/* Mantiene la cabecera de ventas en el mismo arena de la ficha premium. */
body.lspfp-page-active.lspfp-mode-sale .rhea_long_screen_header_temp,
body.lspfp-page-active.lspfp-mode-sale .rhea_long_screen_header_temp .elementor-8434,
body.lspfp-page-active.lspfp-mode-sale .elementor-8434 .elementor-element.elementor-element-1c050aa:not(.elementor-motion-effects-element-type-background) {
	background-color: #fbf8f2 !important;
}

.lspfp-page *,
.lspfp-page *::before,
.lspfp-page *::after {
	box-sizing: border-box;
}

.lspfp-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.lspfp-hero {
	position: relative;
	min-height: min(720px, 76vh);
	display: flex;
	align-items: end;
	isolation: isolate;
	color: #fff;
	background: var(--lspfp-navy-deep);
}

@media (min-width: 701px) {
	body.lspfp-mode-sale .lspfp-hero {
		min-height: 690px;
		padding: 34px 0 46px;
		overflow: hidden;
		background: #071f31;
	}

	body.lspfp-mode-sale .lspfp-hero__dynamic-background {
		position: absolute;
		inset: -38px;
		z-index: -5;
		background-position: center;
		background-size: cover;
		filter: blur(24px) saturate(.82);
		opacity: 1;
		transform: scale(1.08);
		transition: opacity .34s ease;
	}

	body.lspfp-mode-sale .lspfp-hero__dynamic-background.is-changing {
		opacity: .18;
	}

	body.lspfp-mode-sale .lspfp-hero__image,
	body.lspfp-mode-sale .lspfp-hero__veil {
		top: 34px;
		right: auto;
		bottom: auto;
		left: 50%;
		width: min(1180px, calc(100% - 68px));
		height: calc(100% - 80px);
		border-radius: 26px;
		transform: translateX(-50%);
	}

	body.lspfp-mode-sale .lspfp-hero__image {
		box-shadow: 0 28px 72px rgba(0, 12, 24, .44);
	}

	body.lspfp-mode-sale .lspfp-hero__content {
		width: min(1080px, calc(100% - 96px));
		padding-block: 126px 100px;
	}

	body.lspfp-mode-sale .lspfp-share {
		top: 62px;
		right: max(62px, calc((100vw - 1080px) / 2));
	}

	body.lspfp-mode-sale .lspfp-gallery {
		margin-top: -72px;
	}
}

.lspfp-hero__image,
.lspfp-closing > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lspfp-hero__image {
	z-index: -3;
	transition: opacity .22s ease;
}

.lspfp-hero__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(2, 16, 26, .7) 0%, rgba(2, 16, 26, .2) 55%, rgba(2, 16, 26, .08) 100%),
		linear-gradient(0deg, rgba(2, 16, 26, .58), transparent 48%);
}

.lspfp-hero__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 30px;
	align-items: end;
	padding-block: 90px 76px;
}

.lspfp-eyebrow,
.lspfp-kicker {
	display: inline-block;
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: 12px;
	font-weight: 700;
}

.lspfp-eyebrow {
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .64);
	border-radius: 999px;
}

.lspfp-hero h1 {
	max-width: 470px;
	margin: 0 0 13px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 2.65vw, 36px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.035em;
	text-shadow: 0 5px 24px rgba(0, 0, 0, .25);
}

.lspfp-location {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 760px;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.lspfp-location svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.lspfp-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 0;
	font-size: 12px;
}

.lspfp-share {
	position: absolute;
	top: 24px;
	right: max(24px, calc((100vw - 1180px) / 2));
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .48);
	border-radius: 50%;
	color: #fff;
	background: rgba(4, 26, 40, .72);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: transform .18s ease, background .18s ease;
}

.lspfp-share:hover,
.lspfp-share:focus-visible {
	color: #fff;
	background: rgba(4, 26, 40, .92);
	transform: translateY(-2px);
}

.lspfp-share svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lspfp-facts span + span::before {
	content: "•";
	margin-right: 20px;
	opacity: .8;
}

.lspfp-quick-card {
	justify-self: end;
	width: min(205px, 100%);
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 14px;
	text-align: center;
	background: rgba(4, 26, 40, .75);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
}

.lspfp-quick-card > p {
	margin: 0 0 7px;
	text-align: center;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
	font-weight: 760;
	letter-spacing: .01em;
}

.lspfp-quick-card h2 {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin: 0 0 10px;
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	font-weight: 650;
}

.lspfp-quick-card h2 strong {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-variant-numeric: lining-nums tabular-nums;
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1;
}

.lspfp-quick-card--wide-price h2 strong {
	font-size: clamp(19px, 1.9vw, 23px);
	letter-spacing: -.035em;
	white-space: nowrap;
}

.lspfp-quick-card .lspfp-primary {
	min-height: 38px;
	padding: 7px 9px;
	font-size: 10.5px;
}

.lspfp-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 12px 20px;
	border: 0;
	border-radius: 11px;
	color: #fff;
	background: var(--lspfp-coral);
	box-shadow: 0 12px 28px rgba(255, 98, 90, .24);
	font: inherit;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease;
}

.lspfp-primary:hover,
.lspfp-primary:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(255, 98, 90, .34);
}

.lspfp-gallery {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	gap: 12px;
	align-items: center;
	margin-top: -34px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 10px;
	background: var(--lspfp-navy-deep);
	box-shadow: 0 18px 50px rgba(5, 31, 49, .16);
}

.lspfp-gallery__count {
	position: absolute;
	right: 14px;
	top: -38px;
	padding: 7px 12px;
	border-radius: 999px;
	color: #fff;
	background: rgba(4, 26, 40, .82);
	font-size: 12px;
	font-weight: 750;
	backdrop-filter: blur(10px);
}

.lspfp-gallery__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(120px, 1fr);
	gap: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.lspfp-gallery__track::-webkit-scrollbar {
	display: none;
}

.lspfp-gallery .lspfp-gallery__thumb {
	aspect-ratio: 1.65;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 6px !important;
	background: #e9eef1;
	cursor: pointer;
}

.lspfp-gallery__thumb.is-active {
	border-color: var(--lspfp-coral);
}

.lspfp-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease;
}

.lspfp-gallery__thumb:hover img {
	transform: scale(1.045);
}

.lspfp-gallery__arrow {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	cursor: pointer;
}

/* Diseño editorial aislado: únicamente la propiedad piloto Código 035. */
.lspfp-hero.lspfp-hero--rental {
	width: min(1180px, calc(100% - 48px));
	min-height: 550px;
	margin: 32px auto 0;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(6, 31, 49, .18);
}

.lspfp-hero--rental .lspfp-hero__veil {
	display: none;
	background: none;
}

.lspfp-hero__content--rental {
	align-self: stretch;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 330px);
	align-items: start;
	padding: 38px 48px 76px;
}

.lspfp-hero__content--rental .lspfp-hero__copy {
	max-width: 690px;
}

.lspfp-hero__content--rental .lspfp-eyebrow {
	margin-bottom: 14px;
	padding: 7px 11px;
	border: 1px solid rgba(201, 128, 8, .28);
	border-radius: 8px;
	color: #c98008;
	background: rgba(247, 244, 237, .94);
	box-shadow: 0 7px 18px rgba(6, 31, 49, .09);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
	backdrop-filter: blur(3px);
}

.lspfp-hero__content--rental .lspfp-hero h1,
.lspfp-hero--rental h1 {
	max-width: 470px;
	color: var(--lspfp-navy);
	font-size: clamp(31px, 3vw, 39px);
	line-height: 1.08;
	text-shadow: none;
}

.lspfp-rental-location {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 330px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, .62);
	border-radius: 999px;
	color: var(--lspfp-navy);
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 12px 30px rgba(4, 26, 40, .12);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	backdrop-filter: blur(10px);
}

.lspfp-rental-location svg {
	flex: 0 0 21px;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.lspfp-hero--rental + .lspfp-gallery {
	width: min(1100px, calc(100% - 72px));
	margin-top: -58px;
}

.lspfp-story.lspfp-story--rental-editorial {
	display: block;
	margin-top: 28px;
	padding: 38px 44px 34px;
	border: 1px solid var(--lspfp-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 20px 50px rgba(8, 43, 67, .07);
}

.lspfp-rental-editorial__description,
.lspfp-rental-editorial__details {
	min-width: 0;
}

.lspfp-rental-editorial__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
	padding: 0 0 24px 47px;
	border-bottom: 1px solid var(--lspfp-line);
}

.lspfp-story .lspfp-rental-editorial__title h1 {
	max-width: none;
	margin: 0;
	color: var(--lspfp-navy);
	font-family: var(--lspfp-serif);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 500;
	line-height: 1.06;
}

.lspfp-rental-editorial__price {
	display: grid;
	flex: 0 0 auto;
	gap: 3px;
	min-width: 196px;
	padding: 14px 18px;
	border: 1px solid rgba(8, 43, 67, .13);
	border-radius: 14px;
	background: #f7f4ed;
	box-shadow: 0 10px 26px rgba(8, 43, 67, .07);
	text-align: center;
}

.lspfp-rental-editorial__price small {
	color: #6c8494;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .13em;
	line-height: 1;
	text-transform: uppercase;
}

.lspfp-rental-editorial__price p {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	margin: 0;
	color: var(--lspfp-navy);
}

.lspfp-rental-editorial__price strong {
	font-family: var(--lspfp-sans);
	font-size: clamp(23px, 2vw, 29px);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.025em;
	line-height: 1.05;
}

.lspfp-rental-editorial__price span {
	color: #587286;
	font-size: 12px;
	font-weight: 650;
}

.lspfp-rental-editorial__heading {
	display: flex;
	align-items: center;
	gap: 13px;
}

.lspfp-rental-editorial__heading > span {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	color: #cc8a18;
}

.lspfp-rental-editorial__heading svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lspfp-story .lspfp-rental-editorial__heading h2 {
	max-width: none;
	font-size: 25px;
	line-height: 1.15;
}

.lspfp-rental-editorial__content {
	max-width: 920px;
	padding: 6px 0 0 47px;
	color: #405d70;
	font-size: 16px;
	line-height: 1.72;
}

.lspfp-rental-editorial__content > :first-child {
	margin-top: 0;
}

.lspfp-rental-editorial__content > :last-child {
	margin-bottom: 0;
}

.lspfp-rental-editorial__details {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--lspfp-line);
}

.lspfp-rental-editorial__details dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 42px;
	margin: 13px 0 0 47px;
}

.lspfp-rental-editorial__details dl > div {
	display: grid;
	grid-template-columns: 26px minmax(118px, .8fr) minmax(0, 1.2fr);
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid var(--lspfp-line);
}

.lspfp-rental-editorial__details dl > div > span {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	color: #cc8a18;
}

.lspfp-rental-editorial__details dl > div > span svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lspfp-rental-editorial__details dt,
.lspfp-rental-editorial__details dd {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
}

.lspfp-rental-editorial__details dt {
	color: #385a70;
	font-weight: 650;
}

.lspfp-rental-editorial__details dd {
	color: var(--lspfp-navy);
	font-weight: 750;
}

.lspfp-rental-strip {
	position: relative;
	z-index: 3;
	margin-top: 18px;
	margin-bottom: 38px;
	padding: 8px;
	overflow: hidden;
	border-radius: 13px;
	color: #fff;
	background: linear-gradient(100deg, #082b43, #061f31);
	box-shadow: 0 16px 38px rgba(6, 31, 49, .16);
}

.lspfp-rental-strip__track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	align-items: stretch;
	overflow: hidden;
	background: rgba(255, 255, 255, .14);
}

.lspfp-rental-strip__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	min-width: 0;
	min-height: 44px;
	padding: 7px 12px;
	background: #082b43;
}

.lspfp-rental-strip__item > span {
	display: grid;
	place-items: center;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	color: #e4ad45;
}

.lspfp-rental-strip__item svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lspfp-rental-strip__item p {
	display: grid;
	gap: 2px;
	min-width: 0;
	margin: 0;
}

.lspfp-rental-strip__item strong,
.lspfp-rental-strip__item small {
	display: block;
	overflow: visible;
	color: #fff;
	text-overflow: clip;
	white-space: normal;
}

.lspfp-rental-strip__item strong {
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.lspfp-rental-strip__item small {
	color: rgba(255, 255, 255, .72);
	font-size: 10px;
	line-height: 1.15;
}

/* Composición editorial de dos columnas, aislada a la propiedad piloto 035. */
.lspfp-rental-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.88fr) minmax(300px, .92fr);
	gap: 18px;
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto 54px;
	padding: 14px;
	border: 1px solid rgba(8, 43, 67, .08);
	background: #f7f4ed;
	box-shadow: 0 26px 70px rgba(6, 31, 49, .12);
}

.lspfp-rental-showcase__main,
.lspfp-rental-showcase__sidebar {
	min-width: 0;
}

.lspfp-rental-showcase .lspfp-hero--rental {
	width: 100%;
	min-height: 520px;
	margin: 0;
	border-radius: 16px 16px 0 0;
	box-shadow: none;
}

.lspfp-rental-showcase .lspfp-hero__content--rental {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 22px 24px 88px;
}

.lspfp-rental-showcase .lspfp-rental-hero-tools {
	position: absolute;
	z-index: 4;
	top: 20px;
	right: 24px;
	display: flex;
	gap: 10px;
	align-items: center;
	max-width: calc(100% - 48px);
}

.lspfp-rental-showcase .lspfp-rental-location {
	position: static;
	order: 0;
	align-self: auto;
	margin: 0;
	max-width: 330px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .72);
	color: var(--lspfp-navy);
	background: rgba(255, 255, 255, .93);
	box-shadow: 0 8px 20px rgba(6, 31, 49, .16);
	font-size: 11px;
}

.lspfp-rental-showcase .lspfp-rental-location span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lspfp-rental-showcase .lspfp-share {
	position: static;
	flex: 0 0 auto;
	order: -1;
}

.lspfp-rental-showcase .lspfp-hero__copy {
	order: 1;
	max-width: 430px;
}

.lspfp-rental-showcase .lspfp-hero__copy .lspfp-eyebrow {
	margin: 0 0 10px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 8px;
	color: var(--lspfp-navy);
	background: rgba(255, 255, 255, .93);
	box-shadow: 0 8px 20px rgba(6, 31, 49, .12);
	font-size: 11px;
	text-shadow: none;
	backdrop-filter: none;
}

.lspfp-rental-showcase .lspfp-hero--rental h1 {
	max-width: 390px;
	margin: 0;
	font-size: clamp(28px, 2.45vw, 36px);
	line-height: 1.06;
}

.lspfp-rental-hero-intro {
	max-width: 390px;
	margin: 14px 0 0;
	color: var(--lspfp-navy);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.55;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .98), 0 0 7px rgba(255, 255, 255, .96), 0 0 14px rgba(255, 255, 255, .82);
}

.lspfp-rental-showcase .lspfp-gallery {
	width: calc(100% - 28px);
	margin: -60px auto 0;
	padding: 10px 12px;
	border-radius: 14px;
}

.lspfp-rental-showcase .lspfp-gallery__thumb {
	flex-basis: 128px;
	aspect-ratio: 1.65;
	border-radius: 8px;
}

.lspfp-rental-showcase .lspfp-story--rental-editorial {
	width: 100%;
	margin: 12px 0 0;
	padding: 24px 28px;
	border-radius: 14px;
	box-shadow: none;
}

.lspfp-rental-showcase .lspfp-rental-editorial__description {
	display: flex;
	flex-direction: column;
	min-height: 300px;
}

.lspfp-rental-showcase .lspfp-rental-editorial__content {
	max-width: none;
	padding: 10px 0 0 42px;
	font-size: 14px;
	line-height: 1.65;
}

.lspfp-rental-editorial__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid var(--lspfp-line);
}

.lspfp-rental-editorial__highlights p {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	min-height: 38px;
	margin: 0;
	padding: 2px 10px;
	border-right: 1px solid var(--lspfp-line);
}

.lspfp-rental-editorial__highlights p:last-child {
	border-right: 0;
}

.lspfp-rental-editorial__highlights span {
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	color: #d18a12;
}

.lspfp-rental-editorial__highlights svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.lspfp-rental-editorial__highlights small,
.lspfp-rental-editorial__highlights strong {
	display: block;
	min-width: 0;
	color: var(--lspfp-navy);
	line-height: 1.15;
	white-space: nowrap;
}

.lspfp-rental-editorial__highlights small {
	color: #385a70;
	font-size: 11px;
	font-weight: 650;
}

.lspfp-rental-editorial__highlights small::after {
	content: ":";
}

.lspfp-rental-editorial__highlights strong {
	font-size: 12px;
	line-height: 1.15;
}

.lspfp-rental-showcase .lspfp-rental-editorial__details {
	margin-top: 16px;
	padding-top: 16px;
}

.lspfp-rental-showcase .lspfp-rental-editorial__details dl {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 10px 0 0;
}

.lspfp-rental-showcase .lspfp-rental-editorial__details dl > div {
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 7px;
	padding: 9px 10px;
	border-right: 1px solid var(--lspfp-line);
	border-bottom: 0;
}

.lspfp-rental-showcase .lspfp-rental-editorial__details dl > div:nth-child(4n) {
	border-right: 0;
}

.lspfp-rental-showcase .lspfp-rental-editorial__details dd {
	grid-column: 2;
	font-size: 11px;
}

.lspfp-rental-showcase .lspfp-rental-strip {
	width: 100%;
	margin: 12px 0 0;
	padding: 7px;
	border-radius: 12px;
}

.lspfp-rental-showcase .lspfp-rental-strip__track {
	grid-template-columns: repeat(var(--lspfp-strip-count, 1), minmax(0, 1fr));
}

.lspfp-rental-showcase .lspfp-rental-strip__item {
	min-height: 48px;
	padding: 6px 10px;
}

.lspfp-rental-showcase__sidebar {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lspfp-rental-side-card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 17px 18px;
	border: 1px solid rgba(117, 190, 223, .28);
	border-radius: 16px;
	background: linear-gradient(105deg, #082b43 0%, #0b3a55 58%, #145675 100%);
	box-shadow:
		0 16px 34px rgba(6, 31, 49, .2),
		inset 0 1px 0 rgba(255, 255, 255, .12);
}

.lspfp-rental-side-card h2 {
	margin: 0 0 15px;
	color: #fff;
	font-family: var(--lspfp-serif);
	font-size: 20px;
	font-weight: 550;
	line-height: 1.15;
	text-align: center;
}

.lspfp-rental-side-card--summary > div {
	display: grid;
	flex: 1 1 auto;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0;
	background: transparent;
}

.lspfp-rental-side-card--summary p {
	display: grid;
	place-items: center;
	grid-column: span 2;
	min-height: 98px;
	margin: 0;
	padding: 12px 6px;
	background: transparent;
	box-shadow: inset -1px -1px 0 rgba(206, 235, 247, .17);
	text-align: center;
}

.lspfp-rental-side-card--summary-5 p:nth-last-child(-n + 2),
.lspfp-rental-side-card--summary-4 p,
.lspfp-rental-side-card--summary-2 p {
	grid-column: span 3;
}

.lspfp-rental-side-card--summary-1 p {
	grid-column: span 6;
}

.lspfp-rental-side-card--summary span,
.lspfp-rental-side-card--features span {
	display: grid;
	place-items: center;
	color: #d18a12;
}

.lspfp-rental-side-card--summary svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.lspfp-rental-side-card--summary small,
.lspfp-rental-side-card--summary strong {
	display: block;
	color: #d9edf6;
	font-size: 11px;
	line-height: 1.25;
}

.lspfp-rental-side-card--summary strong {
	color: #fff;
	font-size: 12px;
}

.lspfp-rental-side-card--features > div {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding-top: 12px;
	border-top: 1px solid rgba(206, 235, 247, .2);
}

.lspfp-rental-side-card--features p {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: calc(50% - 10px);
	margin: 0;
}

.lspfp-rental-side-card--features span {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(206, 235, 247, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .09);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.lspfp-rental-side-card--features svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.lspfp-rental-side-card--features strong {
	color: #f7fbfd;
	font-size: 11px;
	line-height: 1.25;
}

.lspfp-rental-side-card--features .lspfp-rental-side-card__empty {
	min-width: 100%;
	color: #d9edf6;
}

.lspfp-rental-side-card--features .lspfp-rental-side-card__empty span {
	color: #d18a12;
	font-weight: 800;
}

.lspfp-rental-side-card--features .lspfp-rental-side-card__empty strong {
	color: #d9edf6;
	font-weight: 600;
}

.lspfp-rental-side-cta {
	display: grid;
	flex: 0 0 auto;
	gap: 16px;
	margin-top: 0;
	padding: 22px 20px 18px;
	border-radius: 16px;
	color: #fff;
	background: var(--lspfp-navy);
	box-shadow: 0 14px 30px rgba(6, 31, 49, .14);
	text-align: center;
}

.lspfp-rental-side-cta strong {
	color: #fff !important;
	font-family: var(--lspfp-serif);
	font-size: 19px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.25;
}

.lspfp-rental-side-cta button {
	width: 100%;
	padding: 13px 16px;
	border: 0;
	border-radius: 9px;
	color: #fff !important;
	background: #d9961c;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}


.lspfp-story {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 80px;
	align-items: start;
	padding-block: 100px 80px;
}

body.lspfp-mode-sale .lspfp-story {
	position: relative;
	padding-inline: 34px;
	border-radius: 32px;
	background: linear-gradient(135deg, #fffaf4 0%, #f2faf8 52%, #fff4f1 100%);
}

.lspfp-story.lspfp-story--sale-commercial {
	display: block;
	padding: 74px 34px 70px;
}

.lspfp-sale-commercial {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.lspfp-sale-commercial__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 320px);
	gap: 48px;
	align-items: center;
	padding-bottom: 34px;
	border-bottom: 1px solid #cfdadd;
}

.lspfp-sale-commercial__identity {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--lspfp-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.lspfp-sale-commercial__identity span,
.lspfp-sale-commercial__identity strong {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border-radius: 999px;
}

.lspfp-sale-commercial__identity span {
	color: #fff;
	background: var(--lspfp-coral);
}

.lspfp-sale-commercial__identity strong {
	border: 1px solid #bac9cf;
	background: rgba(255, 255, 255, .72);
	font-weight: 800;
}

.lspfp-story h2.lspfp-sale-commercial__title {
	max-width: none;
	font-size: 42px;
	line-height: 1.05;
	white-space: nowrap;
}

.lspfp-sale-commercial__header .lspfp-intro {
	max-width: 720px;
	margin-top: 24px;
	font-size: 17px;
}

.lspfp-sale-commercial__price h3 {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin: 0;
	color: var(--lspfp-navy);
	justify-content: center;
	max-width: 100%;
}

.lspfp-sale-commercial__price {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 22px 24px 18px;
	border: 1px solid #d4dfe2;
	border-radius: 18px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 14px 34px rgba(9, 45, 65, .09);
	text-align: center;
}

.lspfp-sale-commercial__price h3 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(32px, 3vw, 40px);
	font-variant-numeric: lining-nums tabular-nums;
	font-weight: 760;
	line-height: 1;
	letter-spacing: -.04em;
	white-space: nowrap;
}

.lspfp-sale-commercial__price h3 span {
	font-size: 19px;
	font-weight: 800;
}

.lspfp-sale-commercial__price > p {
	width: 100%;
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid #e1e8ea;
	color: #566e80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-variant-numeric: lining-nums tabular-nums;
	font-weight: 650;
	letter-spacing: -.02em;
}

.lspfp-sale-commercial__price > p span {
	margin-left: 5px;
	font-family: inherit;
	font-size: .58em;
	font-weight: 800;
}

.lspfp-sale-commercial__price > small {
	display: block;
	margin-top: 7px;
	color: #8393a0;
	font-size: 10px;
}

.lspfp-sale-commercial__price .lspfp-primary {
	width: min(260px, 100%);
	margin-top: 20px;
	padding-inline: 24px;
}

.lspfp-sale-commercial__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	margin-top: 35px;
}

.lspfp-sale-commercial__info-card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	padding: 24px 26px 20px;
	border: 1px solid rgba(189, 205, 211, .82);
	border-radius: 22px;
	background: rgba(255, 255, 255, .86);
	box-shadow: 0 16px 34px rgba(9, 45, 65, .075);
	font-family: Arial, Helvetica, sans-serif;
}

.lspfp-sale-commercial__info-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #e99a00, #ef684f);
	content: "";
}

.lspfp-sale-commercial__info-card--distribution::before {
	background: linear-gradient(90deg, #0f5471, #2b95a4);
}

.lspfp-sale-commercial__card-heading {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 52px;
	margin-bottom: 12px;
}

.lspfp-sale-commercial__card-heading > span,
.lspfp-sale-commercial__features-heading > span {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid #d7e2e5;
	border-radius: 13px;
	background: #f5f9f9;
	color: #d98700;
}

.lspfp-sale-commercial__info-card--distribution .lspfp-sale-commercial__card-heading > span {
	color: #176f87;
}

.lspfp-sale-commercial__card-heading svg,
.lspfp-sale-commercial__features-heading svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.lspfp-sale-commercial__card-heading small {
	display: block;
	margin-bottom: 2px;
	color: #7b8f9d;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.lspfp-sale-commercial__card-heading h3,
.lspfp-sale-commercial__features-heading h3 {
	margin: 0;
	color: var(--lspfp-navy);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 780;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.lspfp-sale-commercial__facts {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	margin: 0;
}

.lspfp-sale-commercial__facts > div {
	display: grid;
	flex: 1 1 auto;
	grid-template-columns: minmax(130px, 1fr) minmax(0, 1.35fr);
	gap: 18px;
	align-items: center;
	min-height: 52px;
	padding: 13px 2px;
	border-bottom: 1px solid #d6dfe2;
}

.lspfp-sale-commercial__facts dt {
	color: #708697;
	font-size: 14px;
	font-weight: 650;
}

.lspfp-sale-commercial__facts dd {
	margin: 0;
	color: var(--lspfp-navy);
	font-size: 15px;
	font-weight: 780;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lspfp-sale-commercial__facts > div:first-child dd {
	font-size: 17px;
	font-variant-numeric: lining-nums tabular-nums;
	letter-spacing: .035em;
}

.lspfp-sale-commercial__facts dd.is-pending {
	color: #ad781d;
}

.lspfp-sale-commercial__features {
	position: relative;
	display: grid;
	grid-template-columns: minmax(270px, 300px) minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	overflow: hidden;
	margin-top: 24px;
	padding: 20px 24px;
	border: 1px solid rgba(189, 205, 211, .82);
	border-radius: 22px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 16px 34px rgba(9, 45, 65, .075);
	font-family: Arial, Helvetica, sans-serif;
}

.lspfp-sale-commercial__features::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #e99a00 0%, #ef684f 46%, #1c7891 100%);
	content: "";
}

.lspfp-sale-commercial__features-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding-right: 20px;
	border-right: 1px solid #dce5e8;
}

.lspfp-sale-commercial__features-heading > span {
	border-color: #e3e9eb;
	background: #fff8e9;
	color: #df8d00;
}

.lspfp-sale-commercial__features-heading h3 {
	color: var(--lspfp-navy);
	font-size: 18px;
	white-space: nowrap;
}

.lspfp-sale-commercial__features-heading small {
	display: block;
	margin-top: 4px;
	color: #748a98;
	font-size: 11px;
	font-weight: 650;
}

.lspfp-sale-commercial__features-track {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-width: 0;
	gap: 6px 10px;
	padding: 1px 0;
}

.lspfp-sale-commercial__features-track p {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0;
	padding: 7px 4px;
	color: var(--lspfp-navy);
}

.lspfp-sale-commercial__features-track p > span {
	display: grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid #dce5e8;
	border-radius: 50%;
	background: #f5f9f9;
	color: #df8d00;
}

.lspfp-sale-commercial__features-track p svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lspfp-sale-commercial__features-track p strong {
	min-width: 0;
	color: var(--lspfp-navy);
	font-size: 11.5px;
	font-weight: 720;
	line-height: 1.3;
}

.lspfp-kicker {
	margin-bottom: 14px;
	color: #778b99;
}

.lspfp-story h2,
.lspfp-booking h2,
.lspfp-features h2,
.lspfp-closing h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.025em;
}

.lspfp-story h2 {
	max-width: 720px;
	font-size: clamp(38px, 4.6vw, 58px);
	line-height: 1.02;
}

.lspfp-intro {
	max-width: 760px;
	margin: 30px 0 0;
	color: var(--lspfp-muted);
	font-size: 18px;
	line-height: 1.75;
}

.lspfp-property-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
}

.lspfp-property-summary p {
	display: grid;
	gap: 5px;
	min-height: 86px;
	margin: 0;
	padding: 16px;
	border: 1px solid var(--lspfp-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, .58);
}

.lspfp-property-summary small {
	color: #728692;
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.lspfp-property-summary strong {
	align-self: end;
	color: var(--lspfp-navy);
	font-size: 16px;
	line-height: 1.25;
}

body.lspfp-mode-sale .lspfp-property-summary p {
	background: #fff;
	box-shadow: 0 8px 24px rgba(8, 43, 67, .06);
}

body.lspfp-mode-sale .lspfp-property-summary p:nth-child(3n+1) {
	border-top: 4px solid #ff625a;
}

body.lspfp-mode-sale .lspfp-property-summary p:nth-child(3n+2) {
	border-top: 4px solid #1f9a94;
}

body.lspfp-mode-sale .lspfp-property-summary p:nth-child(3n) {
	border-top: 4px solid #d6a84b;
}

.lspfp-feature-group p > span,
.lspfp-features__grid p > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(8, 43, 67, .16);
	border-radius: 50%;
	color: var(--lspfp-navy);
	background: #fff;
}

.lspfp-feature-group svg,
.lspfp-features__grid svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lspfp-story__side {
	display: grid;
	gap: 34px;
}

.lspfp-feature-groups {
	padding: 28px;
	border: 1px solid var(--lspfp-line);
	border-radius: 22px;
	background: rgba(255, 255, 255, .48);
	box-shadow: 0 18px 48px rgba(8, 43, 67, .07);
}

body.lspfp-mode-sale .lspfp-feature-groups {
	border-color: #d9e3df;
	border-top: 6px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #ff625a, #1f9a94, #d6a84b) border-box;
}

.lspfp-feature-groups > h3 {
	margin: 8px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -.03em;
}

.lspfp-feature-group {
	padding: 20px 0;
	border-top: 1px solid var(--lspfp-line);
}

.lspfp-feature-group:first-of-type {
	margin-top: 18px;
}

.lspfp-feature-group:last-child {
	padding-bottom: 0;
}

.lspfp-feature-group h4 {
	margin: 0 0 14px;
	color: #728692;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.lspfp-feature-group > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 0;
	padding: 0;
}

.lspfp-feature-group p {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	margin: 0;
}

.lspfp-feature-group p > span {
	flex: 0 0 44px;
}

.lspfp-feature-group small {
	color: var(--lspfp-ink);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.3;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(1) h4 {
	color: #b8892f;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(2) h4 {
	color: #167f7a;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(3) h4 {
	color: #d9534f;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(1) p > span {
	color: #b8892f;
	border-color: #efd79e;
	background: #fff8e9;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(2) p > span {
	color: #167f7a;
	border-color: #a9dcd8;
	background: #edf9f7;
}

body.lspfp-mode-sale .lspfp-feature-group:nth-of-type(3) p > span {
	color: #d34f48;
	border-color: #ffc3bd;
	background: #fff2f0;
}

.lspfp-highlights {
	display: grid;
	align-content: center;
}

.lspfp-highlights p {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 22px 0;
	border-bottom: 1px solid var(--lspfp-line);
}

.lspfp-highlights strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 500;
}

.lspfp-highlights span {
	color: var(--lspfp-muted);
	line-height: 1.55;
}

.lspfp-booking {
	display: grid;
	grid-template-columns: minmax(0, 1.58fr) minmax(360px, .72fr);
	gap: 42px;
	width: min(1320px, calc(100% - 48px));
	padding: 44px;
	border-radius: 30px;
	color: #fff;
	background: linear-gradient(135deg, #0b3550, #061f31);
	box-shadow: 0 28px 70px rgba(6, 31, 49, .18);
	margin-bottom: 90px;
}

.lspfp-kicker--light {
	color: #a9c4d4;
}

.lspfp-booking h2 {
	margin-bottom: 24px;
	color: #fff;
	font-size: 42px;
}

.lspfp-booking .rh_property__ava_calendar_wrap,
.lspfp-booking .rvr-booking-form-wrap {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.lspfp-booking .rh_property__ava_calendar_wrap > .rh_property__heading {
	display: none;
}

.lspfp-booking #property-availability {
	display: flex;
	gap: 34px;
	min-height: 440px;
	padding: 28px 30px 24px;
	overflow: hidden;
	color: var(--lspfp-ink);
	border: 1px solid rgba(8, 43, 67, .1);
	border-radius: 20px;
	background: #f8fafb;
	box-shadow: 0 18px 42px rgba(1, 17, 28, .12);
}

.lspfp-booking #property-availability .availability-calendar {
	flex: 1 1 0;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.lspfp-booking #property-availability .availability-calendar + .availability-calendar {
	position: relative;
}

.lspfp-booking #property-availability .availability-calendar + .availability-calendar::before {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: -17px;
	width: 1px;
	content: "";
	background: #e1e7ea;
}

.lspfp-booking #property-availability .paging {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	padding: 0 48px;
	border: 0;
	border-bottom: 1px solid #dde4e8;
	border-radius: 0;
	color: var(--lspfp-ink);
	background: transparent;
}

.lspfp-booking #property-availability .month-name {
	color: var(--lspfp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -.015em;
	text-transform: capitalize;
}

.lspfp-booking #property-availability .paging > span {
	position: absolute;
	top: 50%;
	display: grid;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d5dfe4;
	border-radius: 50%;
	color: var(--lspfp-ink);
	background: #fff;
	box-shadow: 0 4px 12px rgba(8, 43, 67, .07);
	transform: translateY(-50%);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.lspfp-booking #property-availability .paging > span:hover {
	border-color: #9eb2bd;
	background: #f1f5f7;
	transform: translateY(-50%) scale(1.04);
}

.lspfp-booking #property-availability .paging > span.prev {
	left: 0;
}

.lspfp-booking #property-availability .paging > span.next {
	right: 0;
}

.lspfp-booking #property-availability .paging i {
	width: 7px;
	height: 7px;
	border: solid currentColor;
	border-width: 0 1.5px 1.5px 0;
}

.lspfp-booking #property-availability .paging i.prev {
	transform: rotate(135deg);
}

.lspfp-booking #property-availability .paging i.next {
	transform: rotate(-45deg);
}

.lspfp-booking #property-availability table {
	width: 100%;
	margin-top: 12px;
	border-collapse: separate;
	border-spacing: 4px;
	table-layout: fixed;
}

.lspfp-booking #property-availability thead td {
	height: 34px;
	padding: 0;
	border: 0;
	color: #71828c;
	background: transparent;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

.lspfp-booking #property-availability tbody td {
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	color: #17384b;
	background: #eaf4f8;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

.lspfp-booking #property-availability tbody td.near-month {
	visibility: hidden;
}

.lspfp-booking #property-availability tbody td.past-date {
	color: #a2abb0;
	background: #eef1f2;
	text-decoration: none;
}

.lspfp-booking #property-availability tbody td.future-date:not(.reserved):not(.booked):not(.unavailable):not(.today) {
	color: #1f6b45;
	background: #dff4e8;
	box-shadow: inset 0 0 0 1px #b9e2ca;
}

.lspfp-booking #property-availability tbody td.future-date:not(.reserved):not(.booked):not(.unavailable):not(.today):hover {
	color: #165c39;
	background: #ccebd9;
	box-shadow: inset 0 0 0 1px #93cfaa;
}

.lspfp-booking #property-availability tbody td.today:not(.reserved):not(.booked):not(.unavailable) {
	color: #fff;
	background: #f59e0b;
	box-shadow: 0 5px 13px rgba(245, 158, 11, .26);
}

.lspfp-booking #property-availability tbody td.reserved,
.lspfp-booking #property-availability tbody td.booked,
.lspfp-booking #property-availability tbody td.unavailable {
	color: #fff;
	background: #dc3b3b;
	box-shadow: inset 0 0 0 1px rgba(132, 24, 24, .16);
}

.lspfp-booking .calendar-guide {
	margin-top: 18px;
	color: #d6e5ed;
}

.lspfp-booking .calendar-guide ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 0;
	padding: 0;
}

.lspfp-booking .calendar-guide li {
	color: #d2e0e7;
	font-size: 12px;
	letter-spacing: .01em;
}

.lspfp-booking .calendar-guide li.past-days::before {
	background: #788d98;
}

.lspfp-booking .calendar-guide li.today::before {
	background: #f59e0b;
}

.lspfp-booking .calendar-guide li.reserved-days::before {
	background: #dc3b3b;
}

.lspfp-booking .calendar-guide li.available-days::before {
	background: #2f9e64;
}

.lspfp-booking__map {
	position: relative;
	min-height: 340px;
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 18px;
	background: #e9f0ec;
	box-shadow: 0 16px 36px rgba(1, 17, 28, .14);
}

.lspfp-booking__map .rh_property__map_wrap,
.lspfp-booking__map #property_map,
.lspfp-booking__map iframe {
	display: block;
	width: 100%;
	min-height: 340px;
	height: 340px;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.lspfp-booking__map .rh_property__heading {
	display: none;
}

.lspfp-map-open {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	margin-top: 9px;
	color: #d8e7ee;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.lspfp-map-open:hover,
.lspfp-map-open:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.lspfp-map-address {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 22px 0 0;
	color: #d8e7ee;
	font-size: 12px;
	line-height: 1.45;
}

.lspfp-map-address svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--lspfp-coral);
	stroke-width: 1.8;
}

.lspfp-map-address span {
	display: grid;
	gap: 2px;
}

.lspfp-map-address strong {
	color: #fff;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.lspfp-booking__form {
	align-self: start;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 22px;
	background: rgba(255, 255, 255, .07);
	box-shadow: 0 20px 44px rgba(1, 17, 28, .14);
}

.lspfp-booking__form h2,
.lspfp-booking__form h3,
.lspfp-booking__form h4,
.lspfp-booking__form strong,
.lspfp-booking__form .booking-cost,
.lspfp-booking__form .booking-cost * {
	color: #fff !important;
}

.lspfp-prebooking-note {
	display: grid;
	gap: 6px;
	margin-bottom: 18px;
}

.lspfp-prebooking-note strong {
	font-size: 20px;
}

.lspfp-prebooking-note span {
	color: #bfd0da;
	font-size: 13px;
	line-height: 1.5;
}

.lspfp-booking .rvr-booking-form-wrap > .rh_property__heading {
	display: none;
}

.lspfp-booking .booking-form-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lspfp-booking .booking-form-inner > *,
.lspfp-booking .field-wrap,
.lspfp-booking .field-wrap-wrapper {
	width: 100% !important;
	margin: 0 !important;
}

.lspfp-booking .field-wrap-wrapper {
	display: contents;
}

.lspfp-booking .field-wrap label,
.lspfp-booking .rh-ultra-form-field label {
	display: block;
	margin-bottom: 7px;
	color: #d6e5ed;
	font-size: 12px;
}

.lspfp-booking input[type="text"],
.lspfp-booking input[type="email"],
.lspfp-booking input[type="tel"],
.lspfp-booking select,
.lspfp-booking .bootstrap-select > .dropdown-toggle {
	width: 100%;
	min-height: 48px;
	margin: 0 !important;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	box-shadow: none;
}

.lspfp-booking .bootstrap-select {
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

.lspfp-booking .bootstrap-select > .dropdown-toggle {
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, .26) !important;
}

.lspfp-booking input::placeholder {
	color: rgba(255, 255, 255, .62);
}

.lspfp-booking option {
	color: var(--lspfp-ink);
}

.lspfp-booking .infants {
	display: none !important;
}

.lspfp-booking .lspfp-contact-field,
.lspfp-booking .submission-area {
	grid-column: 1 / -1;
}

.lspfp-booking .lspfp-contact-field {
	display: block;
}

.lspfp-booking .lspfp-contact-field.is-visible {
	display: block;
}

.lspfp-booking .submission-area {
	display: block;
}

.lspfp-booking .submission-area.is-visible {
	display: block;
}

.lspfp-booking .lspfp-contact-field--name,
.lspfp-turnstile-slot {
	grid-column: 1 / -1;
}

.lspfp-turnstile-slot {
	display: grid;
	gap: 7px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 11px;
	background: rgba(255, 255, 255, .05);
}

.lspfp-turnstile-slot .ere-cf-turnstile-widget {
	min-height: 65px;
}

.lspfp-turnstile-slot small {
	color: #bdd0da;
	font-size: 10px;
}

body.lspfp-page-active .daterangepicker {
	z-index: 10050;
}

.lspfp-booking .rvr-booking-button {
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 11px;
	color: #fff;
	background: var(--lspfp-coral);
	font-weight: 700;
}

.lspfp-booking .rvr-ajax-loader {
	display: none;
}

.lspfp-booking .booking-cost {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 15px;
	background: rgba(3, 24, 38, .24);
}

.lspfp-booking .booking-cost,
.lspfp-booking .booking-cost h4,
.lspfp-booking .booking-cost .cost-field {
	color: #fff;
}

.lspfp-booking .booking-cost > .total-price-field {
	margin: 0 0 10px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.lspfp-booking .booking-cost > .total-price-field h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -.01em;
}

.lspfp-booking .booking-cost > .total-price-field > .cost-value {
	display: none;
}

.lspfp-booking .booking-cost-details {
	display: grid;
	gap: 0;
}

.lspfp-booking .booking-cost-details .cost-field {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lspfp-booking .booking-cost-details .cost-field:last-child {
	margin-top: 2px;
	padding-top: 14px;
	border-bottom: 0;
}

.lspfp-booking .booking-cost-details .cost-desc {
	color: #bcd0db !important;
	font-size: 12px;
}

.lspfp-booking .booking-cost-details .cost-value {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.lspfp-booking .booking-cost-details .total-price-field .cost-desc,
.lspfp-booking .booking-cost-details .total-price-field .cost-value,
.lspfp-booking .booking-cost-details .total-price-field strong {
	color: #fff !important;
	font-size: 16px;
}

.lspfp-booking .rvr-message-container,
.lspfp-booking .rvr-error-container {
	margin-top: 12px;
}

.lspfp-inquiry {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
	gap: 42px;
	width: min(1320px, calc(100% - 48px));
	margin-bottom: 90px;
	padding: 44px;
	border-radius: 30px;
	color: #fff;
	background: linear-gradient(135deg, #0b3550, #061f31);
	box-shadow: 0 28px 70px rgba(6, 31, 49, .18);
}

.lspfp-inquiry h2 {
	max-width: 700px;
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.03;
	letter-spacing: -.025em;
}

.lspfp-inquiry__context > p:not(.lspfp-map-address) {
	max-width: 680px;
	margin: 18px 0 0;
	color: #c7d8e1;
	font-size: 15px;
	line-height: 1.65;
}

.lspfp-inquiry .lspfp-booking__map,
.lspfp-inquiry .lspfp-booking__map .rh_property__map_wrap,
.lspfp-inquiry .lspfp-booking__map #property_map,
.lspfp-inquiry .lspfp-booking__map iframe {
	min-height: 420px;
	height: 420px;
}

.lspfp-inquiry .lspfp-booking__map {
	margin-top: 28px;
}

.lspfp-inquiry__form-card {
	align-self: start;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 22px;
	background: rgba(255, 255, 255, .07);
	box-shadow: 0 20px 44px rgba(1, 17, 28, .14);
}

.lspfp-inquiry__form-card .lspfp-prebooking-note strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
}

.lspfp-inquiry__form-card .lspfp-prebooking-note span {
	color: #d5e4eb;
	font-size: 14px;
}

.lspfp-inquiry-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.lspfp-inquiry-form label {
	display: grid;
	gap: 7px;
	color: #d6e5ed;
	font-size: 12px;
}

.lspfp-inquiry-form input,
.lspfp-inquiry-form select,
.lspfp-inquiry-form textarea {
	width: 100%;
	margin: 0;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	box-shadow: none;
	font: inherit;
}

.lspfp-inquiry-form input,
.lspfp-inquiry-form select {
	min-height: 48px;
}

.lspfp-inquiry-form textarea {
	min-height: 116px;
	resize: vertical;
}

.lspfp-inquiry-form input::placeholder,
.lspfp-inquiry-form textarea::placeholder {
	color: rgba(255, 255, 255, .62);
}

.lspfp-inquiry-form option {
	color: var(--lspfp-ink);
	background: #fff;
}

.lspfp-inquiry-form__message,
.lspfp-inquiry-form .lspfp-turnstile-slot,
.lspfp-inquiry-submit,
.lspfp-inquiry-response {
	grid-column: 1 / -1;
}

.lspfp-inquiry-form .lspfp-turnstile-slot {
	margin-top: 14px;
}

.lspfp-inquiry-submit {
	margin-top: 14px;
}

.lspfp-inquiry-response {
	min-height: 20px;
	margin-top: 10px;
	color: #d8e7ee;
	font-size: 12px;
	line-height: 1.5;
}

.lspfp-inquiry-response.is-error {
	color: #ffd1cd;
}

.lspfp-inquiry-response.is-success {
	color: #c7f4da;
}

.lspfp-related {
	padding-block: 10px 100px;
}

.lspfp-related__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.lspfp-related__heading .lspfp-kicker {
	margin-bottom: 8px;
}

.lspfp-related__heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 50px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.03em;
}

.lspfp-related__heading > a {
	color: var(--lspfp-navy);
	font-weight: 750;
	text-decoration: none;
}

.lspfp-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 18px;
}

.lspfp-related-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--lspfp-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(8, 43, 67, .07);
	transition: transform .2s ease, box-shadow .2s ease;
}

.lspfp-related-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(8, 43, 67, .12);
}

.lspfp-related-card__image {
	position: relative;
	display: block;
	aspect-ratio: 1.35;
	overflow: hidden;
	background: #dfe8ed;
}

.lspfp-related-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .24s ease;
}

.lspfp-related-card:hover .lspfp-related-card__image img {
	transform: scale(1.035);
}

.lspfp-related-card__image span {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 6px 9px;
	border-radius: 999px;
	color: #fff;
	background: rgba(4, 26, 40, .82);
	font-size: 10px;
	font-weight: 750;
}

.lspfp-related-card__body {
	padding: 18px;
}

.lspfp-related-card h3 {
	min-height: 48px;
	margin: 0 0 9px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.18;
}

.lspfp-related-card h3 a {
	color: var(--lspfp-ink);
	text-decoration: none;
}

.lspfp-related-card__address {
	display: -webkit-box;
	min-height: 38px;
	margin: 0 0 12px;
	overflow: hidden;
	color: var(--lspfp-muted);
	font-size: 12px;
	line-height: 1.55;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lspfp-related-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	min-height: 24px;
	margin: 0 0 16px;
	color: var(--lspfp-navy);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.lspfp-related-card__facts span + span::before {
	margin-right: 14px;
	color: var(--lspfp-coral);
	content: "•";
}

.lspfp-related-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 14px;
	border-top: 1px solid var(--lspfp-line);
}

.lspfp-related-card__footer strong {
	color: var(--lspfp-navy);
	font-size: 19px;
}

.lspfp-related-card__footer a {
	color: var(--lspfp-coral);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.lspfp-closing {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	isolation: isolate;
	color: #fff;
}

.lspfp-closing > img {
	z-index: -3;
}

.lspfp-closing__veil {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(3, 24, 38, .84), rgba(3, 24, 38, .18));
}

.lspfp-closing__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.lspfp-closing h2 {
	max-width: 680px;
	color: #fff;
	font-size: 46px;
}

.lspfp-closing p {
	margin: 12px 0 0;
	font-size: 17px;
}

.lspfp-primary--inline {
	width: auto;
	min-width: 250px;
}

.lspfp-mobile-cta {
	display: none;
}

.lspfp-editor-fields {
	margin-top: 18px;
	padding: 20px;
	border: 1px solid #d9e4ea;
	border-radius: 8px;
	background: #f8fbfc;
}

.lspfp-editor-fields h4 {
	margin: 0 0 6px;
}

.lspfp-editor-help {
	margin: 0 0 18px;
	color: #617383;
}

@media (max-width: 980px) {
	.lspfp-hero__content {
		grid-template-columns: 1fr 205px;
		gap: 28px;
	}

	.lspfp-story {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.lspfp-booking {
		grid-template-columns: 1fr;
	}

	.lspfp-inquiry {
		grid-template-columns: 1fr;
	}

	.lspfp-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lspfp-sale-commercial__features {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lspfp-sale-commercial__features-heading {
		padding: 0 0 14px;
		border-right: 0;
		border-bottom: 1px solid #dce5e8;
	}

	.lspfp-sale-commercial__features-track {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

}

@media (min-width: 981px) {
	.lspfp-booking #property-availability,
	.lspfp-booking #property-availability .availability-calendar {
		min-height: 440px;
		height: 440px;
	}
}

@media (max-width: 700px) {
	.lspfp-shell {
		width: min(100% - 28px, 1180px);
	}

	.lspfp-hero {
		min-height: 620px;
	}

	body.lspfp-mode-sale .lspfp-hero__dynamic-background {
		display: none;
	}

	.lspfp-hero__content {
		grid-template-columns: 1fr;
		align-content: end;
		gap: 18px;
		padding-block: 84px 58px;
	}

	.lspfp-hero h1 {
		max-width: 285px;
		margin-bottom: 16px;
		font-size: clamp(22px, 6.3vw, 27px);
		line-height: 1.04;
	}

	.lspfp-eyebrow {
		margin-bottom: 14px;
		padding: 6px 10px;
		font-size: 10px;
	}

	.lspfp-location {
		max-width: 340px;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 1.35;
	}

	.lspfp-facts {
		gap: 5px 13px;
		font-size: 12px;
	}

	.lspfp-facts span + span::before {
		margin-right: 13px;
	}

	.lspfp-share {
		top: 16px;
		right: 16px;
		width: 40px;
		height: 40px;
	}

	.lspfp-quick-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(118px, 42%);
		gap: 4px 14px;
		align-items: center;
		justify-self: center;
		width: min(300px, 100%);
		padding: 10px;
		border-radius: 14px;
	}

	.lspfp-quick-card > p {
		margin: 0;
		text-align: left;
		font-size: 11px;
	}

	.lspfp-quick-card h2 {
		margin: 0;
	}

	.lspfp-quick-card h2 strong {
		font-size: 21px;
	}

	.lspfp-quick-card--wide-price {
		grid-template-columns: 1fr;
		gap: 8px;
		text-align: center;
	}

	.lspfp-quick-card--wide-price > p {
		text-align: center;
	}

	.lspfp-quick-card--wide-price h2 strong {
		font-size: clamp(18px, 5.4vw, 22px);
	}

	.lspfp-quick-card--wide-price .lspfp-primary {
		grid-column: 1;
		grid-row: auto;
		width: min(260px, 100%);
		margin-inline: auto;
	}

	.lspfp-quick-card .lspfp-primary {
		grid-column: 2;
		grid-row: 1 / 3;
		min-height: 38px;
		padding-inline: 12px;
		font-size: 10.5px;
	}

	.lspfp-gallery {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 7px;
		margin-top: -28px;
		padding: 9px;
	}

	.lspfp-gallery__track {
		grid-auto-columns: 104px;
	}

	.lspfp-gallery__arrow {
		width: 38px;
		height: 38px;
	}

	.lspfp-story {
		padding-block: 72px 58px;
	}

	body.lspfp-mode-sale .lspfp-story {
		padding-inline: 18px;
		border-radius: 22px;
	}

	.lspfp-story.lspfp-story--sale-commercial {
		padding: 48px 20px 46px;
	}

	.lspfp-sale-commercial__header,
	.lspfp-sale-commercial__columns {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.lspfp-sale-commercial__header {
		align-items: start;
		gap: 20px;
		padding-bottom: 26px;
	}

	.lspfp-sale-commercial__identity {
		gap: 7px;
		margin-bottom: 14px;
		font-size: 11px;
	}

	.lspfp-sale-commercial__identity span,
	.lspfp-sale-commercial__identity strong {
		min-height: 28px;
		padding: 5px 9px;
	}

	.lspfp-story h2.lspfp-sale-commercial__title {
		font-size: 30px;
	}

	.lspfp-sale-commercial__header .lspfp-intro {
		display: -webkit-box;
		max-height: 6.4em;
		margin-top: 16px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.6;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.lspfp-sale-commercial__price h3 strong {
		font-size: clamp(28px, 8vw, 36px);
	}

	.lspfp-sale-commercial__price > p {
		font-size: 19px;
	}

	.lspfp-sale-commercial__price .lspfp-primary {
		width: min(260px, 100%);
	}

	.lspfp-sale-commercial__columns {
		gap: 16px;
		margin-top: 24px;
	}

	.lspfp-sale-commercial__info-card {
		padding: 20px 18px 17px;
		border-radius: 18px;
	}

	.lspfp-sale-commercial__card-heading h3 {
		font-size: 19px;
	}

	.lspfp-sale-commercial__features {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 16px;
		padding: 15px;
		border-radius: 18px;
	}

	.lspfp-sale-commercial__features-heading {
		padding: 0 0 12px;
		border-right: 0;
		border-bottom: 1px solid #dce5e8;
	}

	.lspfp-sale-commercial__features-heading h3 {
		white-space: normal;
	}

	.lspfp-sale-commercial__features-track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px 8px;
	}

	.lspfp-sale-commercial__facts > div {
		grid-template-columns: minmax(110px, .85fr) minmax(0, 1.15fr);
	}

	.lspfp-story h2,
	.lspfp-booking h2,
	.lspfp-features h2 {
		font-size: 36px;
	}

	.lspfp-intro {
		font-size: 16px;
	}

	.lspfp-property-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.lspfp-property-summary p {
		min-height: 76px;
		padding: 13px;
	}

	.lspfp-feature-groups {
		padding: 22px 18px;
	}

	.lspfp-feature-group > div {
		grid-template-columns: 1fr;
	}

	.lspfp-booking {
		width: 100%;
		padding: 26px 14px;
		border-radius: 0;
		margin-bottom: 54px;
	}

	.lspfp-booking__form {
		padding: 18px 14px;
	}

	.lspfp-booking .booking-form-inner {
		grid-template-columns: 1fr;
	}

	.lspfp-booking .lspfp-contact-field,
	.lspfp-booking .submission-area,
	.lspfp-turnstile-slot {
		grid-column: 1;
	}

	.lspfp-booking__map,
	.lspfp-booking__map .rh_property__map_wrap,
	.lspfp-booking__map #property_map,
	.lspfp-booking__map iframe {
		min-height: 280px;
		height: 280px;
	}

	.lspfp-booking #property-availability {
		display: block;
		min-height: 0;
		height: auto;
		padding: 18px 14px;
	}

	.lspfp-booking #property-availability .availability-calendar {
		min-height: 390px;
		height: 390px;
	}

	.lspfp-booking #property-availability .availability-calendar + .availability-calendar {
		display: none;
	}

	.lspfp-booking #property-availability tbody td {
		height: 43px;
	}

	.lspfp-closing {
		min-height: 430px;
		padding-bottom: 80px;
	}

	.lspfp-closing__content {
		display: grid;
	}

	.lspfp-closing h2 {
		font-size: 38px;
	}

	.lspfp-primary--inline {
		width: 100%;
	}

	.lspfp-inquiry {
		width: 100%;
		margin-bottom: 54px;
		padding: 28px 14px;
		border-radius: 0;
	}

	.lspfp-inquiry h2 {
		font-size: 36px;
	}

	.lspfp-inquiry__form-card {
		padding: 20px 14px;
	}

	.lspfp-inquiry-form__grid {
		grid-template-columns: 1fr;
	}

	.lspfp-inquiry-form__message {
		grid-column: 1;
	}

	.lspfp-inquiry .lspfp-booking__map,
	.lspfp-inquiry .lspfp-booking__map .rh_property__map_wrap,
	.lspfp-inquiry .lspfp-booking__map #property_map,
	.lspfp-inquiry .lspfp-booking__map iframe {
		min-height: 300px;
		height: 300px;
	}

	.lspfp-related {
		padding-block: 10px 70px;
	}

	.lspfp-related__heading {
		display: grid;
		margin-bottom: 22px;
	}

	.lspfp-related__heading h2 {
		font-size: 36px;
	}

	.lspfp-related__grid {
		grid-template-columns: 1fr;
	}

	.lspfp-related-card__image {
		aspect-ratio: 1.55;
	}

	body.lspfp-page-active #property-agent-contact-methods-wrapper {
		display: none !important;
	}
}

@media (max-width: 1050px) {
	.lspfp-rental-showcase {
		grid-template-columns: 1fr;
	}

	.lspfp-rental-showcase__sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lspfp-rental-side-card--summary,
	.lspfp-rental-side-cta {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.lspfp-rental-showcase {
		display: block;
		width: calc(100% - 16px);
		margin: 12px auto 30px;
		padding: 8px;
	}

	.lspfp-rental-showcase .lspfp-hero.lspfp-hero--rental {
		width: 100%;
		min-height: 470px;
		margin: 0;
	}

	.lspfp-rental-showcase .lspfp-hero__content--rental {
		gap: 10px;
		padding: 78px 18px 76px;
	}

	.lspfp-rental-showcase .lspfp-rental-hero-tools {
		top: 16px;
		right: 16px;
		left: 16px;
		justify-content: flex-end;
		max-width: none;
	}

	.lspfp-rental-showcase .lspfp-rental-location {
		max-width: calc(100% - 54px);
	}

	.lspfp-rental-showcase .lspfp-hero--rental h1 {
		max-width: 290px;
		font-size: clamp(27px, 8vw, 32px);
	}

	.lspfp-rental-showcase .lspfp-rental-hero-intro {
		max-width: 300px;
		font-size: 11px;
		line-height: 1.45;
	}

	.lspfp-rental-showcase .lspfp-story--rental-editorial {
		width: 100%;
		padding: 20px 16px;
	}

	.lspfp-rental-showcase .lspfp-rental-editorial__description {
		min-height: 0;
	}

	.lspfp-rental-showcase .lspfp-rental-editorial__details dl {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lspfp-rental-showcase .lspfp-rental-editorial__details dl > div:nth-child(4n) {
		border-right: 1px solid var(--lspfp-line);
	}

	.lspfp-rental-showcase .lspfp-rental-editorial__details dl > div:nth-child(2n) {
		border-right: 0;
	}

	.lspfp-rental-showcase .lspfp-rental-strip__track {
		display: flex;
	}

	.lspfp-rental-showcase__sidebar {
		display: flex;
		margin-top: 12px;
	}

	.lspfp-rental-editorial__highlights {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.lspfp-rental-editorial__highlights::-webkit-scrollbar {
		display: none;
	}

	.lspfp-rental-editorial__highlights p {
		flex: 0 0 auto;
		min-width: max-content;
	}

	.lspfp-rental-side-card {
		padding: 18px 14px;
	}

	.lspfp-rental-side-card--summary p {
		min-height: 100px;
	}

	.lspfp-hero.lspfp-hero--rental {
		width: calc(100% - 24px);
		min-height: 460px;
		margin-top: 12px;
		border-radius: 18px;
	}

	.lspfp-hero__content--rental {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 18px;
		padding: 30px 30px 78px;
	}

	.lspfp-hero--rental h1 {
		max-width: 310px;
		font-size: clamp(25px, 7.5vw, 31px);
		line-height: 1.08;
	}

	.lspfp-rental-location {
		align-self: flex-start;
		justify-self: auto;
		max-width: 100%;
		padding: 10px 13px;
		font-size: 12px;
	}

	.lspfp-hero--rental + .lspfp-gallery {
		width: calc(100% - 30px);
		margin-top: -48px;
	}

	.lspfp-story.lspfp-story--rental-editorial {
		width: calc(100% - 24px);
		margin-top: 20px;
		padding: 26px 20px 24px;
		border-radius: 18px;
	}

	.lspfp-story .lspfp-rental-editorial__heading h2 {
		font-size: 22px;
	}

	.lspfp-rental-editorial__title {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 24px;
		padding: 0 0 19px;
	}

	.lspfp-story .lspfp-rental-editorial__title h1 {
		font-size: clamp(26px, 7.6vw, 32px);
		line-height: 1.08;
	}

	.lspfp-rental-editorial__price {
		align-items: center;
		grid-template-columns: auto 1fr;
		min-width: 0;
		padding: 12px 15px;
		text-align: left;
	}

	.lspfp-rental-editorial__price p {
		justify-content: flex-end;
	}

	.lspfp-rental-editorial__price strong {
		font-size: 24px;
	}

	.lspfp-rental-editorial__content {
		padding-left: 0;
		font-size: 15px;
		line-height: 1.65;
	}

	.lspfp-rental-editorial__details dl {
		grid-template-columns: 1fr;
		margin-left: 0;
	}

	.lspfp-rental-editorial__details dl > div {
		grid-template-columns: 24px minmax(95px, .8fr) minmax(0, 1.2fr);
		gap: 8px;
	}

	.lspfp-rental-strip {
		width: calc(100% - 24px);
		margin-bottom: 28px;
		padding: 7px 6px;
		border-radius: 14px;
	}

	.lspfp-rental-strip__item {
		justify-content: flex-start;
		flex-basis: 142px;
		min-width: 126px;
		padding: 6px 10px;
	}

	.lspfp-rental-strip__track {
		display: flex;
		gap: 0;
		overflow-x: auto;
		background: transparent;
		scrollbar-width: none;
	}

	.lspfp-rental-strip__item + .lspfp-rental-strip__item {
		border-left: 1px solid rgba(255, 255, 255, .14);
	}

	.lspfp-rental-strip__track::-webkit-scrollbar {
		display: none;
	}

	body.lspfp-page-active #lsp-whatsapp-visual-launcher::before {
		display: none !important;
		content: none !important;
	}
}

/* Opiniones de huéspedes: piloto administrable y aislado al Código 035. */
.lspfp-page--editorial-pilot .lspfp-reviews {
	margin-top: 54px;
	margin-bottom: 54px;
	overflow: hidden;
	border: 1px solid rgba(8, 43, 67, .14);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(8, 43, 67, .1);
}

.lspfp-page--editorial-pilot .lspfp-reviews__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 28px;
	align-items: center;
	padding: 34px 38px;
	color: #fff;
	background: linear-gradient(112deg, #082b43 0%, #155a78 100%);
}

.lspfp-page--editorial-pilot .lspfp-reviews__kicker {
	display: block;
	margin-bottom: 8px;
	color: #a9d9ed;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.lspfp-page--editorial-pilot .lspfp-reviews__header h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.08;
}

.lspfp-page--editorial-pilot .lspfp-reviews__header > div > p {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
	line-height: 1.6;
}

.lspfp-page--editorial-pilot .lspfp-reviews__verified {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	color: #fff;
	font-size: 13px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__verified svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #e39a05;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 18px;
	background: rgba(255, 255, 255, .1);
	text-align: center;
	backdrop-filter: blur(10px);
}

.lspfp-page--editorial-pilot .lspfp-reviews__score p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score p span {
	color: #e39a05;
	font-size: 21px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score p strong {
	color: #fff;
	font-size: 48px;
	line-height: 1;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score b,
.lspfp-page--editorial-pilot .lspfp-reviews__score small {
	display: block;
	color: #fff;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score b {
	margin-top: 5px;
	font-size: 15px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__score small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__demo {
	margin: 0;
	padding: 11px 38px;
	border-bottom: 1px solid rgba(227, 154, 5, .24);
	color: #604610;
	background: #fff6df;
	font-size: 12px;
	text-align: center;
}

.lspfp-page--editorial-pilot .lspfp-reviews__body {
	padding: 30px 38px 36px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 24px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__filters button {
	padding: 10px 16px;
	border: 1px solid #d6e0e6;
	border-radius: 999px;
	color: #082b43;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.lspfp-page--editorial-pilot .lspfp-reviews__filters button[aria-pressed="true"] {
	border-color: #082b43;
	color: #fff;
	background: #082b43;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid #d6e0e6;
	border-bottom: 1px solid #d6e0e6;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric {
	min-width: 0;
	padding: 20px;
	border-right: 1px solid #d6e0e6;
	transition: opacity .18s ease, background-color .18s ease;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(4n) {
	border-right: 0;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(n+5) {
	border-top: 1px solid #d6e0e6;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric.is-muted {
	opacity: .28;
	background: #f4f0e7;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric p {
	margin: 0;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric p strong,
.lspfp-page--editorial-pilot .lspfp-reviews__metric p span {
	display: block;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric p strong {
	font-size: 14px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric p span {
	margin-top: 2px;
	font-size: 14px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric > div > span {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	color: #e39a05;
	background: #eaf3f6;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric svg,
.lspfp-page--editorial-pilot .lspfp-reviews__mentions svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric > i {
	display: block;
	overflow: hidden;
	height: 5px;
	border-radius: 99px;
	background: #edf1f3;
}

.lspfp-page--editorial-pilot .lspfp-reviews__metric > i span {
	display: block;
	width: var(--lspfp-review-progress);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #e39a05, #f4bc43);
}

.lspfp-page--editorial-pilot .lspfp-reviews__mentions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 24px 0 30px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__mentions > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 12px;
	border-radius: 999px;
	color: #082b43;
	background: #f4f0e7;
	font-size: 12px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__mentions svg {
	width: 16px;
	height: 16px;
	color: #e39a05;
}

.lspfp-page--editorial-pilot .lspfp-reviews__mentions small {
	min-width: 20px;
	padding: 2px 6px;
	border-radius: 99px;
	color: #fff;
	background: #155a78;
	text-align: center;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entries {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry {
	min-width: 0;
	padding-top: 22px;
	border-top: 1px solid #d6e0e6;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry header {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 13px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry header > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #155a78, #082b43);
	font-size: 13px;
	font-weight: 800;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry header p,
.lspfp-page--editorial-pilot .lspfp-reviews__entry > p {
	margin: 0;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry header strong,
.lspfp-page--editorial-pilot .lspfp-reviews__entry header small {
	display: block;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry header small {
	margin-top: 2px;
	color: #617383;
	font-size: 12px;
}

.lspfp-page--editorial-pilot .lspfp-reviews__stars {
	margin-bottom: 9px !important;
	color: #e39a05;
	font-size: 15px;
	letter-spacing: .07em;
}

.lspfp-page--editorial-pilot .lspfp-reviews__entry > p:last-child {
	color: #304b5d;
	font-size: 14px;
	line-height: 1.65;
}

@media (max-width: 820px) {
	.lspfp-page--editorial-pilot .lspfp-reviews__header {
		grid-template-columns: 1fr;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__score {
		width: min(100%, 320px);
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(4n) {
		border-right: 1px solid #d6e0e6;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(2n) {
		border-right: 0;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(n+3) {
		border-top: 1px solid #d6e0e6;
	}
}

@media (max-width: 560px) {
	.lspfp-page--editorial-pilot .lspfp-reviews {
		width: calc(100% - 24px);
		margin-top: 34px;
		margin-bottom: 34px;
		border-radius: 18px;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__header {
		gap: 20px;
		padding: 25px 22px;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__header h2 {
		font-size: 28px;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__demo {
		padding: 10px 18px;
		text-align: left;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__body {
		padding: 24px 22px 28px;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__filters {
		align-items: stretch;
		flex-direction: column;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__filters button {
		width: 100%;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metrics,
	.lspfp-page--editorial-pilot .lspfp-reviews__entries {
		grid-template-columns: 1fr;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metric,
	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(4n),
	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(2n) {
		border-right: 0;
	}

	.lspfp-page--editorial-pilot .lspfp-reviews__metric:nth-child(n+2) {
		border-top: 1px solid #d6e0e6;
	}
}

/* Opiniones RC53: banda integrada en el espacio posterior a disponibilidad. */
.lspfp-page--editorial-pilot .lspfp-booking--with-reviews {
	margin-bottom: 0;
}

.lspfp-page--editorial-pilot .lspfp-review-inline {
	margin-top: 16px;
	margin-bottom: 16px;
}

.lspfp-page--editorial-pilot .lspfp-review-summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 58px;
	width: 100%;
	margin: 0;
	padding: 7px 13px;
	border: 1px solid rgba(8, 43, 67, .14);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(8, 43, 67, .06);
}

.lspfp-page--editorial-pilot .lspfp-review-summary {
	border-radius: 12px 12px 0 0;
	box-shadow: none;
}

.lspfp-page--editorial-pilot .lspfp-review-summary__score {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 68px;
	padding-right: 12px;
	border-right: 1px solid rgba(8, 43, 67, .14);
}

.lspfp-page--editorial-pilot .lspfp-review-summary__score span {
	color: #e39a05;
	font-size: 15px;
}

.lspfp-page--editorial-pilot .lspfp-review-summary__score strong {
	color: #082b43;
	font-size: 22px;
	line-height: 1;
}

.lspfp-page--editorial-pilot .lspfp-review-inline--empty .lspfp-review-summary__score strong {
	font-size: 15px;
}

.lspfp-review-details__content--empty {
	display: block;
	padding: 12px 16px 14px;
}

.lspfp-review-empty h3 {
	margin: 0 0 8px;
	color: #082b43;
	font-size: 13px;
}

.lspfp-review-empty p {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	column-gap: 9px;
	align-items: center;
	margin: 0;
	color: #304b5d;
}

.lspfp-review-empty p > span {
	grid-row: 1 / 3;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	color: #e39a05;
	background: #eaf3f6;
	font-weight: 800;
}

.lspfp-review-empty strong,
.lspfp-review-empty small {
	display: block;
}

.lspfp-review-empty strong {
	font-size: 12px;
}

.lspfp-review-empty small {
	grid-column: 2;
	margin-top: 2px;
	color: #617383;
	font-size: 11px;
}

.lspfp-page--editorial-pilot .lspfp-review-summary__copy h2 {
	margin: 0 0 2px;
	color: #082b43;
	font-size: 14px;
	line-height: 1.2;
}

.lspfp-page--editorial-pilot .lspfp-review-summary__copy p {
	margin: 0;
	color: #617383;
	font-size: 11px;
}

.lspfp-page--editorial-pilot .lspfp-review-summary__copy p strong {
	color: #304b5d;
}

.lspfp-review-details {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(8, 43, 67, .14);
	border-top: 0;
	border-radius: 0 0 12px 12px;
	color: #082b43;
	background: #fff;
	box-shadow: 0 14px 30px rgba(8, 43, 67, .07);
}

.lspfp-review-details__content {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(270px, .75fr);
	grid-template-rows: auto auto auto;
	gap: 10px 22px;
	overflow: hidden;
	padding: 11px 16px 13px;
}

.lspfp-review-details__demo {
	grid-column: 1 / -1;
	margin: 0;
	padding: 6px 9px;
	border-left: 3px solid #e39a05;
	color: #604610;
	background: #fff6df;
	font-size: 11px;
}

.lspfp-review-details__content h3 {
	margin: 0 0 8px;
	color: #082b43;
	font-size: 13px;
}

.lspfp-review-details__content > section:first-of-type {
	grid-column: 1;
	grid-row: 2;
}

.lspfp-review-details__metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
	margin: 0;
}

.lspfp-review-details__metrics p {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	gap: 6px;
	align-items: center;
	margin: 0;
	padding: 7px;
	border: 1px solid rgba(8, 43, 67, .1);
	border-radius: 8px;
	background: #f8fafb;
	font-size: 11px;
}

.lspfp-review-details__metrics p > span {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	color: #e39a05;
	background: #eaf3f6;
}

.lspfp-review-details__metrics svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.lspfp-review-details__metrics b {
	font-size: 11px;
}

.lspfp-review-details__mentions {
	grid-column: 1;
	grid-row: 3;
	display: flex;
	flex-wrap: nowrap;
	gap: 7px;
	margin: 0;
	overflow-x: auto;
	scrollbar-width: thin;
}

.lspfp-review-details__mentions span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	padding: 5px 8px;
	border-radius: 999px;
	color: #304b5d;
	background: #f4f0e7;
	font-size: 11px;
}

.lspfp-review-details__mentions small {
	display: grid;
	min-width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #155a78;
}

.lspfp-review-details__entries {
	grid-column: 2;
	grid-row: 2 / 4;
	min-width: 0;
	padding-left: 22px;
	border-left: 1px solid rgba(8, 43, 67, .12);
}

.lspfp-review-details__entries-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.lspfp-review-details__entries-head h3 {
	margin: 0;
}

.lspfp-review-details__entries-head nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.lspfp-review-details__entries-head nav button {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(8, 43, 67, .16);
	border-radius: 50%;
	color: #082b43;
	background: #fff;
	cursor: pointer;
}

.lspfp-review-details__entries-head nav span {
	min-width: 34px;
	color: #617383;
	font-size: 10px;
	text-align: center;
}

.lspfp-review-details__entries article {
	max-height: 190px;
	overflow-y: auto;
	padding: 8px 4px 8px 0;
	scrollbar-width: thin;
}

.lspfp-review-details__entries article[hidden] {
	display: none;
}

.lspfp-review-details__entries article header {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	margin-bottom: 5px;
}

.lspfp-review-details__entries article header > span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: #082b43;
	font-size: 11px;
	font-weight: 800;
}

.lspfp-review-details__entries article header p,
.lspfp-review-details__entries article > p {
	margin: 0;
}

.lspfp-review-details__entries article header strong,
.lspfp-review-details__entries article header small {
	display: block;
}

.lspfp-review-details__entries article header small {
	margin-top: 1px;
	color: #617383;
	font-size: 11px;
}

.lspfp-review-details__stars {
	margin-bottom: 4px !important;
	color: #e39a05;
	font-size: 13px;
	letter-spacing: .05em;
}

.lspfp-review-details__entries article > p:last-child {
	color: #304b5d;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.lspfp-review-details__metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.lspfp-page--editorial-pilot .lspfp-review-summary {
		width: 100%;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 10px;
		min-height: 56px;
		margin: 0;
		padding: 6px 10px;
		border-radius: 12px;
	}

	.lspfp-page--editorial-pilot .lspfp-review-summary__score {
		min-width: 62px;
		padding-right: 10px;
	}

	.lspfp-page--editorial-pilot .lspfp-review-summary__score strong {
		font-size: 20px;
	}

	.lspfp-page--editorial-pilot .lspfp-review-summary__copy h2 {
		font-size: 13px;
	}

	.lspfp-page--editorial-pilot .lspfp-review-summary__copy p {
		overflow: hidden;
		max-width: 170px;
		font-size: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.lspfp-page--editorial-pilot .lspfp-review-inline {
		width: calc(100% - 24px);
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.lspfp-review-details__content {
		display: block;
		overflow: visible;
		padding: 10px 12px 12px;
	}

	.lspfp-review-details__demo {
		margin-bottom: 9px;
	}

	.lspfp-review-details__content > section:first-of-type {
		margin-bottom: 9px;
	}

	.lspfp-review-details__metrics {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.lspfp-review-details__metrics p {
		flex: 0 0 145px;
	}

	.lspfp-review-details__mentions {
		margin-bottom: 10px;
	}

	.lspfp-review-details__entries {
		padding: 10px 0 0;
		border-top: 1px solid rgba(8, 43, 67, .12);
		border-left: 0;
	}

	.lspfp-review-details__entries article {
		max-height: 175px;
	}
}

/* RC56: sugeridos alineados con los cuadros superiores del Código 035. */
.lspfp-page--editorial-pilot .lspfp-related {
	padding-block: 20px 72px;
}

.lspfp-page--editorial-pilot .lspfp-related__heading {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 82px;
	margin-bottom: 18px;
	padding: 15px 18px;
	border: 1px solid rgba(117, 190, 223, .28);
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(105deg, #082b43 0%, #0b3a55 58%, #145675 100%);
	box-shadow:
		0 16px 34px rgba(6, 31, 49, .18),
		inset 0 1px 0 rgba(255, 255, 255, .12);
}

.lspfp-page--editorial-pilot .lspfp-related__heading > div {
	grid-column: 2;
	text-align: center;
}

.lspfp-page--editorial-pilot .lspfp-related__heading .lspfp-kicker {
	margin: 0 0 4px;
	color: #9edaf3;
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .16em;
}

.lspfp-page--editorial-pilot .lspfp-related__heading h2 {
	margin: 0;
	color: #fff;
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
	font-size: clamp(21px, 2vw, 25px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.015em;
}

.lspfp-page--editorial-pilot .lspfp-related__heading > a {
	grid-column: 3;
	justify-self: end;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 10px;
	color: #fff;
	background: rgba(255, 255, 255, .08);
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.lspfp-page--editorial-pilot .lspfp-related-card {
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(8, 43, 67, .07);
}

.lspfp-page--editorial-pilot .lspfp-related-card h3,
.lspfp-page--editorial-pilot .lspfp-related-card h3 a,
.lspfp-page--editorial-pilot .lspfp-related-card__address,
.lspfp-page--editorial-pilot .lspfp-related-card__facts,
.lspfp-page--editorial-pilot .lspfp-related-card__footer strong,
.lspfp-page--editorial-pilot .lspfp-related-card__footer a {
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
}

.lspfp-page--editorial-pilot .lspfp-related-card h3 {
	min-height: 43px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.01em;
}

.lspfp-page--editorial-pilot .lspfp-related-card__address {
	font-size: 11px;
	line-height: 1.5;
}

.lspfp-page--editorial-pilot .lspfp-related-card__facts {
	font-size: 12px;
	font-weight: 700;
}

.lspfp-page--editorial-pilot .lspfp-related-card__footer strong {
	font-size: 17px;
	font-weight: 800;
}

.lspfp-page--editorial-pilot .lspfp-related-card__footer a {
	font-size: 11px;
	font-weight: 750;
}

/* RC58: título único y semántica cromática coherente con RealHomes/RVR. */
.lspfp-page--editorial-pilot .lspfp-story .lspfp-rental-editorial__title h1 {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	font-family: "DM Sans", "Segoe UI", sans-serif !important;
	font-size: clamp(25px, 2.25vw, 32px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.025em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.available:not(.today):not(.unavailable),
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.future-date:not(.reserved):not(.booked):not(.unavailable):not(.today) {
	color: #1f6b45 !important;
	background-color: #dff4e8 !important;
	box-shadow: inset 0 0 0 1px #b9e2ca !important;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.today:not(.reserved):not(.booked):not(.unavailable) {
	color: #fff !important;
	background-color: #f59e0b !important;
	box-shadow: 0 5px 13px rgba(245, 158, 11, .26) !important;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.reserved,
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.booked,
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking #property-availability .availability-calendar table td.unavailable {
	color: #fff !important;
	background-color: #dc3b3b !important;
	box-shadow: inset 0 0 0 1px rgba(132, 24, 24, .16) !important;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .rh_property__ava_calendar_wrap .calendar-guide ul li.today::before,
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .calendar-guide ul li.today::before {
	background-color: #f59e0b !important;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .rh_property__ava_calendar_wrap .calendar-guide ul li.reserved-days::before,
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .calendar-guide ul li.reserved-days::before {
	background-color: #dc3b3b !important;
}

body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .rh_property__ava_calendar_wrap .calendar-guide ul li.available-days::before,
body.lspfp-page-active .lspfp-page--editorial-pilot .lspfp-booking .calendar-guide ul li.available-days::before {
	background-color: #2f9e64 !important;
}

@media (max-width: 620px) {
	.lspfp-page--editorial-pilot .lspfp-story .lspfp-rental-editorial__title h1 {
		font-size: clamp(17px, 5.1vw, 20px);
		letter-spacing: -.035em;
	}

	.lspfp-page--editorial-pilot .lspfp-related {
		width: calc(100% - 24px);
		padding-block: 8px 48px;
	}

	.lspfp-page--editorial-pilot .lspfp-related__heading {
		display: flex;
		min-height: 0;
		align-items: center;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 12px;
		padding: 14px;
		border-radius: 14px;
		text-align: center;
	}

	.lspfp-page--editorial-pilot .lspfp-related__heading h2 {
		font-size: 21px;
	}

	.lspfp-page--editorial-pilot .lspfp-related__heading > a {
		align-self: center;
		padding: 7px 10px;
	}

	.lspfp-page--editorial-pilot .lspfp-related__grid {
		gap: 12px;
	}

	.lspfp-page--editorial-pilot .lspfp-related-card__body {
		padding: 15px;
	}

	.lspfp-page--editorial-pilot .lspfp-related-card h3 {
		min-height: 0;
		font-size: 15px;
	}
}

/* RC60: Panorama inmersivo navegable, aislado al Código 035. */
.lspfp-page--editorial-pilot .lspfp-panorama-navigation {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	pointer-events: none;
}

.lspfp-page--editorial-pilot .lspfp-panorama-navigation button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	color: #fff;
	background: rgba(4, 34, 53, .82);
	box-shadow: 0 8px 20px rgba(1, 18, 29, .18);
	font-family: "DM Sans", "Segoe UI", sans-serif;
	font-size: 18px;
	cursor: pointer;
	pointer-events: auto;
	transition: background-color .18s ease, transform .18s ease;
}

.lspfp-page--editorial-pilot .lspfp-panorama-navigation button:hover,
.lspfp-page--editorial-pilot .lspfp-panorama-navigation button:focus-visible {
	background: #082b43;
	transform: scale(1.04);
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 14px 14px;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__count {
	top: -58px;
	right: 18px;
	z-index: 4;
	min-height: 38px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, .36);
	color: #fff;
	background: rgba(4, 34, 53, .9);
	font-family: "DM Sans", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition: background-color .18s ease, transform .18s ease;
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__count:hover,
.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__count:focus-visible {
	background: #082b43;
	transform: translateY(-1px);
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__track {
	display: grid;
	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 20px) / 3);
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__track::-webkit-scrollbar {
	display: none;
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__thumb {
	width: 100%;
	aspect-ratio: 1.75;
	border: 2px solid transparent;
	border-radius: 10px !important;
	box-shadow: 0 5px 14px rgba(8, 43, 67, .08);
	scroll-snap-align: center;
}

.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__thumb.is-active {
	border-color: #e39a05;
	box-shadow: 0 0 0 1px rgba(227, 154, 5, .18), 0 6px 16px rgba(8, 43, 67, .1);
}

.lspfp-gallery-lightbox {
	width: min(1120px, calc(100% - 32px));
	max-width: none;
	max-height: calc(100vh - 32px);
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 20px;
	color: #fff;
	background: #061f31;
	box-shadow: 0 30px 90px rgba(0, 13, 24, .52);
}

.lspfp-gallery-lightbox::backdrop {
	background: rgba(1, 14, 23, .82);
	backdrop-filter: blur(6px);
}

.lspfp-gallery-lightbox__inner {
	position: relative;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	max-height: calc(100vh - 32px);
	padding: 18px;
}

.lspfp-gallery-lightbox__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 4;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 50%;
	color: #fff;
	background: rgba(4, 34, 53, .88);
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.lspfp-gallery-lightbox__stage {
	position: relative;
	min-height: 0;
}

.lspfp-gallery-lightbox__stage figure {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	height: 100%;
	margin: 0;
}

.lspfp-gallery-lightbox__stage figure > img {
	display: block;
	width: 100%;
	height: min(68vh, 680px);
	border-radius: 14px;
	background: #031724;
	object-fit: contain;
}

.lspfp-gallery-lightbox__stage figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
	padding: 9px 56px 0;
	color: #d6e5ed;
	font-family: "DM Sans", "Segoe UI", sans-serif;
	font-size: 12px;
}

.lspfp-gallery-lightbox__stage figcaption strong {
	flex: 0 0 auto;
	color: #fff;
}

.lspfp-gallery-lightbox__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	color: #fff;
	background: rgba(4, 34, 53, .86);
	cursor: pointer;
	transform: translateY(-50%);
}

.lspfp-gallery-lightbox__arrow--prev {
	left: 14px;
}

.lspfp-gallery-lightbox__arrow--next {
	right: 14px;
}

.lspfp-gallery-lightbox__thumbs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 92px;
	gap: 8px;
	overflow-x: auto;
	padding: 10px 0 2px;
	scrollbar-width: thin;
}

.lspfp-gallery-lightbox__thumb {
	aspect-ratio: 1.55;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #0d3b55;
	cursor: pointer;
}

.lspfp-gallery-lightbox__thumb.is-active {
	border-color: #e39a05;
}

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

@media (max-width: 700px) {
	.lspfp-page--editorial-pilot .lspfp-panorama-navigation {
		padding: 0 10px;
	}

	.lspfp-page--editorial-pilot .lspfp-panorama-navigation button {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.lspfp-page--editorial-pilot .lspfp-gallery--panorama {
		width: 100%;
		margin-top: 0;
		padding: 8px 10px 12px;
	}

	.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__count {
		top: -52px;
		right: 12px;
		min-height: 34px;
		padding: 8px 11px;
		font-size: 11px;
	}

	.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__track {
		gap: 7px;
		grid-auto-columns: calc((100% - 14px) / 3);
	}

	.lspfp-page--editorial-pilot .lspfp-gallery--panorama .lspfp-gallery__thumb {
		aspect-ratio: 1.42;
		border-radius: 8px !important;
	}

	.lspfp-gallery-lightbox {
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		border-radius: 14px;
	}

	.lspfp-gallery-lightbox__inner {
		max-height: calc(100vh - 16px);
		padding: 8px;
	}

	.lspfp-gallery-lightbox__stage figure > img {
		height: min(65vh, 560px);
		border-radius: 10px;
	}

	.lspfp-gallery-lightbox__stage figcaption {
		min-height: 36px;
		padding: 7px 46px 0;
	}

	.lspfp-gallery-lightbox__stage figcaption span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.lspfp-gallery-lightbox__close,
	.lspfp-gallery-lightbox__arrow {
		width: 38px;
		height: 38px;
	}

	.lspfp-gallery-lightbox__arrow--prev {
		left: 9px;
	}

	.lspfp-gallery-lightbox__arrow--next {
		right: 9px;
	}

	.lspfp-gallery-lightbox__thumbs {
		grid-auto-columns: 76px;
		gap: 6px;
	}
}

/* RC61: opiniones con el mismo ancho y formato exterior de disponibilidad. */
.lspfp-page--editorial-pilot .lspfp-review-inline {
	width: min(1320px, calc(100% - 48px));
	margin: 16px auto;
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(6, 31, 49, .13);
}

.lspfp-page--editorial-pilot .lspfp-review-summary {
	border-radius: 30px 30px 0 0;
	box-shadow: none;
}

.lspfp-page--editorial-pilot .lspfp-review-details {
	border-radius: 0 0 30px 30px;
	box-shadow: none;
}

@media (max-width: 700px) {
	.lspfp-page--editorial-pilot .lspfp-review-inline {
		width: 100%;
		margin: 12px 0;
		border-radius: 0;
		box-shadow: none;
	}

	.lspfp-page--editorial-pilot .lspfp-review-summary,
	.lspfp-page--editorial-pilot .lspfp-review-details {
		border-radius: 0;
	}
}

/* RC62: sugeridos con el mismo ancho y formato exterior de los cuadros principales. */
.lspfp-page--editorial-pilot .lspfp-related {
	width: min(1320px, calc(100% - 48px));
}

.lspfp-page--editorial-pilot .lspfp-related__heading {
	border-radius: 30px;
	box-shadow: 0 28px 70px rgba(6, 31, 49, .13), inset 0 1px 0 rgba(255, 255, 255, .12);
}

@media (max-width: 700px) {
	.lspfp-page--editorial-pilot .lspfp-related {
		width: 100%;
		padding-inline: 12px;
	}

	.lspfp-page--editorial-pilot .lspfp-related__heading {
		margin-right: -12px;
		margin-left: -12px;
		border-radius: 0;
		box-shadow: none;
	}
}

/* RC64: selector compacto para propiedades publicadas en varias modalidades. */
.lspfp-mode-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 9px 12px;
	border: 1px solid #d4dfe7;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(6, 31, 49, .07);
}

.lspfp-mode-switch > span {
	margin-right: 3px;
	color: #52687a;
	font-size: 12px;
	font-weight: 700;
}

.lspfp-mode-switch a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid #cbd8e1;
	border-radius: 999px;
	background: #f7fafc;
	color: #0b3951;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.lspfp-mode-switch a.is-active {
	border-color: #e39a05;
	background: #fff3d8;
	color: #0b3951;
}

@media (max-width: 700px) {
	.lspfp-mode-switch {
		width: calc(100% - 24px);
		margin: 10px 12px;
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lspfp-page *,
	.lspfp-page *::before,
	.lspfp-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
