body.vc-travelfic-child .tf-search-result,
body.vc-travelfic-child .tf-archive-template,
body.vc-travelfic-child .tf-single-template,
body.vc-travelfic-child .tourfic-single-left,
body.vc-travelfic-child .tourfic-single-right,
body.vc-travelfic-child .woocommerce form.checkout,
body.vc-travelfic-child .woocommerce-checkout-review-order {
	max-width: 100%;
}

body.vc-travelfic-child .tf-search-result *,
body.vc-travelfic-child .tf-archive-template *,
body.vc-travelfic-child .tf-single-template *,
body.vc-travelfic-child .woocommerce * {
	min-width: 0;
}

body.vc-travelfic-child .woocommerce table.shop_table {
	width: 100%;
	table-layout: auto;
}

body.vc-travelfic-child:not(.home) .tf-search-result,
body.vc-travelfic-child:not(.home) .tf-archive-template {
	width: min(1280px, calc(100vw - 48px));
	max-width: 100%;
	margin-inline: auto;
	margin-block: 1.5rem 0;
}

body.vc-travelfic-child:not(.home) .tf-page-content {
	width: 100%;
}

body.vc-travelfic-child:not(.home) .tf-archive-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin-bottom: 1.5rem;
}

body.vc-travelfic-child:not(.home) .tf-search-result {
	flex: 1;
	min-width: 220px;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 1rem;
	font-weight: 600;
}

body.vc-travelfic-child:not(.home) .tf-total-results span {
	font-size: 1.4rem;
	font-weight: 700;
	color: #0e3dd8;
}

body.vc-travelfic-child:not(.home) .tf-search-layout {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.45rem;
}

body.vc-travelfic-child:not(.home) .tf-search-layout .tf-icon {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.vc-travelfic-child:not(.home) .tf-search-layout .tf-icon.active {
	background: #0e3dd8;
	border-color: #0e3dd8;
	color: #fff;
}

body.vc-travelfic-child:not(.home) .tf-search-layout .tf-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

body.vc-travelfic-child:not(.home) .tf-sorting-selection-warper {
	position: relative;
	flex: 0 0 auto;
	min-width: 220px;
	width: min(260px, 100%);
}

body.vc-travelfic-child:not(.home) .tf-archive-ordering {
	position: relative;
	width: 100%;
}

body.vc-travelfic-child:not(.home) .tf-orderby {
	width: 100%;
	appearance: none;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 14px;
	padding: 0.65rem 1rem;
	font-family: inherit;
	font-size: 0.95rem;
	background: #fff;
}

body.vc-travelfic-child:not(.home) .tf-archive-ordering i {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(15, 23, 42, 0.5);
}

body.vc-travelfic-child:not(.home) .tf-search-results-list {
	width: 100%;
}

body.vc-travelfic-child:not(.home) .archive_ajax_result.tf-item-cards {
	gap: 24px;
	width: 100%;
}

body.vc-travelfic-child:not(.home) .archive_ajax_result.tf-layout-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

body.vc-travelfic-child:not(.home) .archive_ajax_result.tf-layout-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(280px, 1fr));
	gap: 24px;
}

body.vc-travelfic-child:not(.home) .tf-item-card {
	background: #fff;
	flex: 1;
	border-radius: 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	transition: transform 0.2s ease;
}

body.vc-travelfic-child:not(.home) .tf-item-card:hover {
	transform: translateY(-4px);
}

body.vc-travelfic-child:not(.home) .tf-item-featured {
	width: 100%;
	height: auto;
}

body.vc-travelfic-child:not(.home) .tf-item-featured img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

body.vc-travelfic-child:not(.home) .tf-item-details {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	flex: 1;
}

body.vc-travelfic-child:not(.home) .tf-title h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 1.6rem);
	line-height: 1.3;
}

body.vc-travelfic-child:not(.home) .tf-title a {
	color: #0f172a;
	font-weight: 700;
}

body.vc-travelfic-child:not(.home) .tf-title-meta p {
	margin: 0;
	font-size: 0.95rem;
	color: #4b5563;
}

body.vc-travelfic-child:not(.home) .tf-archive-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

body.vc-travelfic-child:not(.home) .tf-feature-lists {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	border-radius: 12px;
	background: #eef2ff;
	color: #0e3dd8;
	font-size: 0.8rem;
	padding: 0.3rem 0.75rem;
}

