.living-resort-list {
	--living-accent: #1f7a5a;
	--living-ink: #17211d;
	--living-muted: #62706b;
	--living-border: #dce5df;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	color: var(--living-ink);
}

.living-resort-card {
	overflow: hidden;
	border: 1px solid var(--living-border);
	border-radius: 8px;
	background: #fff;
}

.living-resort-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: #eef4f0;
}

.living-resort-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.living-resort-card__body {
	padding: 18px;
}

.living-resort-card__body h3 {
	margin-top: 0;
}

.living-resort-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: var(--living-muted);
}

.living-resort-card__meta strong {
	color: var(--living-accent);
}

@media (max-width: 849px) {
	.living-resort-list {
		grid-template-columns: 1fr;
	}
}

/* Single villas visual layout */
.living-villa-hotel-layout {
	--hotel-bg: #fbf8f3;
	--hotel-card: #ffffff;
	--hotel-border: #eadfd2;
	--hotel-text: #304434;
	--hotel-muted: #6c726b;
	--hotel-accent: #2f5632;
	--hotel-accent-dark: #254528;
	--hotel-warm: #cf7650;
	min-height: 100vh;
	color: var(--hotel-text);
	font-family: inherit;
}

.living-villa-hotel-layout .trendy-hotel-single {
	margin: 0 auto;
	padding: 14px 0 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(360px, .92fr) minmax(0, 1.18fr);
	gap: 44px;
	align-items: start;
	margin: 0 0 124px;
	padding: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.living-villa-hotel-layout .trendy-hotel-hero-copy-wrap {
	padding: 22px 0 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-body {
	display: block;
	padding: 0;
}

.living-villa-hotel-layout .trendy-eyebrow {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 26px;
	color: #4f5c49;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.living-villa-hotel-layout .trendy-eyebrow::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background:
		linear-gradient(45deg, transparent 45%, #a9874b 46% 54%, transparent 55%),
		radial-gradient(ellipse at 68% 30%, transparent 42%, #a9874b 44% 52%, transparent 54%),
		radial-gradient(ellipse at 32% 70%, transparent 42%, #a9874b 44% 52%, transparent 54%);
}

.living-villa-hotel-layout .trendy-hotel-hero-title {
	max-width: 560px;
	margin: 0;
	color: #2f4434;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: .98;
	letter-spacing: 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-excerpt {
	max-width: 385px;
	margin: 28px 0 0;
	color: #606961;
	font-size: 17px;
	line-height: 1.75;
}

.living-villa-hotel-layout .trendy-hotel-hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	max-width: 480px;
	margin: 34px 0 34px;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 4px 9px;
	align-items: center;
	min-height: 66px;
	padding: 13px 20px;
	border-left: 1px solid #eadfd2;
	border-top: 1px solid #eadfd2;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact:nth-child(odd) {
	padding-left: 0;
	border-left: 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact:nth-child(even) {
	padding-right: 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact:nth-child(-n+2) {
	padding-top: 0;
	border-top: 0;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact__icon {
	grid-row: span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #bd684c;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact__icon svg,
.living-villa-hotel-layout .trendy-hotel-hero-fact__icon img,
.living-villa-hotel-layout .trendy-hotel-hero-fact__icon i {
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact__value {
	color: #2f4434;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.living-villa-hotel-layout .trendy-hotel-hero-fact__label {
	color: #686f68;
	font-size: 12px;
	line-height: 1.25;
}

.living-villa-hotel-layout .trendy-hotel-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.living-villa-hotel-layout .trendy-hotel-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 158px;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid #2f5632;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.living-villa-hotel-layout .trendy-hotel-button--primary {
	background: #2f5632;
	color: #fff;
	box-shadow: 0 10px 22px rgba(47, 86, 50, .18);
}

.living-villa-hotel-layout .trendy-hotel-button--outline {
	background: transparent;
	color: #2f5632;
}

.living-villa-hotel-layout .trendy-hotel-hero-gallery-wrap {
	position: relative;
	padding-bottom: 40px;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout {
	display: grid;
	grid-template-columns: 1.55fr .55fr .55fr;
	grid-template-rows: 148px 148px 148px;
	gap: 10px;
	min-height: 464px;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: #e8efe8;
	box-shadow: none;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__link {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item.is-featured {
	grid-row: span 3;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(2),
.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(3) {
	grid-column: 2 / 4;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item img,
.living-villa-hotel-layout .trendy-hotel-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item.has-more img {
	filter: brightness(.62);
	transition: transform .25s ease, filter .25s ease;
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item.has-more:hover img {
	filter: brightness(.54);
	transform: scale(1.04);
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__more {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__hidden {
	display: none;
}

.living-villa-hotel-layout .trendy-hotel-floating-price {
	position: absolute;
	right: 18px;
	bottom: -70px;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 32px;
	min-width: 430px;
	padding: 18px 20px;
	border: 18px solid #fff;
	border-radius: 14px;
	background: #2f5632;
	color: #fff;
	box-shadow: 0 18px 36px rgba(47, 41, 31, .18);
}

.living-villa-hotel-layout .trendy-hotel-floating-price span {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.living-villa-hotel-layout .trendy-hotel-floating-price strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.living-villa-hotel-layout .trendy-hotel-floating-price__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 48px;
	margin-left: auto;
	border-radius: 6px;
	background: #cf7650;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.living-villa-hotel-layout .trendy-hotel-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 34px;
	align-items: start;
	margin-top: 0;
}

.living-villa-hotel-layout .trendy-hotel-main {
	display: block;
	min-width: 0;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav-wrap {
	position: relative;
	z-index: 6;
	min-height: 58px;
	margin: 0 0 34px;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav {
	position: relative;
	top: auto;
	left: auto;
	z-index: 7;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
	border-bottom: 1px solid #ded8ce;
	background: rgba(255, 255, 255, .92);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav.is-fixed {
	position: fixed;
	top: var(--trendy-anchor-nav-top, 0);
	left: var(--trendy-anchor-nav-left, 0);
	width: var(--trendy-anchor-nav-width, 100%);
	box-shadow: 0 12px 24px rgba(47, 41, 31, .08);
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav.is-ended {
	position: absolute;
	top: var(--trendy-anchor-nav-end-top, 0);
	left: 0;
	width: 100%;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 14px;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #555c55;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav a.is-active,
.living-villa-hotel-layout .trendy-hotel-anchor-nav a[aria-current="true"] {
	border-bottom-color: #2f5632;
	background: rgba(47, 86, 50, .05);
	color: #2f5632;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav a:hover {
	background: rgba(47, 86, 50, .04);
	color: #2f5632;
}

.living-villa-hotel-layout .trendy-hotel-anchor-nav a.is-active:hover,
.living-villa-hotel-layout .trendy-hotel-anchor-nav a[aria-current="true"]:hover {
	border-bottom-color: #2f5632;
	background: rgba(47, 86, 50, .07);
	color: #2f5632;
}


.living-villa-hotel-layout .trendy-hotel-content-card,
.living-villa-hotel-layout .trendy-hotel-booking-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.living-villa-hotel-layout .trendy-hotel-content-card {
	margin-bottom: 40px;
	padding-bottom: 34px;
	border-bottom: 1px solid #ded8ce;
}

.living-villa-hotel-layout .trendy-hotel-section-heading h2,
.living-villa-hotel-layout .trendy-hotel-booking-card__head h2 {
	position: relative;
	margin: 0 0 26px;
	color: #334637;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.2;
}

.living-villa-hotel-layout .trendy-hotel-booking-card__head h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 12px;
	background: #c97553;
}

.living-villa-hotel-layout .trendy-trip-facts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 34px;
	padding: 2px 0 26px;
	border: 0;
}

.living-villa-hotel-layout .trendy-trip-facts__item {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 8px 14px;
	align-items: center;
}

.living-villa-hotel-layout .trendy-trip-facts__icon {
	width: 30px;
	min-height: 30px;
	color: #2f5632;
}

.living-villa-hotel-layout .trendy-trip-facts__icon svg,
.living-villa-hotel-layout .trendy-trip-facts__icon img,
.living-villa-hotel-layout .trendy-trip-facts__icon i {
	width: 28px;
	height: 28px;
}

.living-villa-hotel-layout .trendy-trip-facts__label {
	color: #7b8078;
	font-size: 13px;
}

.living-villa-hotel-layout .trendy-trip-facts__value {
	color: #2d3930;
	font-size: 14px;
	font-weight: 800;
}

.living-villa-hotel-layout .trendy-hotel-richtext {
	max-width: 760px;
	color: #606961;
	font-size: 14px;
	line-height: 1.72;
}

.living-villa-hotel-layout .trendy-hotel-richtext p {
	margin: 0 0 11px;
}

.living-villa-hotel-layout .trendy-hotel-amenities-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ded8ce;
	border-left: 1px solid #ded8ce;
}

.living-villa-hotel-layout .trendy-hotel-amenities-grid li {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 70px;
	padding: 14px 16px;
	border-right: 1px solid #ded8ce;
	border-bottom: 1px solid #ded8ce;
	color: #5f675f;
	font-size: 14px;
}

.living-villa-hotel-layout .trendy-hotel-amenity-icon {
	width: 28px;
	height: 28px;
	color: #2f5632;
}

.living-villa-hotel-layout .trendy-hotel-room-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.living-villa-hotel-layout .trendy-hotel-room-list__item {
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
	padding: 0;
	border: 1px solid #eadfd2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(47, 41, 31, .05);
}

.living-villa-hotel-layout .trendy-hotel-room-list__item.has-gallery {
	grid-template-columns: none;
}

.living-villa-hotel-layout .trendy-hotel-room-list__gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 0;
	aspect-ratio: 1.55 / 1;
	background: #edf3ef;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__slider,
.living-villa-hotel-layout .trendy-villa-room-gallery__slider .swiper-wrapper,
.living-villa-hotel-layout .trendy-villa-room-gallery__slide {
	width: 100%;
	height: 100%;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__slide {
	overflow: hidden;
	background: #edf3ef;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: #2f5632;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(32, 40, 33, .16);
	transform: translateY(-50%);
	transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__nav span {
	font-size: 17px;
	line-height: 1;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__nav:hover {
	background: #2f5632;
	color: #fff;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__nav--prev {
	left: 10px;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__nav--next {
	right: 10px;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__pagination {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	gap: 6px;
	pointer-events: none;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 0;
	background: rgba(255, 255, 255, .9);
	opacity: .75;
	box-shadow: 0 1px 4px rgba(32, 40, 33, .18);
	pointer-events: auto;
}

.living-villa-hotel-layout .trendy-villa-room-gallery__pagination .swiper-pagination-bullet-active {
	background: #1f7aeb;
	opacity: 1;
}

.living-villa-hotel-layout .trendy-hotel-room-list__body {
	padding: 16px 16px 0;
}

.living-villa-hotel-layout .trendy-hotel-room-list__body h3 {
	margin: 0 0 10px;
	color: #334637;
	font-size: 19px;
	line-height: 1.25;
}

.living-villa-hotel-layout .trendy-hotel-room-list__capacity {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: #5d655f;
	font-size: 13px;
}

.living-villa-hotel-layout .trendy-hotel-room-list__desc {
	margin-top: 12px;
	color: #666e67;
	font-size: 13px;
	line-height: 1.55;
}

.living-villa-hotel-layout .trendy-hotel-room-list__desc p {
	margin: 0;
}

.living-villa-hotel-layout .trendy-hotel-room-list__side {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 14px 16px 16px;
}

.living-villa-hotel-layout .trendy-hotel-room-list__price {
	color: #c56d4b;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
}

.living-villa-hotel-layout .trendy-hotel-room-list__price span {
	display: block;
	margin-bottom: 3px;
	color: #b4684c;
	font-size: 11px;
	font-weight: 700;
}

.living-villa-hotel-layout .trendy-hotel-room-list__side::after {
	content: "View details";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	min-height: 31px;
	border: 1px solid #7f8a76;
	border-radius: 999px;
	color: #2f5632;
	font-size: 12px;
	font-weight: 800;
}

.living-villa-hotel-layout .trendy-hotel-sidebar {
	position: sticky;
	top: 78px;
	display: grid;
	gap: 10px;
}

.living-villa-hotel-layout .trendy-hotel-sidebar .trendy-hotel-booking-card {
	padding: 32px;
	border: 1px solid #eadfd2;
	border-radius: 12px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 18px 38px rgba(47, 41, 31, .06);
}

.living-villa-hotel-layout .living-villa-hotline {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
}

.living-villa-hotel-layout .living-villa-hotline span {
	color: #bd684c;
	font-size: 12px;
	font-weight: 700;
}

.living-villa-hotel-layout .living-villa-hotline a {
	color: #bd684c;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	text-decoration: none;
}

.living-villa-hotel-layout .wpcf7 form {
	display: grid;
	gap: 12px;
}

.living-villa-hotel-layout .wpcf7 p {
	margin: 0;
}

.living-villa-hotel-layout .wpcf7 input:not([type="submit"]),
.living-villa-hotel-layout .wpcf7 textarea,
.living-villa-hotel-layout .wpcf7 select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #eadfd2;
	border-radius: 6px;
	background: rgba(255, 255, 255, .86);
	color: #334637;
	box-shadow: none;
	font-size: 13px;
}

.living-villa-hotel-layout .wpcf7 textarea {
	min-height: 112px;
	resize: vertical;
}

.living-villa-hotel-layout .wpcf7 input[type="submit"] {
	width: 100%;
	min-height: 50px;
	margin: 4px 0 0;
	border: 0;
	border-radius: 6px;
	background: #2f5632;
	color: #fff;
	font-weight: 800;
}

.living-villa-hotel-layout .trendy-hotel-map-card {
	margin-top: 0;
}

.living-villa-hotel-layout .trendy-hotel-map {
	overflow: hidden;
	border-radius: 8px;
	background: #e8efe8;
	aspect-ratio: 1.05 / 1;
}

.living-villa-hotel-layout .trendy-hotel-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.living-villa-hotel-layout .trendy-hotel-map-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 34px;
	margin-top: 14px;
	border: 1px solid #7f8a76;
	border-radius: 999px;
	color: #2f5632;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1120px) {

	.living-villa-hotel-layout .trendy-hotel-hero-card,
	.living-villa-hotel-layout .trendy-hotel-layout {
		grid-template-columns: 1fr;
	}

	.living-villa-hotel-layout .trendy-hotel-floating-price {
		right: 20px;
	}

	.living-villa-hotel-layout .trendy-hotel-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 849px) {
	.living-villa-hotel-layout .trendy-hotel-single {
		padding-top: 10px;
	}

	.living-villa-hotel-layout .trendy-hotel-hero-card {
		gap: 26px;
		margin-bottom: 54px;
	}

	.living-villa-hotel-layout .trendy-hotel-hero-title {
		font-size: clamp(48px, 15vw, 70px);
	}

	.living-villa-hotel-layout .trendy-hotel-hero-facts,
	.living-villa-hotel-layout .trendy-trip-facts__grid,
	.living-villa-hotel-layout .trendy-hotel-amenities-grid,
	.living-villa-hotel-layout .trendy-hotel-room-list,
	.living-villa-hotel-layout .trendy-hotel-sidebar {
		grid-template-columns: 1fr;
	}

	.living-villa-hotel-layout .trendy-hotel-hero-facts {
		border-right: 0;
	}

	.living-villa-hotel-layout .trendy-hotel-hero-fact {
		padding: 12px 0;
		border-left: 0;
		border-top: 0;
		border-bottom: 1px solid #eadfd2;
	}

	.living-villa-hotel-layout .trendy-hotel-hero-fact:last-child {
		border-bottom: 0;
	}

	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		min-height: 0;
	}

	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item,
	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item.is-featured,
	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(4),
	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(5),
	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(2),
	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item:nth-child(3) {
		display: block;
		width: auto;
		height: auto;
		margin-right: 0;
		aspect-ratio: 4 / 3;
		grid-row: auto;
		grid-column: auto;
	}

	.living-villa-hotel-layout .trendy-hotel-gallery-grid-layout__item.is-featured {
		grid-column: 1 / -1;
	}

	.living-villa-hotel-layout .trendy-hotel-floating-price {
		position: static;
		min-width: 0;
		margin: 14px 0 0;
		border-width: 10px;
		flex-wrap: wrap;
	}

	.living-villa-hotel-layout .trendy-hotel-anchor-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