body.vc-travelfic-child:not(.home) .tf-details p {
	margin: 0;
	color: #334155;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.vc-travelfic-child:not(.home) .tf-post-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	margin-top: auto;
}

body.vc-travelfic-child:not(.home) .tf-pricing {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
}

body.vc-travelfic-child:not(.home) .tf-booking-bttns {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

body.vc-travelfic-child:not(.home) .tf-booking-bttns .tf_btn {
	margin: 0;
	min-width: 120px;
	font-size: 0.9rem;
}

body.vc-travelfic-child:not(.home) .tf-posts-navigation {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	padding-top: 1.5rem;
}

body.vc-travelfic-child:not(.home) .tf-posts-navigation .page-numbers {
	padding: 0.45rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(15, 23, 42, 0.25);
	color: #0f172a;
	font-weight: 500;
}

body.vc-travelfic-child:not(.home) .tf-posts-navigation .page-numbers.current {
	background: #0e3dd8;
	color: #fff;
	border-color: #0e3dd8;
}

@media (max-width: 1099px) {
	body.vc-travelfic-child:not(.home) .archive_ajax_result.tf-layout-grid {
		grid-template-columns: repeat(2, minmax(260px, 1fr));
	}
	body.vc-travelfic-child:not(.home) .tf-archive-head {
		flex-direction: column;
		align-items: flex-start;
	}
	body.vc-travelfic-child:not(.home) .tf-sorting-selection-warper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	body.vc-travelfic-child:not(.home) .archive_ajax_result.tf-layout-grid {
		grid-template-columns: 1fr;
	}
	body.vc-travelfic-child:not(.home) .tf-archive-head {
		flex-direction: column;
	}
	body.vc-travelfic-child:not(.home) .tf-search-layout {
		justify-content: flex-start;
	}
	body.vc-travelfic-child:not(.home) .tf-search-layout .tf-icon {
		width: 44px;
		height: 44px;
	}
	body.vc-travelfic-child:not(.home) .tf-booking-bttns {
		width: 100%;
		justify-content: center;
	}
}
/* Search page wrapper tweaks */
.vc-search-page {
	width: 100%;
}
.vc-search-page__inner {
	width: min(1440px, calc(100vw - 48px));
	margin-inline: auto;
	padding: 0;
}
@media (max-width: 768px) {
	.vc-search-page__inner {
		width: min(100% - 24px, 1440px);
	}
}

.vc-search-page .tf-page-header,
.vc-search-page .tf-archive-head,
.vc-search-page .tf-search-results-list,
.vc-search-page .archive_ajax_result,
.vc-search-page .tf-archive-template,
.vc-search-page .tf-search-result {
	width: 100%;
}

.vc-search-page .tf-archive-head {
	margin-bottom: 1.5rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.vc-search-page .tf-search-result {
	flex: 1 1 auto;
	min-width: 220px;
}

.vc-search-page .tf-search-layout,
.vc-search-page .tf-archive-ordering {
	flex: 0 0 auto;
}

.vc-search-page .tf-archive-ordering {
	min-width: 220px;
	max-width: 320px;
}

.vc-search-page #loader {
	width: 100%;
	margin: 0;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	background: transparent;
}

.vc-search-page .tf-search-results-list {
	width: 100%;
}

.vc-search-page #tf_ajax_searchresult_loader {
	width: 100%;
	margin: 0;
	display: none;
}
.vc-search-page #tf_ajax_searchresult_loader[style*="display:block"] {
	display: flex;
	min-height: 64px;
	max-height: 80px;
	align-items: center;
	justify-content: center;
	margin: 8px 0 16px;
}

.vc-search-page .archive_ajax_result {
	width: 100%;
	gap: 18px;
}

.vc-search-page .archive_ajax_result.tf-layout-grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 24px;
}
@media (min-width: 768px) {
	.vc-search-page .archive_ajax_result.tf-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1200px) {
	.vc-search-page .archive_ajax_result.tf-layout-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.vc-search-page .tf-archive-filter,
.vc-search-page .tf-archive-filter-sidebar {
	display: none;
}

.vc-search-page .tf-item-card {
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(15, 23, 42, 0.05);
}

.vc-search-page .tf-item-featured {
	width: 100%;
}

.vc-search-page .tf-item-featured img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.vc-search-page .tf-item-details {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 1;
}

.vc-search-page .tf-details p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vc-search-page .tf-post-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.vc-search-page .tf-search-layout .tf-icon {
	width: 48px;
	height: 48px;
}

.vc-search-page .archive_ajax_result.tf-layout-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-card {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) minmax(0, 170px);
	gap: 12px;
	align-items: center;
	padding: 14px 16px;
	min-height: 0;
	width: 100%;
	box-sizing: border-box;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured {
	grid-column: 1;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 12px;
	flex-shrink: 0;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured a,
.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-details {
	grid-column: 2 / span 2;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 150px);
	grid-auto-rows: auto;
	gap: 0.6rem 0;
	min-height: 0;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-details > *:not(.tf-post-footer) {
	grid-column: 1;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-post-footer {
	grid-column: 2;
	align-self: stretch;
	justify-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-pricing,
.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns {
	width: 100%;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-pricing {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: flex-end;
	justify-content: flex-end;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns .tf_btn {
	width: 100%;
	min-width: 0;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-title h2 {
	font-size: 1.18rem;
	line-height: 1.35;
	margin-bottom: 4px;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-title-meta p {
	font-size: 0.875rem;
	line-height: 1.4;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-archive-features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	max-height: none;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-archive-features li {
	font-size: 0.72rem;
	line-height: 1.4;
	color: #0e3dd8;
	background: rgba(14, 61, 216, 0.08);
	border-radius: 999px;
	padding: 0.2rem 0.6rem;
}

.vc-search-page .archive_ajax_result.tf-layout-list .tf-details p {
	-webkit-line-clamp: 2;
	max-height: 3rem;
	color: #475569;
	font-size: 0.9rem;
	line-height: 1.45;
}

@media (max-width: 1199px) {
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-card {
		grid-template-columns: 130px minmax(0, 1fr);
		grid-template-rows: auto auto;
		padding: 16px;
		min-height: auto;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured {
		width: 130px;
		height: 120px;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-details {
		grid-column: 2;
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-post-footer {
		grid-column: 1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns .tf_btn {
		width: auto;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 0.5rem;
	}
}

@media (max-width: 767px) {
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-card {
		grid-template-columns: 96px minmax(0, 1fr);
		grid-template-rows: auto auto;
		padding: 16px;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured {
		width: 96px;
		height: 96px;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-details {
		grid-template-columns: minmax(0, 1fr);
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-post-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-booking-bttns .tf_btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.vc-search-page .archive_ajax_result.tf-layout-list .tf-item-featured {
		width: 88px;
		height: 88px;
	}
}

.vc-search-page .tft-pagination {
	width: 100%;
	margin-top: 28px;
	display: flex;
	justify-content: center;
	clear: both;
}

.vc-search-page {
	background: #f3f6ff;
	color: #0f172a;
	font-family: 'Century Gothic', 'CenturyGothic', 'Trebuchet MS', 'Segoe UI', sans-serif;
	padding-bottom: 30px;
}

.vc-search-page__inner {
	background: #fff;
	border-radius: 32px 32px 16px 16px;
	box-shadow: 0 40px 80px rgba(15, 23, 42, 0.18);
	padding: clamp(20px, 4vw, 48px) clamp(16px, 3vw, 48px) 48px;
}

.vc-search-page .tf-archive-head {
	padding: 1.25rem 1.5rem;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(16, 32, 51, 0.12);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	width: 100%;
}

.vc-search-page .tf-search-result {
	font-size: 1rem;
	letter-spacing: 0.01em;
	color: #10245c;
}

.vc-search-page .tf-search-layout {
	padding: 0.35rem 0.75rem;
	border-radius: 18px;
	background: #eef1ff;
	border: 1px solid rgba(82, 110, 255, 0.25);
	gap: 0.5rem;
	flex-wrap: wrap;
}

.vc-search-page .tf-search-layout .tf-icon {
	background: #fff;
	border-color: rgba(16, 32, 51, 0.12);
	color: #334155;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vc-search-page .tf-search-layout .tf-icon.active {
	background: #10245c;
	border-color: #10245c;
	color: #fff;
}

.vc-search-page .tf-search-results-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.vc-search-page .archive_ajax_result {
	gap: 22px;
	display: grid;
}

.vc-search-page .archive_ajax_result.tf-layout-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	width: 100%;
}

.vc-search-page .tf-item-card {
	border-radius: 24px;
	border: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: 0 35px 50px rgba(15, 23, 42, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.vc-search-page .tf-item-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 45px 65px rgba(15, 23, 42, 0.18);
}

.vc-search-page .tf-item-featured img {
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.vc-search-page .tf-item-details {
	gap: 0.75rem;
	color: #475569;
	padding-bottom: 1rem;
}

.vc-search-page .tf-title a {
	color: #10245c;
	font-weight: 700;
}

.vc-search-page .tf-archive-features li {
	background: rgba(14, 61, 216, 0.08);
	color: #10245c;
	border-radius: 999px;
	padding: 0.2rem 0.6rem;
	font-size: 0.75rem;
}

.vc-search-page .tf-post-footer {
	margin-top: auto;
	gap: 0.75rem;
	align-items: center;
	justify-content: space-between;
}

.vc-search-page .tf-pricing {
	font-size: 1.35rem;
	font-weight: 700;
	color: #10245c;
	letter-spacing: normal;
}

.vc-search-page .tf-booking-bttns {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	align-items: flex-end;
	justify-content: center;
}

.vc-search-page .tf-booking-bttns .tf_btn {
	min-width: 140px;
	border-radius: 999px;
	padding: 0.65rem 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background: #ed2649;
	color: #fff;
	box-shadow: 0 12px 30px rgba(237, 38, 73, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vc-search-page .tf-booking-bttns .tf_btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(237, 38, 73, 0.35);
}

@media (max-width: 1199px) {
	.vc-search-page .tf-booking-bttns {
		align-items: stretch;
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.vc-search-page__inner {
		padding: 24px 18px 32px;
	}
	.vc-search-page .tf-booking-bttns {
		flex-direction: column;
		width: 100%;
	}
	.vc-search-page .tf-booking-bttns .tf_btn {
		min-width: 100%;
	}
}

/* Hotel results layout overrides (temporary until hotels.css is writable) */
.vc-search-page.vc-hotels-page {
    background: #f3f6ff;
}

.vc-search-page.vc-hotels-page .vc-search-page__form-card {
    background: #fff;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 24px;
    padding: clamp(18px, 2vw, 28px);
    box-shadow: 0 25px 45px rgba(16, 36, 92, 0.1);
    margin-bottom: clamp(28px, 3vw, 42px);
}

.vc-hotel-results-layout {
    width: 100%;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    align-items: flex-start;
}

.vc-hotel-filter-column {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.vc-hotel-filter-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(16, 36, 92, 0.12);
    padding: 18px;
    box-shadow: 0 20px 35px rgba(16, 36, 92, 0.08);
}

.vc-hotel-filter-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #10245c;
}

.vc-filter-close {
    display: none;
    background: #f3f6ff;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 600;
    color: #10245c;
    cursor: pointer;
}

.vc-hotel-filter-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vc-hotel-filter-card__empty {
    font-size: 0.95rem;
    color: #475569;
    margin: 0;
}

.vc-hotel-results-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vc-hotel-results-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.vc-filters-toggle {
    border: 1px solid rgba(16, 36, 92, 0.25);
    background: #fff;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #10245c;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vc-filters-toggle:hover,
.vc-filters-toggle:focus-visible {
    border-color: #10245c;
    background: rgba(16, 36, 92, 0.08);
}

.vc-filter-overlay {
    display: none;
}

.vc-hotel-results-layout--filters-open .vc-filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 18;
}

.vc-hotel-results-layout--filters-open .vc-hotel-filter-column {
    z-index: 20;
}

.vc-hotel-results-content .tf-archive-head {
    background: #fff;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 25px 35px rgba(16, 36, 92, 0.08);
    margin-bottom: 18px;
}

.vc-hotel-results-content .tf-archive-head .tf-search-result {
    font-size: 1rem;
    font-weight: 600;
    color: #10245c;
}

.vc-hotel-results-content .tf-archive-head .tf-search-layout {
    border: none;
    padding: 0;
    gap: 10px;
}

.vc-hotel-results-content .tf-archive-head .tf-search-layout .tf-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(16, 36, 92, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9ff;
}

.vc-hotel-results-content .tf-archive-head .tf-search-layout .tf-icon.active {
    background: #10245c;
    border-color: #10245c;
    color: #fff;
}

.vc-hotel-results-content .tf-archive-head .tf-sorting-selection-warper {
    min-width: 220px;
}

.vc-hotel-results-content .tf-archive-head .tf-orderby {
    border-radius: 14px;
    border: 1px solid rgba(16, 36, 92, 0.15);
    padding: 0.65rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #10245c;
}

.vc-hotel-results-content .tf-archive-filter-showing {
    display: none;
}

.vc-hotel-results-content .tf-total-results.tf-mobile-results {
    display: none;
}

.vc-search-page .archive_ajax_result.tf-layout-list {
    display: grid;
    gap: 24px;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 210px;
    min-height: 220px;
    background: #fff;
    border: 1px solid rgba(16, 36, 92, 0.12);
    border-radius: 16px;
    box-shadow: 0 25px 45px rgba(16, 36, 92, 0.08);
    overflow: hidden;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-featured {
    grid-row: 1 / -1;
    width: 280px;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 0 0 16px;
    display: block;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-details {
    grid-column: 2;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-title h2 {
    font-size: clamp(1.4rem, 2vw, 1.65rem);
    color: #10245c;
    margin: 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-title h2 a {
    color: inherit;
    text-decoration: none;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-title-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5468af;
    font-size: 0.95rem;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-title-meta p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #475569;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-archive-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-archive-features li {
    font-size: 0.75rem;
    line-height: 1.3;
    color: #10245c;
    background: rgba(16, 36, 92, 0.08);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-details p {
    margin: 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-post-footer {
    grid-column: 3;
    border-left: 1px solid rgba(16, 36, 92, 0.1);
    border-radius: 0 16px 16px 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 100%;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-pricing {
    font-size: 1.6rem;
    font-weight: 700;
    color: #10245c;
    text-align: right;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-booking-bttns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-booking-bttns .tf_btn {
    width: 100%;
    border-radius: 12px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0.85rem 1rem;
    background: #ed2649;
    border: none;
    color: #fff;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-grid .tf-item-card {
    border-radius: 20px;
    border: 1px solid rgba(16, 36, 92, 0.12);
    box-shadow: 0 18px 40px rgba(16, 36, 92, 0.12);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-grid .tf-item-featured img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.vc-hotel-results-content .archive_ajax_result.tf-layout-grid .tf-item-details {
    padding: 18px;
}

.vc-hotel-results-content .tf_posts_navigation {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.vc-hotel-results-content .tf_posts_navigation .page-numbers {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 36, 92, 0.25);
    font-weight: 600;
    color: #10245c;
}

.vc-hotel-results-content #tf_ajax_searchresult_loader {
    width: 100%;
    margin: 8px 0 16px;
}

.vc-hotel-results-content #tf_ajax_searchresult_loader[style*="display:block"] {
    display: flex;
    min-height: 60px;
    max-height: 80px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .vc-hotel-results-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-card {
        grid-template-columns: 210px minmax(0, 1fr);
        grid-template-rows: auto auto;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-post-footer {
        grid-column: 1 / -1;
        border-left: none;
        border-top: 1px solid rgba(16, 36, 92, 0.1);
        border-radius: 0 0 16px 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
    }
}

@media (max-width: 900px) {
    .vc-hotel-results-layout {
        grid-template-columns: 1fr;
    }
    .vc-hotel-results-column .vc-hotel-results-toolbar {
        justify-content: flex-start;
    }
    .vc-hotel-filter-column {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(320px, 80vw);
        max-width: 340px;
        transform: translateX(-110%);
        transition: transform 0.3s ease;
        z-index: 20;
        background: transparent;
    }
    .vc-hotel-results-layout--filters-open .vc-hotel-filter-column {
        transform: translateX(0);
    }
    .vc-hotel-filter-card {
        position: relative;
        height: 100%;
        max-height: 100vh;
        overflow-y: auto;
    }
    .vc-filter-close {
        display: inline-flex;
    }
    .vc-filter-overlay {
        display: block;
    }
    .vc-search-page__form-card,
    .vc-hotel-results-layout,
    .vc-hotel-results-column {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-card {
        grid-template-columns: 112px minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: auto;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-featured {
        width: 112px;
        aspect-ratio: 1 / 1;
        height: 112px;
        border-radius: 12px;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-details {
        padding: 16px;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-archive-features {
        gap: 0.25rem;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-booking-bttns {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-booking-bttns .tf_btn {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .vc-hotel-results-content .archive_ajax_result.tf-layout-list .tf-item-featured {
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 767px) {
    .vc-hotel-results-content .archive_ajax_result.tf-layout-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
