/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.tl-hero-note {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	margin: 8px auto 0;
	max-width: 720px;
}

.tl-google-sign-in.social_bt.google {
	background: #fff;
	border: 1px solid #dadce0;
	color: #3c4043;
	font-weight: 500;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.16);
}

.tl-google-sign-in.social_bt.google:hover,
.tl-google-sign-in.social_bt.google:focus {
	background: #f8faff;
	border-color: #c7d2e4;
	color: #202124;
}

.tl-google-sign-in.social_bt.google:before {
	content: "G";
	background: #fff;
	color: #3d2ed6;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.tl-google-sign-in.is-loading {
	opacity: .65;
	pointer-events: none;
}

.tl-language-selector {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 7px;
	box-shadow: 0 8px 22px rgba(16, 35, 55, 0.16);
	display: inline-flex;
	gap: 7px;
	margin-top: 16px;
	min-height: 42px;
	padding: 0 10px;
}

.tl-language-selector label {
	color: #1b74d6;
	font-size: 17px;
	margin: 0;
}

.tl-language-selector select {
	appearance: none;
	background: transparent url("../img/arrow_down.svg") no-repeat right 2px center;
	border: 0;
	color: #263544;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	min-width: 106px;
	outline: 0;
	padding: 8px 22px 8px 0;
}

.tl-language-selector select:disabled {
	cursor: wait;
	opacity: 0.65;
}

.tl-language-selector__status {
	color: #637487;
	font-size: 10px;
	font-weight: 700;
	white-space: nowrap;
}

.tl-language-selector__status.is-error {
	color: #b34b52;
}

.tl-filter-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(35, 47, 62, 0.08);
	margin-bottom: 28px;
	padding: 18px;
}

/* Shared listing pages */
.tl-listing-header {
	background: #fff;
	border-bottom: 1px solid #e9eef3;
	padding: 34px 0 30px;
}

.tl-listing-header__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.tl-listing-header__icon {
	align-items: center;
	background: #edf6ff;
	border-radius: 8px;
	color: #1b74d6;
	display: flex;
	flex: 0 0 48px;
	font-size: 24px;
	height: 48px;
	justify-content: center;
}

.tl-listing-header__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.tl-listing-header h1 {
	color: #25313f;
	font-size: 30px;
	margin: 0 0 4px;
}

.tl-listing-header p {
	color: #6f7d8c;
	font-size: 14px;
	margin: 0;
	max-width: 760px;
}

.tl-listing-layout {
	align-items: flex-start;
}

.tl-listing-sidebar {
	margin-bottom: 28px;
}

.tl-sidebar-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid #dfe7ef;
	border-radius: 8px;
	color: #25313f;
	display: none;
	font-size: 14px;
	font-weight: 600;
	gap: 9px;
	justify-content: center;
	margin-bottom: 16px;
	min-height: 48px;
	padding: 10px 16px;
	width: 100%;
}

.tl-sidebar-toggle i {
	color: #1b74d6;
	font-size: 18px;
}

.tl-sidebar-filter {
	background: #fff;
	border: 1px solid #e4ebf1;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(30, 52, 74, 0.08);
	overflow: hidden;
	padding: 18px;
}

.tl-sidebar-filter__header {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 12px;
	margin: -2px 0 18px;
	padding: 0 0 15px;
}

.tl-sidebar-filter__header i {
	align-items: center;
	background: #edf6ff;
	border-radius: 7px;
	color: #1b74d6;
	display: flex;
	flex: 0 0 36px;
	font-size: 17px;
	height: 36px;
	justify-content: center;
}

.tl-sidebar-filter__header span {
	color: #8291a1;
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: uppercase;
}

.tl-sidebar-filter__header h3 {
	font-size: 17px;
	margin: 0;
}

.tl-sidebar-field {
	margin-bottom: 14px;
}

.tl-sidebar-field label,
.tl-sidebar-group__button {
	color: #405164;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.tl-sidebar-field .form-control,
.tl-sidebar-field .form-select {
	background-color: #fbfcfd;
	border: 1px solid #dfe7ef;
	border-radius: 7px;
	color: #405164;
	font-size: 13px;
	height: 46px;
	padding-left: 13px;
	width: 100%;
}

.tl-sidebar-field .form-control:focus,
.tl-sidebar-field .form-select:focus {
	background: #fff;
	border-color: #80b7ee;
	box-shadow: 0 0 0 3px rgba(27, 116, 214, 0.1);
}

.tl-sidebar-group {
	border-top: 1px solid #edf1f5;
	margin-top: 17px;
	padding-top: 16px;
}

.tl-sidebar-group__button {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	justify-content: space-between;
	margin: 0 0 9px;
	padding: 0;
	width: 100%;
}

.tl-sidebar-options {
	display: grid;
	gap: 7px;
}

.tl-sidebar-option {
	align-items: center;
	color: #5f7082;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 9px;
	margin: 0;
	padding: 3px 0;
}

.tl-sidebar-option input {
	accent-color: #1b74d6;
	flex: 0 0 auto;
	height: 16px;
	margin: 0;
	width: 16px;
}

.tl-sidebar-filter__actions {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 16px;
}

.tl-sidebar-filter__actions button {
	align-items: center;
	background: #3d2ed6;
	border: 0;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
}

.tl-sidebar-filter__actions button:hover {
	background: #4132d4;
}

.tl-sidebar-filter__actions .tl-clear-filters {
	background: transparent;
	color: #738396;
	font-size: 11px;
	font-weight: 600;
	padding-left: 8px;
	padding-right: 8px;
}

.tl-sidebar-filter__actions .tl-clear-filters:hover {
	background: #edf6ff;
	color: #3d2ed6;
}

.tl-sidebar-filter__actions a {
	color: #738396;
	font-size: 11px;
	font-weight: 600;
}

.tl-listing-results-title {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.tl-listing-results-title h2 {
	font-size: 24px;
	margin: 0;
}

.tl-listing-results-title span {
	color: #738396;
	font-size: 12px;
}

.tl-card-meta {
	color: #6f7d8c;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px 16px;
	margin-top: 12px;
}

.tl-card-meta i {
	color: #1b8f7a;
	margin-right: 4px;
}

.tl-pill {
	background: #eef8f4;
	border-radius: 999px;
	color: #147963;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
}

.tl-section-title {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.tl-section-title p {
	color: #6f7d8c;
	margin: 0;
	max-width: 620px;
}

.tl-empty-state {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 8px;
	margin: 20px 0;
	padding: 36px;
	text-align: center;
}

.tl-empty-state h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

.tl-detail-hero {
	background-position: center;
	background-size: cover;
	position: relative;
}

.tl-detail-hero::before {
	background: linear-gradient(180deg, rgba(20, 27, 36, 0.2), rgba(20, 27, 36, 0.68));
	content: "";
	inset: 0;
	position: absolute;
}

.tl-detail-hero .wrapper {
	position: relative;
	z-index: 1;
}

.hero_in.adventure_detail.tl-detail-hero .wrapper .main_info h3 {
	font-size: 24px;
	line-height: 1.35;
	max-width: 860px;
}

.hero_in.adventure_detail.tl-detail-hero .wrapper .main_info {
	padding-bottom: 82px;
}

.hero_in.adventure_detail.tl-detail-hero .wrapper .main_info ul {
	margin-top: 18px;
}

.tl-journey-list-hero .tl-hero-note {
	max-width: 820px;
}

.tl-breadcrumb {
	color: #718092;
	font-size: 13px;
	margin-bottom: 18px;
}

.tl-breadcrumb a {
	color: #1b74d6;
}

.tl-info-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 20px 0;
}

.tl-info-item {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 8px;
	padding: 16px;
}

.tl-info-item span {
	color: #7b8794;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.tl-info-item strong {
	color: #25313f;
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.tl-did-you-know-card {
	align-items: flex-start;
	background: #f5faff;
	border: 1px solid #dbeafe;
	border-left: 5px solid #1b74d6;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	margin: 24px 0 28px;
	padding: 18px 20px;
}

.tl-did-you-know-card > img {
	border-radius: 8px;
	flex: 0 0 126px;
	height: 92px;
	object-fit: cover;
	width: 126px;
}

.tl-did-you-know-body {
	flex: 1 1 auto;
	min-width: 0;
}

.tl-did-you-know-card h3 {
	color: #0d3f73;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
}

.tl-did-you-know-card h4 {
	color: #25313f;
	font-size: 16px;
	margin: 0 0 8px;
}

.tl-did-you-know-card p,
.tl-did-you-know-card ul,
.tl-did-you-know-card ol {
	color: #000;
	margin-bottom: 8px;
}

.tl-did-you-know-card--compact {
	margin: 28px 0;
}

.tl-did-you-know-card--compact .btn_1 {
	margin-top: 6px;
}

.tl-temple-facts {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(28, 50, 73, 0.08);
	margin: 34px 0 38px;
	overflow: hidden;
}

.tl-temple-facts__heading {
	align-items: flex-start;
	border-left: 4px solid #3d2ed6;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	padding: 25px 28px 22px;
}

.tl-temple-facts__heading > div {
	min-width: 0;
}

.tl-temple-facts__heading span,
.tl-temple-facts-page-heading span {
	color: #3d2ed6;
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.tl-temple-facts__heading h2 {
	font-size: 24px;
	margin: 0 0 5px;
}

.tl-temple-facts__heading p {
	color: #3d2ed6;
	font-size: 12px;
	margin: 0;
}

.tl-temple-facts__heading > i {
	align-items: center;
	background: #dbeafe;
	border-radius: 8px;
	color: #3d2ed6;
	display: flex;
	flex: 0 0 46px;
	font-size: 22px;
	height: 46px;
	justify-content: center;
}

.tl-temple-facts__list {
	border-top: 1px solid #edf1f4;
	padding: 0 28px;
}

.tl-temple-fact {
	align-items: flex-start;
	display: flex;
	gap: 17px;
	padding: 22px 0;
}

.tl-temple-fact + .tl-temple-fact {
	border-top: 1px solid #edf1f4;
}

.tl-temple-fact__icon {
	align-items: center;
	background: #f3f7fb;
	border-radius: 8px;
	color: #3d2ed6;
	display: flex;
	flex: 0 0 42px;
	font-size: 19px;
	height: 42px;
	justify-content: center;
}

.tl-temple-fact__content {
	flex: 1 1 auto;
	min-width: 0;
}

.tl-temple-fact__badge {
	background: #f3f7fb;
	border-radius: 999px;
	color: #3d2ed6;
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	margin-bottom: 7px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px 8px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.tl-temple-fact h3 {
	color: #25313f;
	font-size: 16px;
	margin: 0 0 5px;
}

.tl-temple-fact p,
.tl-temple-fact__content > div {
	color: #586879;
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}

.tl-temple-fact:not(.tl-temple-fact--full) p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tl-temple-fact__content > div p:last-child,
.tl-temple-fact__content > div ul:last-child,
.tl-temple-fact__content > div ol:last-child {
	margin-bottom: 0;
}

.tl-temple-facts__footer {
	border-top: 1px solid #edf1f4;
	padding: 17px 28px 19px;
}

.tl-temple-facts__footer a {
	align-items: center;
	color: #3d2ed6;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
}

.tl-temple-facts-hero {
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 150px 0 82px;
	position: relative;
}

.tl-temple-facts-hero::before {
	background: linear-gradient(90deg, rgba(9, 26, 40, 0.78), rgba(9, 26, 40, 0.42));
	content: "";
	inset: 0;
	position: absolute;
}

.tl-temple-facts-hero .container {
	position: relative;
	z-index: 1;
}

.tl-temple-facts-hero span {
	color: #f1c66f;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.tl-temple-facts-hero h1 {
	color: #fff;
	font-size: 42px;
	margin: 8px 0 10px;
}

.tl-temple-facts-hero p {
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	max-width: 720px;
}

.tl-temple-facts-page-heading {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.tl-temple-facts-page-heading h2 {
	font-size: 28px;
	margin: 0 0 5px;
}

.tl-temple-facts-page-heading p {
	color: #718092;
	margin: 0;
}

.tl-temple-facts-page-heading strong {
	background: #fff7e8;
	border-radius: 999px;
	color: #936b24;
	font-size: 11px;
	padding: 7px 12px;
	white-space: nowrap;
}

.tl-temple-facts-group {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(28, 50, 73, 0.06);
	margin-bottom: 22px;
	overflow: hidden;
}

.tl-temple-facts-group__title {
	align-items: center;
	border-left: 4px solid #c5973e;
	display: flex;
	gap: 11px;
	padding: 18px 24px;
}

.tl-temple-facts-group__title i {
	color: #9a742d;
	font-size: 19px;
}

.tl-temple-facts-group__title h2 {
	font-size: 19px;
	margin: 0;
}

@media (max-width: 767px) {
	.tl-temple-facts {
		margin: 27px 0 31px;
	}

	.tl-temple-facts__heading {
		padding: 21px 18px 18px;
	}

	.tl-temple-facts__heading h2 {
		font-size: 21px;
	}

	.tl-temple-facts__heading > i {
		display: none;
	}

	.tl-temple-facts__list {
		padding: 0 18px;
	}

	.tl-temple-fact {
		gap: 13px;
		padding: 19px 0;
	}

	.tl-temple-fact__icon {
		flex-basis: 38px;
		height: 38px;
	}

	.tl-temple-facts__footer {
		padding: 16px 18px 18px;
	}

	.tl-temple-facts-hero {
		padding: 105px 0 55px;
		text-align: center;
	}

	.tl-temple-facts-hero h1 {
		font-size: 30px;
	}

	.tl-temple-facts-page-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.tl-temple-facts-group__title {
		padding: 16px 18px;
	}
}

.tl-home-did-you-know-section {
	margin-top: 12px;
}

.tl-fact-card {
	background: #f7fbff;
	border: 1px solid #dbeafe;
	border-left: 4px solid #3d2ed6;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 190px;
	padding: 16px;
}

.tl-fact-card-top {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.tl-fact-card-top img,
.tl-fact-icon {
	border-radius: 8px;
	flex: 0 0 80px;
	height: 80px;
	width: 80px;
}

.tl-fact-card-top img {
	object-fit: cover;
}

.tl-fact-icon {
	align-items: center;
	background: #eaf5ff;
	color: 3264ff;
	display: flex;
	font-size: 30px;
	justify-content: center;
}

.tl-fact-eyebrow {
	color: #3d2ed6;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
}

.tl-fact-card h3 {
	color: #25313f;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
}

.tl-fact-card p {
	color: #000;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 12px;
}

.tl-fact-card--listing {
	min-height: 0;
}

.tl-fact-content {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 12px;
}

.tl-fact-content p:last-child,
.tl-fact-content ul:last-child,
.tl-fact-content ol:last-child {
	margin-bottom: 0;
}

.tl-fact-link {
	color: #3d2ed6;
	font-size: 13px;
	font-weight: 700;
	margin-top: auto;
}

.tl-fact-meta {
	align-items: center;
	color: #6f7d8c;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 12px;
	margin: 2px 0 12px;
}

.tl-fact-meta i {
	color: #1b74d6;
	margin-right: 4px;
}

.tl-facts-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 26px;
}

.tl-facts-filter a {
	background: #fff;
	border: 1px solid #dbeafe;
	border-radius: 999px;
	color: #0d3f73;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 14px;
}

.tl-facts-filter a.active,
.tl-facts-filter a:hover {
	background: #1b74d6;
	border-color: #1b74d6;
	color: #fff;
}

.tl-map-frame {
	border: 0;
	border-radius: 8px;
	height: 320px;
	width: 100%;
}

.tl-gallery {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 20px 0 30px;
}

.tl-gallery a,
.tl-gallery img {
	border-radius: 8px;
	display: block;
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.tl-mini-card {
	background: #fff;
	border: 1px solid #e6edf2;
	border-radius: 8px;
	display: flex;
	gap: 14px;
	margin-bottom: 14px;
	padding: 12px;
}

.tl-mini-card img {
	border-radius: 8px;
	flex: 0 0 92px;
	height: 78px;
	object-fit: cover;
	width: 92px;
}

.tl-mini-card h4 {
	font-size: 16px;
	margin: 0 0 4px;
}

.tl-mini-card p {
	color: #6f7d8c;
	font-size: 13px;
	margin: 0;
}

.tl-related-insights-section {
	margin: 28px 0 32px;
}

.tl-related-insights-section .tl-section-title {
	margin-bottom: 16px;
}

.tl-related-insights-section .tl-section-title h2 {
	margin-bottom: 6px;
}

.tl-mini-card--insight {
	align-items: flex-start;
	height: 100%;
	margin-bottom: 0;
	min-height: 116px;
	padding: 10px;
	text-decoration: none;
}

.tl-mini-card--insight img {
	flex: 0 0 96px;
	height: 96px;
	width: 96px;
}

.tl-insight-mini-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.tl-insight-mini-card__badge {
	align-self: flex-start;
	font-size: 10px;
	max-width: 100%;
	overflow: hidden;
	padding: 4px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tl-mini-card--insight h4 {
	color: #25313f;
	display: -webkit-box;
	font-size: 15px;
	line-height: 1.3;
	margin: 6px 0 5px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tl-mini-card--insight p {
	align-items: center;
	display: flex;
	gap: 4px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.tl-mini-card--insight p i {
	color: #1b8f7a;
}

.tl-insight-mini-card__link {
	color: #238044;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: auto;
}

.tl-sidebar-box {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(35, 47, 62, 0.08);
	margin-bottom: 22px;
	padding: 24px;
}

.tl-sidebar-box h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.tl-video {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
}

.tl-video iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.tl-profile-side {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(35, 47, 62, 0.08);
	padding: 24px;
	text-align: center;
}

.tl-profile-side img,
.tl-profile-picture-preview img {
	border-radius: 50%;
	height: 112px;
	object-fit: cover;
	width: 112px;
}

.tl-profile-side h3 {
	font-size: 20px;
	margin: 14px 0 4px;
}

.tl-profile-side p {
	color: #6f7d8c;
	font-size: 13px;
	margin-bottom: 18px;
	overflow-wrap: anywhere;
}

.tl-profile-side .nav-link {
	border-radius: 6px;
	color: #384457;
	margin-bottom: 6px;
	text-align: left;
}

.tl-profile-side .nav-link.active {
	background: #fc5b62;
	color: #fff;
}

.tl-profile-content h2 {
	font-size: 24px;
	margin-bottom: 18px;
}

.tl-favorite-card {
	margin-bottom: 18px;
}

.tl-favorite-card .tl-mini-card {
	margin-bottom: 8px;
}

.tl-profile-picture-preview {
	margin-bottom: 18px;
}

.tl-relax-note {
	background: #f6fbf9;
	border-radius: 8px;
	color: #526173;
	margin-top: 18px;
	padding: 16px;
}

.btn_1.small {
	font-size: 12px;
	line-height: 1;
	padding: 9px 14px;
}

.btn_1.outline {
	background: transparent;
	border: 1px solid #fc5b62;
	color: #fc5b62;
}

.btn_1.outline:hover {
	background: #fc5b62;
	color: #fff;
}

/* Food discovery listing */
.tl-food-sidebar-toggle {
	align-items: center;
	background: #fff;
	border: 1px solid #e3e8ed;
	border-radius: 4px;
	color: #333;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	margin-bottom: 18px;
	min-height: 48px;
	width: 100%;
}

.tl-food-ajax-sidebar {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	margin-bottom: 25px;
	padding: 20px;
}

.tl-food-sidebar-heading {
	align-items: center;
	border-bottom: 1px solid #ededed;
	display: flex;
	gap: 11px;
	margin-bottom: 18px;
	padding-bottom: 15px;
}

.tl-food-sidebar-heading > i {
	color: #fc5b62;
	font-size: 23px;
}

.tl-food-sidebar-heading span {
	color: #8a949e;
	display: block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.tl-food-sidebar-heading h3 {
	font-size: 18px;
	margin: 1px 0 0;
}

.tl-food-sidebar-field {
	margin-bottom: 14px;
	position: relative;
}

.tl-food-sidebar-field label {
	color: #444;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 6px;
}

.tl-food-sidebar-field .form-control,
.tl-food-sidebar-field .form-select {
	background-color: #fff;
	border: 1px solid #e1e6ea;
	border-radius: 4px;
	box-shadow: none;
	color: #555;
	font-size: 13px;
	height: 48px;
	width: 100%;
}

.tl-food-sidebar-field .form-control {
	padding-right: 40px;
}

.tl-food-sidebar-field > i {
	color: #9aa4ad;
	font-size: 17px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 36px;
}

.tl-food-sidebar-field .form-control:focus,
.tl-food-sidebar-field .form-select:focus {
	border-color: #fc8b90;
	box-shadow: 0 0 0 3px rgba(252, 91, 98, 0.08);
}

.tl-food-sidebar-field .form-select:disabled {
	background-color: #f5f6f7;
	color: #9aa4ad;
}

.tl-food-sidebar-actions {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.tl-food-sidebar-actions .btn_search {
	align-items: center;
	border-radius: 3px;
	display: inline-flex;
	flex: 1 1 auto;
	gap: 7px;
	justify-content: center;
	margin: 0;
	min-height: 44px;
}

.tl-food-sidebar-actions button:last-child {
	background: #fff;
	border: 1px solid #dfe4e8;
	border-radius: 3px;
	color: #65717c;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 13px;
}

.tl-food-ajax-status {
	color: #77828c;
	font-size: 10px;
	line-height: 1.4;
	margin: 11px 0 0;
	min-height: 14px;
}

#food-results {
	min-height: 260px;
	position: relative;
	transition: opacity 0.2s ease;
}

#food-results.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

#food-results.is-loading::after {
	animation: tl-food-spin 0.8s linear infinite;
	border: 3px solid #e9edf0;
	border-radius: 50%;
	border-top-color: #fc5b62;
	content: "";
	height: 32px;
	left: calc(50% - 16px);
	position: absolute;
	top: 80px;
	width: 32px;
	z-index: 2;
}

@keyframes tl-food-spin {
	to { transform: rotate(360deg); }
}

.tl-food-result-summary {
	align-items: flex-end;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 0 15px 18px;
}

.tl-food-result-summary h2 {
	font-size: 25px;
	margin: 0 0 3px;
}

.tl-food-result-summary p {
	color: #75808b;
	font-size: 12px;
	margin: 0;
}

.tl-food-result-summary > span {
	background: #f6f7f8;
	border-radius: 999px;
	color: #56616c;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 10px;
	white-space: nowrap;
}

.tl-food-original-card .wrapper {
	padding-bottom: 18px;
}

.tl-food-original-card .wrapper p {
	margin-bottom: 13px;
}

.tl-food-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 10px;
}

.tl-food-card-badges > span {
	background: #f2f4f5;
	border-radius: 999px;
	color: #66717c;
	font-size: 10px;
	font-weight: 600;
	padding: 4px 8px;
}

.tl-food-card-badges .tl-food-type-badge {
	align-items: center;
	display: inline-flex;
	gap: 5px;
}

.tl-food-type-badge i {
	background: currentColor;
	border-radius: 50%;
	display: inline-block;
	height: 6px;
	width: 6px;
}

.tl-food-view-link {
	color: #fc5b62;
	font-size: 12px;
	font-weight: 600;
}

.tl-food-original-card ul li:first-child {
	max-width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tl-food-ajax-pagination .page-link {
	color: #fc5b62;
}

.tl-food-ajax-pagination .page-item.active .page-link {
	background-color: #fc5b62;
	border-color: #fc5b62;
	color: #fff;
}

/* Leisure discovery listing */
.tl-leisure-hero {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 420px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.tl-leisure-hero__overlay {
	background: rgba(8, 22, 34, 0.52);
	inset: 0;
	position: absolute;
}

.tl-leisure-hero__content {
	color: #fff;
	max-width: 900px;
	position: relative;
	z-index: 1;
}

.tl-leisure-hero__content h1 {
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	margin: 0 0 15px;
}

.tl-leisure-hero__content p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 18px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 820px;
}

.tl-leisure-page-content {
	padding-top: 38px;
}

.tl-leisure-search-card {
	align-items: end;
	background: #fff;
	border: 1px solid #e7ebef;
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(25, 43, 59, 0.1);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(150px, 1fr)) auto;
	margin-bottom: 42px;
	padding: 20px;
}

.tl-leisure-search-field {
	min-width: 0;
}

.tl-leisure-search-field label {
	color: #4d5964;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin: 0 0 7px 2px;
}

.tl-leisure-search-field .form-control,
.tl-leisure-search-field .form-select {
	background-color: #fff;
	border: 1px solid #dfe4e8;
	border-radius: 7px;
	box-shadow: none;
	color: #3d4852;
	font-size: 13px;
	height: 50px;
	width: 100%;
}

.tl-leisure-search-field .form-control:focus,
.tl-leisure-search-field .form-select:focus {
	border-color: #fc8b90;
	box-shadow: 0 0 0 3px rgba(252, 91, 98, 0.09);
}

.tl-leisure-search-field .form-select:disabled {
	background-color: #f4f6f7;
	color: #929ba3;
}

.tl-leisure-search-input {
	position: relative;
}

.tl-leisure-search-input > i {
	color: #8b949c;
	font-size: 17px;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 17px;
	z-index: 1;
}

.tl-leisure-search-input .form-control {
	padding-left: 44px;
}

.tl-leisure-search-button {
	align-items: center;
	background: #fc5b62;
	border: 0;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	height: 50px;
	justify-content: center;
	min-width: 120px;
	padding: 0 20px;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-leisure-search-button:hover {
	background: #e94d55;
	box-shadow: 0 8px 18px rgba(252, 91, 98, 0.22);
	transform: translateY(-1px);
}

.tl-leisure-search-status {
	color: #7a858f;
	font-size: 10px;
	grid-column: 1 / -1;
	line-height: 1.4;
	margin: -4px 0 -5px 2px;
	min-height: 14px;
}

.tl-leisure-featured {
	margin-bottom: 48px;
}

.tl-leisure-featured .tl-section-title {
	margin-bottom: 22px;
}

.tl-leisure-featured-card,
.tl-leisure-list-card {
	height: calc(100% - 30px);
}

.tl-leisure-listings {
	border-top: 1px solid #edf0f2;
	padding-top: 36px;
}

.tl-leisure-results-heading {
	align-items: end;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 0 0 22px;
}

.tl-leisure-results-heading h2 {
	font-size: 28px;
	margin: 0 0 4px;
}

.tl-leisure-results-heading p {
	color: #75808b;
	font-size: 12px;
	margin: 0;
}

.tl-leisure-results-heading > span {
	background: #f4f7f8;
	border-radius: 999px;
	color: #56616c;
	font-size: 11px;
	font-weight: 600;
	padding: 7px 11px;
	white-space: nowrap;
}

#leisure-results {
	min-height: 300px;
	position: relative;
	transition: opacity 0.2s ease;
}

#leisure-results.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

#leisure-results.is-loading::after {
	animation: tl-food-spin 0.8s linear infinite;
	border: 3px solid #e9edf0;
	border-radius: 50%;
	border-top-color: #fc5b62;
	content: "";
	height: 34px;
	left: calc(50% - 17px);
	position: absolute;
	top: 90px;
	width: 34px;
	z-index: 2;
}

.tl-leisure-ajax-pagination .page-link {
	color: #fc5b62;
}

.tl-leisure-ajax-pagination .page-item.active .page-link {
	background-color: #fc5b62;
	border-color: #fc5b62;
	color: #fff;
}

@media (max-width: 1199px) {
	.tl-leisure-search-card {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.tl-leisure-search-field--query {
		grid-column: span 2;
	}

	.tl-leisure-search-button {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.tl-sidebar-toggle {
		display: flex;
	}

	.tl-listing-sidebar.collapse:not(.show) {
		display: none;
	}

	.tl-listing-sidebar.collapse.show {
		display: block;
	}

	#food-filter-sidebar {
		margin-bottom: 20px;
	}

	.tl-leisure-hero {
		height: 330px;
	}

	.tl-leisure-hero__content h1 {
		font-size: 38px;
	}

	.tl-leisure-hero__content p {
		font-size: 15px;
		max-width: 680px;
	}

	.tl-leisure-search-card {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-leisure-search-field--query {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	.tl-listing-header {
		padding: 24px 0 22px;
	}

	.tl-listing-header__inner {
		align-items: flex-start;
	}

	.tl-listing-header__icon {
		flex-basis: 42px;
		font-size: 20px;
		height: 42px;
	}

	.tl-listing-header h1 {
		font-size: 24px;
	}

	.tl-listing-header p {
		font-size: 12px;
		line-height: 1.55;
	}

	.tl-listing-results-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.tl-listing-results-title h2 {
		font-size: 21px;
	}

	.tl-info-grid,
	.tl-gallery {
		grid-template-columns: 1fr;
	}

	.hero_in.adventure_detail.tl-detail-hero .wrapper .main_info h3 {
		font-size: 18px;
	}

	.tl-section-title {
		align-items: start;
		flex-direction: column;
	}

	.tl-did-you-know-card {
		flex-direction: column;
	}

	.tl-did-you-know-card > img {
		flex-basis: auto;
		height: 180px;
		width: 100%;
	}

	.tl-food-result-summary {
		align-items: start;
		flex-direction: column;
		gap: 8px;
		margin-left: 0;
		margin-right: 0;
	}

	.tl-food-result-summary h2 {
		font-size: 18px;
	}

	.tl-leisure-hero {
		height: 250px;
	}

	.tl-leisure-hero__content {
		padding-left: 22px;
		padding-right: 22px;
	}

	.tl-leisure-hero__content h1 {
		font-size: 29px;
		margin-bottom: 10px;
	}

	.tl-leisure-hero__content p {
		font-size: 12px;
		line-height: 1.6;
	}

	.tl-leisure-page-content {
		padding-top: 24px;
	}

	.tl-leisure-search-card {
		border-radius: 10px;
		gap: 12px;
		grid-template-columns: 1fr;
		margin-bottom: 32px;
		padding: 15px;
	}

	.tl-leisure-search-field--query,
	.tl-leisure-search-status {
		grid-column: auto;
	}

	.tl-leisure-search-button {
		width: 100%;
	}

	.tl-leisure-featured {
		margin-bottom: 32px;
	}

	.tl-leisure-listings {
		padding-top: 28px;
	}

	.tl-leisure-results-heading {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.tl-leisure-results-heading h2 {
		font-size: 22px;
	}
}

/* Shared immersive listing heroes and searchable sidebar filters */
.tl-module-hero {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 410px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.tl-module-hero.tl-managed-hero {
	background-image: var(--tl-hero-desktop);
}

.tl-module-hero::before {
	background: linear-gradient(180deg, rgba(8, 22, 34, 0.34), rgba(8, 22, 34, 0.66));
	content: "";
	inset: 0;
	position: absolute;
}

.tl-module-hero__content {
	color: #fff;
	max-width: 880px;
	padding: 24px;
	position: relative;
	z-index: 1;
}

.tl-module-hero__content h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 14px;
}

.tl-module-hero__content p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 18px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 820px;
}

.tl-module-content {
	padding-top: 42px;
}

.tl-select-native {
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none;
	position: absolute !important;
	width: 1px !important;
}

.tl-search-select {
	position: relative;
}

.tl-search-select > i {
	color: #93a0ad;
	font-size: 15px;
	pointer-events: none;
	position: absolute;
	right: 13px;
	top: 15px;
	z-index: 2;
}

.tl-search-select__input {
	padding-right: 38px !important;
}

.tl-search-select__menu {
	background: #fff;
	border: 1px solid #dfe7ef;
	border-radius: 7px;
	box-shadow: 0 12px 30px rgba(30, 52, 74, 0.16);
	display: none;
	left: 0;
	max-height: 230px;
	overflow-y: auto;
	padding: 5px;
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	z-index: 30;
}

.tl-search-select__menu.is-open {
	display: block;
}

.tl-search-select__menu button {
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: #405164;
	display: block;
	font-size: 12px;
	padding: 9px 10px;
	text-align: left;
	width: 100%;
}

.tl-search-select__menu button:hover,
.tl-search-select__menu button.is-selected {
	background: #edf6ff;
	color: #3d2ed6;
}

.tl-search-select__empty {
	color: #8795a4;
	display: block;
	font-size: 11px;
	padding: 10px;
}

.tl-search-select.is-disabled {
	opacity: 0.62;
}

.tl-filter-status {
	color: #7b8997;
	display: block;
	font-size: 10px;
	line-height: 1.4;
	margin-top: 12px;
	min-height: 14px;
}

.tl-page-results {
	min-height: 260px;
	position: relative;
	transition: opacity 0.2s ease;
}

.tl-page-results.is-loading {
	opacity: 0.42;
	pointer-events: none;
}

.tl-page-results.is-loading::after {
	animation: tl-food-spin 0.8s linear infinite;
	border: 3px solid #e9edf0;
	border-radius: 50%;
	border-top-color: #1b74d6;
	content: "";
	height: 34px;
	left: calc(50% - 17px);
	position: absolute;
	top: 90px;
	width: 34px;
	z-index: 4;
}

.tl-sidebar-filter .tl-search-select .form-control,
.tl-food-ajax-sidebar .tl-search-select .form-control {
	background-color: #fbfcfd;
	border: 1px solid #dfe7ef;
	border-radius: 7px;
	color: #405164;
	font-size: 13px;
	height: 46px;
	width: 100%;
}

.tl-food-ajax-sidebar .tl-search-select .form-control {
	background-color: #fff;
	border-radius: 4px;
	height: 48px;
}

@media (max-width: 991px) {
	.tl-module-hero {
		height: 330px;
	}

	.tl-module-hero__content h1 {
		font-size: 38px;
	}

	.tl-module-hero__content p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.tl-module-hero.tl-managed-hero {
		background-image: var(--tl-hero-mobile, var(--tl-hero-desktop));
	}

	.tl-module-hero {
		height: 250px;
	}

	.tl-module-hero__content {
		padding: 20px;
	}

	.tl-module-hero__content h1 {
		font-size: 29px;
		margin-bottom: 10px;
	}

	.tl-module-hero__content p {
		font-size: 12px;
		line-height: 1.6;
	}

	.tl-module-content {
		padding-top: 28px;
	}
}

/* Templeisure homepage discovery, account menu, and curated cards */
.tl-login-link,
.tl-register-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease, opacity 200ms ease;
}

.tl-login-link {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	padding: 0 13px;
}

.tl-register-link {
	background: #3d2ed6;
	border: 1px solid #3d2ed6;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(61, 46, 214, 0.22);
	color: #fff !important;
	padding: 0 17px;
}

.sticky .tl-login-link,
.header_in .tl-login-link,
.is-solid .tl-login-link {
	background: #fff;
	border-color: #e4e9ee;
	color: #25313f;
}

.sticky .tl-register-link,
.header_in .tl-register-link,
.is-solid .tl-register-link {
	color: #fff !important;
}

.tl-login-link i {
	font-size: 19px;
}

ul#top_menu li.tl-account-menu {
	float: none;
	margin: 0;
	position: relative;
}

.tl-account-trigger {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 24px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	gap: 8px;
	height: 44px;
	padding: 3px 10px 3px 4px;
}

.sticky .tl-account-trigger {
	background: #fff;
	border-color: #e4e9ee;
	color: #25313f;
}

.tl-account-trigger img {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 34px;
	object-fit: cover;
	width: 34px;
}

.tl-account-trigger i {
	font-size: 17px;
}

.tl-account-dropdown {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(16, 35, 53, 0.18);
	display: none;
	min-width: 210px;
	overflow: hidden;
	padding: 7px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 100;
}

.tl-account-menu.is-open .tl-account-dropdown {
	display: block;
}

ul#top_menu .tl-account-dropdown a {
	align-items: center;
	border-radius: 6px;
	color: #405164;
	display: flex;
	font-size: 13px;
	gap: 10px;
	padding: 10px 11px;
}

ul#top_menu .tl-account-dropdown a:hover {
	background: #eef6ff;
	color: #4a3fbf;
	opacity: 1;
}

ul#top_menu .tl-account-dropdown a i {
	color: #3d2ed6;
	font-size: 16px;
	width: 18px;
}

ul#top_menu .tl-account-dropdown .tl-account-logout {
	border-top: 1px solid #edf0f3;
	color: #c7474d;
	margin-top: 4px;
}

.tl-home-search {
	margin: 28px auto 0;
	max-width: 1320px;
	position: relative;
	z-index: 100;
}

.tl-home-search__main {
	align-items: stretch;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 8px;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
	display: grid;
	grid-template-columns: minmax(230px, 1.8fr) minmax(160px, 1.1fr) minmax(145px, 1fr) minmax(140px, 1fr) minmax(140px, 1fr) 132px;
	overflow: visible;
}

.tl-home-search__field {
	border-right: 1px solid #e6ebef;
	min-width: 0;
	padding: 12px 12px 10px 42px;
	position: relative;
	text-align: left;
}

.tl-home-search__field > i {
	color: #3d2ed6;
	font-size: 18px;
	left: 15px;
	position: absolute;
	top: 24px;
}

.tl-home-search__field label {
	color: #25313f;
	display: block;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.tl-home-search__field input,
.tl-home-search__field select {
	background: transparent;
	border: 0;
	color: #526173;
	font-size: 12px;
	height: 24px;
	outline: 0;
	padding: 0;
	width: 100%;
}

.tl-home-search__field select {
	cursor: pointer;
}

.tl-home-search__field select:disabled {
	color: #9ba5af;
}

.tl-home-search__button {
	align-items: center;
	background: #fc5b62;
	border: 0;
	border-radius: 0 8px 8px 0;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 0 18px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.tl-home-search__button:hover {
	background: #e94b53;
}

.tl-home-search__button i {
	font-size: 18px;
}

.tl-home-suggestions {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	display: none;
	left: 0;
	max-height: 350px;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
	z-index: 9999;
}

.tl-home-suggestions.is-open {
	display: block;
}

.tl-home-suggestion {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 6px;
	border-bottom: 1px solid #f2f2f2;
	color: #25313f;
	display: flex;
	gap: 12px;
	min-height: 70px;
	padding: 12px 16px;
	text-align: left;
	width: 100%;
}

.tl-home-suggestion:last-child {
	border-bottom: 0;
}

.tl-home-suggestion:hover {
	background: #f0f7ff;
}

.tl-home-suggestion__icon {
	align-items: center;
	background: #eaf5ff;
	border-radius: 8px;
	color: #1269ad;
	display: flex;
	flex: 0 0 42px;
	font-size: 17px;
	height: 42px;
	justify-content: center;
	overflow: hidden;
	width: 42px;
}

.tl-home-suggestion__icon img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tl-home-suggestion__text {
	flex: 1 1 auto;
	min-width: 0;
}

.tl-home-suggestion__text strong,
.tl-home-suggestion__text small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tl-home-suggestion__text strong {
	color: #25313f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.tl-home-suggestion__text small {
	color: #6b7280;
	font-size: 13px;
	line-height: 1.25;
	margin-top: 2px;
}

.tl-home-suggestion__type {
	background: #eef6ff;
	border-radius: 20px;
	color: #1269ad;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	text-transform: uppercase;
}

.tl-home-suggestions__empty {
	color: #6b7280;
	font-size: 14px;
	padding: 18px;
	text-align: center;
}

.tl-home-discovery-card,
.tl-home-grid-card {
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.tl-home-discovery-card:hover,
.tl-home-grid-card:hover {
	box-shadow: 0 18px 38px rgba(28, 48, 69, 0.16);
	transform: translateY(-5px);
}

.tl-home-discovery-card ul {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.tl-home-discovery-card ul li:first-child {
	color: #768493;
	font-size: 11px;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tl-curated-badge,
.tl-grid-curated {
	align-items: center;
	background: #eef6ff;
	border-radius: 20px;
	color: #3d2ed6;
	display: inline-flex;
	font-size: 9px;
	font-weight: 700;
	gap: 4px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.tl-home-grid-card figure::after {
	background: linear-gradient(180deg, rgba(8, 22, 34, 0) 48%, rgba(8, 22, 34, 0.58) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.tl-home-grid-card .info {
	z-index: 2;
}

.tl-home-grid-card .tl-grid-curated {
	background: rgba(255, 255, 255, 0.92);
	color: #3d2ed6;
	left: 12px;
	margin: 0;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	top: 12px;
	white-space: nowrap;
	z-index: 4;
}

.tl-home-grid-card .info .tl-grid-category {
	display: block;
	left: auto;
	margin-bottom: 8px;
	max-width: min(80px, 100%);
	overflow: hidden;
	position: static;
	text-overflow: ellipsis;
	top: auto;
	white-space: nowrap;
}

.tl-home-grid-card .info .tp-card-title {
	margin-bottom: 0;
	max-width: 100%;
}

@media (max-width: 575px) {
	.tl-home-grid-card .tl-grid-curated {
		left: 10px;
		max-width: calc(100% - 20px);
		top: 10px;
	}

	.tl-home-grid-card .info {
		padding-left: 14px;
		padding-right: 14px;
	}
}

.tp-card-rating--new strong {
	font-size: 12px;
	letter-spacing: 0.04em;
}

.tl-journey-rating-section {
	background: #fff;
	border: 1px solid #e5eaf2;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
	padding: 24px;
}

.tl-rating-summary-card {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.tl-rating-eyebrow {
	color: #2c61fe;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.tl-rating-summary,
.tl-your-rating {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tl-rating-summary strong {
	color: #111827;
	font-size: 22px;
}

.tl-rating-summary span,
.tl-your-rating span {
	color: #64748b;
}

.tl-rating-stars {
	color: #cbd5e1;
	display: inline-flex;
	font-size: 20px;
	gap: 1px;
	line-height: 1;
}

.tl-rating-stars .is-filled {
	color: #f5a623;
}

.tl-rating-form {
	display: grid;
	gap: 14px;
}

.tl-rating-input {
	display: inline-flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	width: max-content;
}

.tl-rating-input input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.tl-rating-input label {
	color: #cbd5e1;
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
	margin: 0 2px 0 0;
	transition: color 0.15s ease;
}

.tl-rating-input input:checked ~ label,
.tl-rating-input label:hover,
.tl-rating-input label:hover ~ label {
	color: #f5a623;
}

.tl-login-rating-box {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5eaf2;
	border-radius: 12px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 16px;
}

.tl-login-rating-box p {
	margin: 0;
}

.tl-recent-ratings {
	border-top: 1px solid #e5eaf2;
	margin-top: 22px;
	padding-top: 20px;
}

.tl-review-row {
	border-bottom: 1px solid #edf2f7;
	padding: 12px 0;
}

.tl-review-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.tl-review-row p {
	margin: 8px 0 0;
}

@media (max-width: 767px) {
	.tl-journey-rating-section {
		border-radius: 12px;
		padding: 18px;
	}

	.tl-rating-summary-card,
	.tl-login-rating-box {
		align-items: stretch;
		flex-direction: column;
	}

	.tl-rating-input label {
		font-size: 30px;
	}
}

.tl-home-did-you-know-section {
	border-bottom: 1px solid #edf0f3;
	margin-bottom: 64px;
	padding-bottom: 56px;
}

.tl-home-facts-action {
	margin-top: 26px;
	text-align: center;
}

.tl-home-facts-action .btn_1 {
	display: inline-flex;
}

/* Templeisure discovery hero */
.tl-discovery-hero {
	align-items: center;
	background: #172332;
	color: #fff;
	display: flex;
	min-height: clamp(680px, 100vh, 920px);
	overflow: hidden;
	position: relative;
}

.tl-hero-slider,
.tl-hero-overlay,
.tl-hero-slide {
	inset: 0;
	position: absolute;
}

.tl-hero-slide {
	opacity: 0;
	transition: opacity 1.25s ease;
	z-index: 0;
}

.tl-hero-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.tl-hero-slide picture,
.tl-hero-slide img {
	height: 100%;
	width: 100%;
}

.tl-hero-slide picture {
	display: block;
}

.tl-hero-slide img {
	object-fit: cover;
	transform: scale(1);
}

.tl-hero-slide.is-active img {
	animation: tl-hero-ken-burns 6.8s ease-out both;
}

@keyframes tl-hero-ken-burns {
	from { transform: scale(1); }
	to { transform: scale(1.075); }
}

.tl-hero-overlay {
	background: linear-gradient(180deg, rgba(8, 18, 29, 0.48) 0%, rgba(8, 18, 29, 0.56) 58%, rgba(8, 18, 29, 0.7) 100%);
	z-index: 2;
}

.tl-hero-content {
	margin-top: 64px;
	max-width: 1420px;
	padding-bottom: 70px;
	padding-top: 70px;
	position: relative;
	text-align: center;
	z-index: 3;
}

.tl-hero-copy {
	margin: 0 auto;
	max-width: 990px;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.36);
}

.tl-hero-eyebrow {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 30px;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 18px;
	padding: 8px 15px;
	text-transform: uppercase;
}

.tl-hero-copy h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.tl-hero-copy p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 19px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 900px;
}

.tl-hero-tabs {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 34px auto 14px;
	max-width: 1120px;
	overflow-x: auto;
	padding: 4px 2px 8px;
	scrollbar-width: none;
}

.tl-hero-tabs::-webkit-scrollbar {
	display: none;
}

.tl-hero-tabs button {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(12, 24, 36, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 28px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 600;
	gap: 7px;
	min-height: 44px;
	padding: 10px 18px;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tl-hero-tabs button:hover,
.tl-hero-tabs button.is-active {
	background: #fff;
	border-color: #fff;
	color: #173e65;
	transform: translateY(-2px);
}

.tl-hero-tabs button.is-active {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tl-discovery-hero .tl-home-search {
	margin-top: 0;
	max-width: 1380px;
}

.tl-discovery-hero .tl-home-search__main {
	border: 0;
	border-radius: 12px;
	grid-template-columns: minmax(260px, 1.7fr) minmax(190px, 1.15fr) minmax(155px, 0.9fr) minmax(155px, 0.9fr) 150px;
}

.tl-discovery-hero .tl-home-search__field {
	min-height: 74px;
	padding: 17px 15px 12px 48px;
}

.tl-discovery-hero .tl-home-search__field > i {
	font-size: 20px;
	left: 17px;
	top: 28px;
}

.tl-discovery-hero .tl-home-search__field label {
	font-size: 10px;
	margin-bottom: 7px;
}

.tl-discovery-hero .tl-home-search__field input,
.tl-discovery-hero .tl-home-search__field select {
	color: #3d2ed6;
	font-size: 13px;
	height: 26px;
}

.tl-discovery-hero .tl-home-search__button {
	background: #3d2ed6;
	border-radius: 0 12px 12px 0;
	font-size: 14px;
	min-height: 74px;
}

.tl-discovery-hero .tl-home-search__button:hover {
	background: #3c6dfe;
}

.tl-discovery-hero .tl-home-suggestion__icon {
	overflow: hidden;
}

.tl-discovery-hero .tl-home-suggestion__icon img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tl-home-search__field--location {
	position: relative;
}

.tl-home-location-suggestions {
	left: 0;
	right: 0;
}

.tl-hero-dots {
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 22px;
}

.tl-hero-dots button {
	background: rgba(255, 255, 255, 0.42);
	border: 0;
	border-radius: 10px;
	height: 6px;
	padding: 0;
	transition: background-color 0.2s ease, width 0.2s ease;
	width: 18px;
}

.tl-hero-dots button.is-active {
	background: #fff;
	width: 38px;
}

@media (max-width: 1199px) {
	.tl-hero-copy h1 {
		font-size: 44px;
	}

	.tl-discovery-hero .tl-home-search__main {
		grid-template-columns: repeat(2, 1fr);
		padding: 7px;
	}

	.tl-discovery-hero .tl-home-search__field {
		border-bottom: 1px solid #e6ebef;
		border-right: 1px solid #e6ebef;
	}

	.tl-discovery-hero .tl-home-search__field:nth-of-type(even) {
		border-right: 0;
	}

	.tl-discovery-hero .tl-home-search__button {
		border-radius: 8px;
		grid-column: 1 / -1;
		min-height: 56px;
	}
}

@media (max-width: 767px) {
	.tl-discovery-hero {
		min-height: 720px;
	}

	.tl-hero-content {
		margin-top: 48px;
		padding: 70px 15px 44px;
	}

	.tl-hero-eyebrow {
		font-size: 9px;
		margin-bottom: 14px;
	}

	.tl-hero-copy h1 {
		font-size: 31px;
		line-height: 1.18;
	}

	.tl-hero-copy p {
		font-size: 14px;
		line-height: 1.55;
	}

	.tl-hero-tabs {
		justify-content: flex-start;
		margin-top: 25px;
		padding-bottom: 9px;
	}

	.tl-hero-tabs button {
		min-height: 40px;
		padding: 8px 14px;
	}

	.tl-discovery-hero .tl-home-search__main {
		display: grid;
		grid-template-columns: 1fr;
		padding: 7px;
	}

	.tl-discovery-hero .tl-home-search__field {
		border-bottom: 1px solid #e6ebef;
		border-right: 0;
		min-height: 58px;
		padding: 9px 10px 8px 39px;
	}

	.tl-discovery-hero .tl-home-search__field > i {
		font-size: 17px;
		left: 12px;
		top: 23px;
	}

	.tl-discovery-hero .tl-home-search__button {
		grid-column: auto;
		min-height: 52px;
	}

	.tl-hero-dots {
		margin-top: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-hero-slide,
	.tl-hero-tabs button {
		transition: none;
	}

	.tl-hero-slide.is-active img {
		animation: none;
	}
}

@media (max-width: 1199px) {
	.tl-home-search__main {
		grid-template-columns: repeat(3, 1fr);
	}

	.tl-home-search__field:nth-child(3) {
		border-right: 0;
	}

	.tl-home-search__field:nth-child(n+4),
	.tl-home-search__button {
		border-top: 1px solid #e6ebef;
	}

	.tl-home-search__button {
		border-radius: 0 0 8px 0;
		min-height: 62px;
	}
}

@media (max-width: 991px) {
	.tl-account-trigger span,
	.tl-account-trigger > i {
		display: none;
	}

	.tl-account-trigger {
		border-radius: 50%;
		height: 40px;
		padding: 2px;
		width: 40px;
	}

	.tl-account-trigger img {
		height: 34px;
		width: 34px;
	}

	.tl-home-search {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	ul#top_menu li.tl-login-menu,
	ul#top_menu li.tl-account-menu {
		display: block;
	}

	ul#top_menu li.tl-register-menu {
		display: none;
	}

	.tl-login-link span {
		display: none;
	}

	header.header .tl-login-link {
		height: 40px;
		padding: 0;
		width: 40px;
	}

	.tl-home-search__main {
		background: rgba(255, 255, 255, 0.98);
		grid-template-columns: 1fr 1fr;
		padding: 6px;
	}

	.tl-home-search__field {
		border-bottom: 1px solid #e6ebef;
		border-right: 0;
		padding: 10px 9px 9px 36px;
	}

	.tl-home-search__field--query {
		grid-column: 1 / -1;
	}

	.tl-home-search__field > i {
		left: 11px;
		top: 22px;
	}

	.tl-home-search__button {
		border-radius: 6px;
		grid-column: 1 / -1;
		min-height: 48px;
	}

	.tl-home-suggestions {
		border-radius: 14px;
		max-height: 250px;
		right: 0;
		top: calc(100% + 8px);
	}

	.tl-home-suggestion {
		min-height: 64px;
		padding: 10px 12px;
	}

	.tl-home-suggestion__icon {
		flex-basis: 38px;
		height: 38px;
		width: 38px;
	}

	.tl-home-discovery-card ul {
		align-items: flex-start;
		flex-direction: column;
	}

	.tl-home-discovery-card ul li:first-child {
		max-width: 100%;
	}

	.tl-home-did-you-know-section {
		margin-bottom: 40px;
		padding-bottom: 38px;
	}
}

/* Functional user profile workspace */
.tl-profile-page {
	background: #f5f7f9;
	min-height: 100vh;
}

.tl-profile-hero {
	background: #0d3f73;
	color: #fff;
	padding: 120px 0 54px;
}

.tl-profile-hero span {
	color: #71c8f4;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.tl-profile-hero h1 {
	color: #fff;
	font-size: 38px;
	margin: 0 0 8px;
}

.tl-profile-hero p {
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}

.tl-profile-side {
	position: sticky;
	top: 92px;
}

.tl-profile-side__avatar {
	display: inline-block;
	position: relative;
}

.tl-profile-side__avatar img {
	border: 4px solid #edf7ff;
}

.tl-profile-side__avatar button {
	align-items: center;
	background: #1885d8;
	border: 3px solid #fff;
	border-radius: 50%;
	bottom: 0;
	color: #fff;
	display: flex;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: -3px;
	width: 36px;
}

.tl-profile-side__summary {
	border-bottom: 1px solid #e8edf1;
	border-top: 1px solid #e8edf1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 -8px 18px;
	padding: 13px 0;
}

.tl-profile-side__summary span {
	color: #71808f;
	font-size: 10px;
	text-transform: uppercase;
}

.tl-profile-side__summary span + span {
	border-left: 1px solid #e8edf1;
}

.tl-profile-side__summary strong {
	color: #0d3f73;
	display: block;
	font-size: 18px;
}

.tl-profile-nav {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.tl-profile-nav button,
.tl-profile-nav a {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	color: #405164;
	display: flex;
	font-size: 13px;
	gap: 11px;
	padding: 11px 12px;
	text-align: left;
	width: 100%;
}

.tl-profile-nav button i,
.tl-profile-nav a i {
	color: #1885d8;
	font-size: 17px;
	width: 20px;
}

.tl-profile-nav button:hover,
.tl-profile-nav a:hover {
	background: #f0f7ff;
	color: #125da9;
}

.tl-profile-nav button.active {
	background: #0d3f73;
	color: #fff;
}

.tl-profile-nav button.active i {
	color: #71c8f4;
}

.tl-profile-nav a:last-child {
	border-top: 1px solid #e8edf1;
	color: #bd4249;
	margin-top: 7px;
	padding-top: 15px;
}

.tl-profile-content-area {
	min-height: 460px;
	position: relative;
	transition: opacity 0.2s ease;
}

.tl-profile-content-area.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

.tl-profile-content-area.is-loading::after {
	animation: tl-food-spin 0.8s linear infinite;
	border: 3px solid #e4edf4;
	border-radius: 50%;
	border-top-color: #1885d8;
	content: "";
	height: 34px;
	left: calc(50% - 17px);
	position: absolute;
	top: 90px;
	width: 34px;
}

.tl-profile-panel {
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(28, 50, 73, 0.08);
	padding: 28px;
}

.tl-profile-panel__heading {
	align-items: center;
	border-bottom: 1px solid #edf0f3;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.tl-profile-panel__heading span {
	color: #1885d8;
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.tl-profile-panel__heading h2 {
	font-size: 25px;
	margin: 0;
}

.tl-profile-panel__heading > i {
	align-items: center;
	background: #eaf5ff;
	border-radius: 8px;
	color: #0d3f73;
	display: flex;
	font-size: 23px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.tl-profile-panel .form-group {
	margin-bottom: 20px;
}

.tl-profile-panel .form-group label {
	color: #344355;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
}

.tl-profile-panel .form-control {
	border-color: #dfe7ee;
	border-radius: 6px;
	font-size: 13px;
	min-height: 48px;
}

.tl-profile-panel .form-control:focus {
	border-color: #1885d8;
	box-shadow: 0 0 0 3px rgba(24, 133, 216, 0.11);
}

.tl-profile-panel .form-control[readonly] {
	background: #f5f7f9;
	color: #7c8995;
}

.tl-profile-panel small {
	color: #84909c;
	display: block;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}

.tl-profile-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
}

.tl-profile-stats > div {
	background: #f7fbff;
	border: 1px solid #e3edf5;
	border-radius: 8px;
	padding: 15px;
}

.tl-profile-stats i {
	color: #1885d8;
	font-size: 19px;
}

.tl-profile-stats span {
	color: #71808f;
	display: block;
	font-size: 10px;
	margin: 10px 0 2px;
	text-transform: uppercase;
}

.tl-profile-stats strong {
	color: #25313f;
	font-size: 18px;
}

.tl-profile-save-card {
	background: #fff;
	border: 1px solid #e4eaf0;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	height: 100%;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

[data-favorite-row][hidden] {
	display: none !important;
}

.tl-favorite-toggle {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 6px 18px rgba(18, 42, 66, 0.2);
	color: #17283b;
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	width: 44px;
	z-index: 8;
}

.tl-favorite-toggle span {
	font-size: 27px;
	line-height: 1;
	transform: translateY(-1px);
}

.tl-favorite-toggle:hover,
.tl-favorite-toggle:focus-visible {
	box-shadow: 0 8px 22px rgba(18, 42, 66, 0.28);
	transform: translateY(-2px);
}

.tl-favorite-toggle.is-favorite {
	color: #fc5b62;
}

.tl-favorite-toggle:disabled {
	cursor: wait;
	opacity: 0.65;
}

.tl-favorite-toggle--card {
	position: absolute;
	right: 14px;
	top: 14px;
}

.tl-journey-card-wrap {
	position: relative;
}

.tl-detail-hero .tl-favorite-toggle--detail {
	position: absolute;
	right: max(24px, calc((100vw - 1140px) / 2));
	top: 115px;
	z-index: 9;
}

.tl-report-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(18, 42, 66, 0.2);
	color: #17283b;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	padding: 10px 16px;
	transition: box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	z-index: 9;
}

.tl-report-button:hover,
.tl-report-button:focus-visible {
	box-shadow: 0 8px 22px rgba(18, 42, 66, 0.28);
	color: #fc5b62;
	text-decoration: none;
	transform: translateY(-2px);
}

.tl-report-button span {
	font-size: 18px;
	line-height: 1;
}

.tl-detail-hero .tl-report-button--detail {
	position: absolute;
	right: max(24px, calc((100vw - 1140px) / 2));
	top: 225px;
}

.tl-report-target {
	background: #f6f9ff;
	border: 1px solid #dbe7ff;
	border-radius: 8px;
	margin-bottom: 18px;
	padding: 13px 16px;
}

.tl-report-target span {
	color: #6b7890;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.tl-report-target strong {
	color: #17283b;
	display: block;
	font-size: 18px;
}

.tl-favorite-toast-host {
	display: grid;
	gap: 10px;
	max-width: min(360px, calc(100vw - 30px));
	position: fixed;
	right: 20px;
	top: 92px;
	z-index: 10020;
}

.tl-favorite-toast {
	background: #17283b;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(18, 42, 66, 0.25);
	color: #fff;
	font-weight: 600;
	opacity: 0;
	padding: 13px 18px;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.tl-favorite-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.tl-favorite-toast.is-error {
	background: #b42318;
}

.tl-favorite-login-dialog {
	display: none;
	inset: 0;
	position: fixed;
	z-index: 10030;
}

.tl-favorite-login-dialog.is-open {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.tl-favorite-login-dialog__backdrop {
	background: rgba(12, 24, 38, 0.64);
	inset: 0;
	position: absolute;
}

.tl-favorite-login-dialog__panel {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(12, 24, 38, 0.28);
	max-width: 440px;
	padding: 34px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.tl-favorite-login-dialog__close {
	background: transparent;
	border: 0;
	font-size: 28px;
	position: absolute;
	right: 14px;
	top: 8px;
}

.tl-favorite-login-dialog__heart {
	color: #fc5b62;
	display: block;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 12px;
}

.tl-favorite-login-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 22px;
}

.tl-favorite-login-dialog__actions button {
	background: transparent;
	border: 0;
	color: #596a7c;
	font-weight: 600;
	padding: 10px 14px;
}

body.tl-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.tl-detail-hero .tl-favorite-toggle--detail {
		right: 18px;
		top: 92px;
	}

	.tl-detail-hero .tl-report-button--detail {
		right: 18px;
		top: 194px;
	}

	.tl-report-button--detail strong {
		display: none;
	}

	.tl-favorite-toggle {
		height: 42px;
		width: 42px;
	}

	.tl-favorite-toast-host {
		left: 15px;
		right: 15px;
		top: 74px;
	}
}

.tl-favorite-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -4px 0 20px;
}

.tl-favorite-filters button {
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: 18px;
	color: #405164;
	font-size: 11px;
	font-weight: 600;
	padding: 7px 13px;
}

.tl-favorite-filters button:hover,
.tl-favorite-filters button.active {
	background: #0d3f73;
	border-color: #0d3f73;
	color: #fff;
}

.tl-profile-save-card:hover {
	box-shadow: 0 14px 28px rgba(27, 52, 77, 0.12);
	transform: translateY(-3px);
}

.tl-profile-save-card__image img {
	height: 100%;
	min-height: 158px;
	object-fit: cover;
	width: 100%;
}

.tl-profile-save-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 14px;
}

.tl-profile-save-card__content > span {
	color: #1885d8;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.tl-profile-save-card h3 {
	font-size: 16px;
	line-height: 1.35;
	margin: 6px 0;
}

.tl-profile-save-card h3 a {
	color: #25313f;
}

.tl-profile-save-card p {
	color: #71808f;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 12px;
}

.tl-profile-save-card__content > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

.tl-text-link {
	color: #125da9;
	font-size: 11px;
	font-weight: 700;
}

.tl-remove-save {
	align-items: center;
	background: #fff2f3;
	border: 0;
	border-radius: 50%;
	color: #c7474d;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.tl-profile-empty {
	padding: 48px 20px;
	text-align: center;
}

.tl-profile-empty > i {
	color: #72bceb;
	font-size: 42px;
}

.tl-profile-empty h3 {
	font-size: 19px;
	margin: 14px 0 6px;
}

.tl-profile-empty p {
	color: #71808f;
	font-size: 12px;
	margin-bottom: 20px;
}

.tl-profile-picture-manager {
	align-items: center;
	background: #f7fbff;
	border: 1px solid #e3edf5;
	border-radius: 8px;
	display: flex;
	gap: 20px;
	margin-bottom: 24px;
	padding: 20px;
}

.tl-profile-picture-manager h3 {
	font-size: 17px;
	margin: 0 0 5px;
}

.tl-profile-picture-manager p {
	color: #71808f;
	font-size: 12px;
	margin: 0;
}

.tl-profile-picture-preview {
	flex: 0 0 auto;
	margin: 0;
}

.tl-profile-picture-preview img {
	border: 4px solid #fff;
	box-shadow: 0 8px 18px rgba(28, 50, 73, 0.13);
}

.tl-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tl-profile-mobile-select {
	display: none;
	margin-bottom: 18px;
}

.tl-profile-mobile-select label {
	color: #405164;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.tl-profile-mobile-select select {
	background: #fff;
	border: 1px solid #dfe7ee;
	border-radius: 7px;
	height: 48px;
	padding: 0 12px;
	width: 100%;
}

@media (max-width: 991px) {
	.tl-profile-hero {
		padding: 105px 0 44px;
	}

	.tl-profile-sidebar-col {
		display: none;
	}

	.tl-profile-mobile-select {
		display: block;
	}
}

@media (max-width: 767px) {
	.tl-profile-hero {
		padding: 92px 0 34px;
		text-align: center;
	}

	.tl-profile-hero h1 {
		font-size: 29px;
	}

	.tl-profile-panel {
		padding: 18px;
	}

	.tl-profile-panel__heading h2 {
		font-size: 21px;
	}

	.tl-profile-stats {
		grid-template-columns: 1fr;
	}

	.tl-profile-save-card {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.tl-profile-picture-manager {
		flex-direction: column;
		text-align: center;
	}

	.tl-profile-actions .btn_1 {
		justify-content: center;
		width: 100%;
	}
}

/* Keep discovery hero search responsive after legacy homepage rules. */
@media (max-width: 1199px) {
	.tl-discovery-hero .tl-home-search__main {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.tl-discovery-hero .tl-home-search__main {
		grid-template-columns: 1fr;
	}

	.tl-discovery-hero .tl-home-search__field--query,
	.tl-discovery-hero .tl-home-search__button {
		grid-column: auto;
	}
}

/* Templeisure global discovery cards
   Shared by temple, leisure, food, restaurant, hotel, journey, and home cards. */
.tp-card {
	display: flex;
	flex-direction: column;
	height: calc(100% - 30px);
	min-width: 0;
}

.tp-card--overlay {
	display: block;
	height: auto;
}

.tp-card-image {
	aspect-ratio: 4 / 3;
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	position: relative;
}

.tp-card-image > a:not(.tp-card-favorite) {
	display: block;
	height: 100%;
	width: 100%;
}

.tp-card-image > a:not(.tp-card-favorite) > img,
.tp-card-image > img {
	filter: none !important;
	height: 100% !important;
	max-width: none;
	object-fit: cover;
	opacity: 1 !important;
	width: 100% !important;
}

.tp-card-image::before {
	opacity: 0 !important;
}

.tp-card--overlay .tp-card-image::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.5) 100%) !important;
	opacity: 1 !important;
}

a.grid_item figure img,
a.grid_item_adventure figure img {
	filter: none !important;
	opacity: 1 !important;
}

a.grid_item .info {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)) !important;
}

.tp-card-image > .tp-card-badge,
.tp-card-image > small.tp-card-badge {
	left: 12px !important;
	max-width: min(200px, calc(100% - 80px));
	overflow: hidden;
	right: auto !important;
	text-overflow: ellipsis;
	top: 12px !important;
	white-space: nowrap;
	z-index: 6;
}

.tp-card-image:has(.tp-card-rating) > .tp-card-badge {
	max-width: calc(100% - 130px);
}

.tp-card-favorite,
.tp-card .wish_bt {
	align-items: center;
	display: inline-flex !important;
	height: 44px;
	justify-content: center;
	position: absolute !important;
	right: 12px !important;
	top: 12px !important;
	width: 44px;
	z-index: 8 !important;
}

.tp-card .wish_bt {
	border-radius: 50% !important;
	padding: 0 !important;
}

.tp-card-rating,
.tp-card-image > .score.tp-card-rating {
	max-width: 74px;
	overflow: hidden;
	position: absolute;
	right: 66px !important;
	text-overflow: ellipsis;
	top: 12px !important;
	white-space: nowrap;
	z-index: 7;
}

.tp-card .wrapper {
	flex: 1 1 auto;
	min-width: 0;
}

.tp-card:not(.tp-card--overlay) .tp-card-title {
	min-height: 2.7em;
}

.tp-card-title,
.tp-card-title a {
	display: -webkit-box;
	line-height: 1.35;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tp-card .wrapper > p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tp-card--list > .row {
	flex: 1 1 auto;
}

.tp-card--list > .row > [class*="col-"]:last-child {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.tp-card--list > .row > [class*="col-"]:last-child > .wrapper {
	flex: 1 1 auto;
}

.tp-card ul {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.tp-card ul li,
.tp-card ul li:last-child {
	float: none;
	margin-right: 0;
	min-width: 0;
}

.tp-card ul li:first-child,
.tp-card .tl-card-meta span,
.tp-card .price,
.tp-card .tl-pill {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tp-card .score {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
}

.tp-card .score span {
	max-width: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tp-card .tl-food-card-badges > span {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.tp-card-image > .tp-card-badge,
	.tp-card-image > small.tp-card-badge {
		left: 10px !important;
		max-width: min(125px, calc(100% - 72px));
		top: 10px !important;
	}

	.tp-card-favorite,
	.tp-card .wish_bt {
		right: 10px !important;
		top: 10px !important;
	}

	.tp-card-rating,
	.tp-card-image > .score.tp-card-rating {
		right: 62px !important;
		top: 10px !important;
	}

	.tp-card--list .wrapper {
		padding: 22px 20px 18px;
	}

	.tp-card ul {
		align-items: flex-start;
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Facts discovery hub */
.main-menu > ul > li > a.active {
	color: #3d2ed6 !important;
	font-weight: 700;
}

.tl-facts-hero .tl-module-hero__content {
	max-width: 980px;
	width: 100%;
}

.tl-facts-hero__eyebrow {
	align-items: center;
	color: #f5d98f;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.tl-facts-hero-search {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(7, 22, 35, 0.24);
	display: flex;
	margin: 28px auto 0;
	max-width: 760px;
	overflow: hidden;
	padding: 7px;
	text-align: left;
}

.tl-facts-hero-search > i {
	color: #1b74d6;
	flex: 0 0 auto;
	font-size: 20px;
	margin: 0 13px 0 10px;
}

.tl-facts-hero-search input {
	background: transparent;
	border: 0;
	color: #25313f;
	flex: 1 1 auto;
	font-size: 14px;
	height: 48px;
	min-width: 0;
	outline: 0;
}

.tl-facts-hero-search button {
	background: #3d2ed6;
	border: 0;
	border-radius: 6px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	height: 48px;
	padding: 0 25px;
}

.tl-facts-hero-search button:hover {
	background: #4132d4;
}

.tl-facts-category-nav {
	background: #fff;
	border-bottom: 1px solid #e5ebf0;
	box-shadow: 0 8px 24px rgba(30, 52, 74, 0.05);
	overflow: hidden;
}

.tl-facts-category-scroll {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 18px 0;
	scrollbar-width: none;
}

.tl-facts-category-scroll::-webkit-scrollbar {
	display: none;
}

.tl-facts-category-scroll a {
	background: #f5f8fb;
	border: 1px solid #e2eaf1;
	border-radius: 999px;
	color: #526173;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 13px;
	white-space: nowrap;
}

.tl-facts-category-scroll a:hover,
.tl-facts-category-scroll a.active {
	background: #3d2ed6;
	border-color: #3d2ed6;
	color: #fff;
}

.tl-facts-discovery {
	padding-top: 38px;
}

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

.tl-facts-discovery__title span {
	color: #3d2ed6;
	display: block;
	font-size: 10px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.tl-facts-discovery__title h2 {
	margin-bottom: 5px;
}

.tl-facts-discovery__title p {
	color: #718092;
	margin: 0;
}

.tl-facts-discovery__title strong {
	background: #eef6ff;
	border-radius: 999px;
	color: #3d2ed6;
	font-size: 11px;
	padding: 8px 13px;
	white-space: nowrap;
}

.tl-fact-card--listing {
	
	box-shadow: 0 12px 30px rgba(30, 52, 74, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tl-fact-card--listing:hover {
	box-shadow: 0 17px 38px rgba(30, 52, 74, 0.13);
	transform: translateY(-3px);
}

.tl-fact-card--listing .tl-fact-content p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (max-width: 767px) {
	.tl-module-hero.tl-facts-hero {
		height: 370px;
	}

	.tl-facts-hero-search {
		align-items: stretch;
		flex-wrap: wrap;
		margin-top: 20px;
		padding: 6px;
	}

	.tl-facts-hero-search > i {
		align-self: center;
		margin-left: 9px;
	}

	.tl-facts-hero-search input {
		font-size: 12px;
	}

	.tl-facts-hero-search button {
		flex-basis: 100%;
		margin-top: 5px;
		width: 100%;
	}

	.tl-facts-category-scroll {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.tl-facts-discovery__title {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}
/* Production static pages */
.tl-static-page {
    background: #f7fbff;
}

.tl-static-hero {
    background: linear-gradient(135deg, rgba(0, 68, 112, 0.92), rgba(0, 139, 208, 0.86));
    color: #fff;
    padding: 120px 0 72px;
    text-align: center;
}

.tl-static-hero .tl-eyebrow {
    color: #dff6ff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.tl-static-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 16px;
}

.tl-static-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 860px;
}

.tl-static-card {
    background: #fff;
    border: 1px solid rgba(0, 139, 208, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(18, 37, 58, 0.08);
    margin-bottom: 24px;
    padding: 28px;
}

.tl-static-card h2 {
    color: #10233f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.tl-static-card p,
.tl-static-card li {
    color: #51627a;
    font-size: 16px;
    line-height: 1.75;
}

.tl-static-list ul {
    margin: 0;
    padding-left: 20px;
}

.tl-honeypot {
    height: 0;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0;
}

@media (max-width: 767px) {
    .tl-static-hero {
        padding: 92px 0 52px;
    }

    .tl-static-hero h1 {
        font-size: 34px;
    }

    .tl-static-hero p {
        font-size: 16px;
    }

    .tl-static-card {
        border-radius: 14px;
        padding: 22px;
    }
}

/* Production Templeisure footer */
.tl-footer {
	background: #021226;
	color: rgba(255, 255, 255, 0.74);
}

.tl-footer h5 {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 18px;
}

.tl-footer p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.tl-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.2s ease;
}

.tl-footer a:hover {
	color: #3d2ed6;
}

.tl-footer .links,
.tl-footer .contacts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tl-footer .links li,
.tl-footer .contacts li {
	margin-bottom: 10px;
}

.tl-footer-contact i {
	color: #3d2ed6;
	margin-right: 8px;
}

.tl-footer-download {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	margin-top: 24px;
	padding: 20px;
}

.tl-store-button {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	color: #061529 !important;
	display: inline-flex;
	gap: 12px;
	min-width: 190px;
	padding: 12px 16px;
}

.tl-store-button i {
	color: #3d2ed6;
	font-size: 24px;
}

.tl-store-button span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.tl-store-button small {
	color: #5c6b7a;
	font-size: 10px;
	text-transform: uppercase;
}

.tl-store-button strong {
	font-size: 18px;
	font-weight: 800;
}

.tl-footer-social {
	margin-top: 26px;
}

.tl-footer-social a {
	align-items: center;
	background: rgba(41, 182, 246, 0.12);
	border: 1px solid rgba(41, 182, 246, 0.18);
	border-radius: 50%;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	margin-right: 8px;
	width: 38px;
}

.tl-footer-social a:hover {
	background: #3d2ed6;
	color: #fff;
}

.tl-footer hr {
	border-color: rgba(255, 255, 255, 0.1);
	margin: 34px 0 22px;
}

.tl-footer-bottom {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.tl-footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.tl-footer {
		text-align: left;
	}

	.tl-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.tl-footer-bottom nav {
		justify-content: flex-start;
	}

	.tl-store-button {
		width: 100%;
	}
}

/* Home discovery cards: keep the favourite button clear of image hover overlays. */
.tl-home-discovery-card .tp-card-image {
	position: relative;
}

.tl-home-discovery-card .tp-card-image > .wish_bt {
	align-items: center;
	background: rgba(255, 255, 255, 0.96) !important;
	border: 1px solid rgba(220, 234, 245, 0.95);
	border-radius: 50% !important;
	box-shadow: 0 8px 22px rgba(15, 35, 55, 0.16);
	color: #008bd0 !important;
	display: inline-flex !important;
	height: 42px !important;
	justify-content: center;
	left: auto !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 12px !important;
	top: 12px !important;
	transform: none !important;
	width: 42px !important;
	z-index: 14 !important;
}

.tl-home-discovery-card .tp-card-image > .wish_bt::after {
	color: #008bd0;
	font-size: 18px;
	line-height: 1;
}

.tl-home-discovery-card .tp-card-image > .wish_bt:hover::after,
.tl-home-discovery-card .tp-card-image > .wish_bt.liked::after {
	color: #fc5b62 !important;
}

.tl-home-discovery-card .tp-card-image .read_more {
	pointer-events: none;
	z-index: 6;
}

@media (max-width: 575px) {
	.tl-home-discovery-card .tp-card-image > .wish_bt {
		height: 38px !important;
		right: 10px !important;
		top: 10px !important;
		width: 38px !important;
	}
}

/* Hotel detail: compact production facilities layout, no placeholder images. */
.tl-hotel-amenities-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 18px 0 30px;
}

.tl-hotel-amenity {
	align-items: center;
	background: #fff;
	border: 1px solid #e4edf4;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(18, 45, 72, 0.06);
	color: #25313f;
	display: flex;
	font-weight: 700;
	gap: 12px;
	min-height: 58px;
	padding: 12px 14px;
}

.tl-hotel-amenity__icon {
	align-items: center;
	background: #eaf8ff;
	border-radius: 10px;
	color: #008bd0;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.tl-hotel-amenity__icon .fa {
	color: #008bd0;
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 17px;
	line-height: 1;
	text-align: center;
	width: 1.25em;
}

.tl-restaurant-card-footer {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.box_list .tl-restaurant-card-footer li {
	color: #25313f;
	float: none;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
}

.box_list .tl-restaurant-card-footer li .fa {
	color: #008bd0;
	margin-right: 6px;
}

.tl-hotel-booking-card h3 {
	font-size: 22px;
	margin: 0 0 10px;
}

.tl-hotel-booking-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.tl-hotel-booking-meta span {
	background: #eef6fb;
	border-radius: 999px;
	color: #162d44;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
}

.tl-hotel-booking-meta strong {
	display: none;
}

.tl-hotel-booking-card .btn_1.full-width {
	margin-top: 8px;
}

.tl-directions-btn {
	margin-top: 14px;
}

.grid_item .info p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	margin: 6px 0 0;
}

@media (max-width: 991px) {
	.tl-hotel-amenities-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.tl-hotel-amenities-grid {
		grid-template-columns: 1fr;
	}
}

/* Templeisure brand system */
header.header {
	align-items: center;
	background: rgba(2, 18, 38, 0.08);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
	display: flex;
	min-height: 84px;
	transform: translateZ(0);
	transition: background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease, min-height 300ms ease, padding 300ms ease;
	will-change: background-color, box-shadow;
}

header.header.sticky,
header.header.is-solid,
header.header.header_in {
	background: rgba(255, 255, 255, 0.97) !important;
	border-bottom-color: rgba(15, 23, 42, 0.08);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

#logo .tl-site-logo {
	display: block;
	height: 60px;
	position: relative;
	width: 168px;
}

.tl-brand-logo {
	align-items: center;
	display: inline-flex;
	line-height: 1;
	white-space: nowrap;
}

#logo .tl-brand-logo {
	inset: 0;
	position: absolute;
	transform: translate3d(0, 0, 0) scale(1);
	transition: opacity 300ms ease, transform 300ms ease;
	will-change: opacity, transform;
}

.tl-brand-logo__image {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

#logo .tl-brand-logo__image {
	height: 100%;
	width: auto;
}

header.header #logo .tl-brand-logo--hero {
	opacity: 1;
	pointer-events: auto;
}

header.header #logo .tl-brand-logo--sticky {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0) scale(0.985);
}

header.header.sticky #logo .tl-brand-logo--hero,
header.header.is-solid #logo .tl-brand-logo--hero,
header.header.header_in #logo .tl-brand-logo--hero {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 0, 0) scale(1.015);
}

header.header.sticky #logo .tl-brand-logo--sticky,
header.header.is-solid #logo .tl-brand-logo--sticky,
header.header.header_in #logo .tl-brand-logo--sticky {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
}

header.header .main-menu > ul > li > a,
header.header .tl-login-link {
	color: rgba(255, 255, 255, 0.94) !important;
	font-weight: 700;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
	transition: color 200ms ease, opacity 200ms ease, text-shadow 200ms ease;
}

header.header.sticky .main-menu > ul > li > a,
header.header.is-solid .main-menu > ul > li > a,
header.header.header_in .main-menu > ul > li > a,
header.header.sticky .tl-login-link,
header.header.is-solid .tl-login-link,
header.header.header_in .tl-login-link {
	color: #1a1a1a !important;
	text-shadow: none;
}

header.header .main-menu > ul > li > a:hover,
header.header .main-menu > ul > li > a.active {
	color: #3d2ed6 !important;
	opacity: 1;
}

header.header.sticky .main-menu > ul > li > a:hover,
header.header.is-solid .main-menu > ul > li > a:hover,
header.header.header_in .main-menu > ul > li > a:hover,
header.header.sticky .main-menu > ul > li > a.active,
header.header.is-solid .main-menu > ul > li > a.active,
header.header.header_in .main-menu > ul > li > a.active {
	color: #3d2ed6 !important;
}

header.header .main-menu a:focus-visible,
header.header .tl-login-link:focus-visible,
header.header .tl-register-link:focus-visible,
header.header .tl-account-trigger:focus-visible,
header.header .btn_mobile:focus-visible {
	outline: 2px solid #3d2ed6;
	outline-offset: 4px;
}

header.header .hamburger-inner,
header.header .hamburger-inner::before,
header.header .hamburger-inner::after {
	background-color: #fff;
	transition: background-color 300ms ease;
}

header.header.sticky .hamburger-inner,
header.header.sticky .hamburger-inner::before,
header.header.sticky .hamburger-inner::after,
header.header.is-solid .hamburger-inner,
header.header.is-solid .hamburger-inner::before,
header.header.is-solid .hamburger-inner::after,
header.header.header_in .hamburger-inner,
header.header.header_in .hamburger-inner::before,
header.header.header_in .hamburger-inner::after {
	background-color: #1a1a1a;
}

@media (min-width: 992px) {
	header.header {
		justify-content: space-between;
		padding: 12px clamp(24px, 3.2vw, 46px);
	}

	header.header.sticky,
	header.header.is-solid,
	header.header.header_in {
		min-height: 84px;
		padding: 12px clamp(24px, 3.2vw, 46px);
	}

	header.header #logo,
	header.header ul#top_menu {
		flex: 0 0 clamp(170px, 18vw, 230px);
	}

	header.header #logo {
		align-items: center;
		display: flex;
		float: none;
		left: auto;
		order: 1;
		position: relative;
		text-align: left;
		top: auto;
		width: auto;
		z-index: 4;
	}

	header.header .main-menu {
		align-items: center;
		display: flex;
		flex: 1 1 auto;
		float: none;
		justify-content: center;
		margin: 0;
		min-width: 0;
		order: 2;
		position: relative;
		top: auto;
		z-index: 3;
	}

	header.header .main-menu > ul {
		align-items: center;
		display: flex;
		gap: clamp(14px, 1.8vw, 32px);
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	header.header .main-menu > ul > li {
		align-items: center;
		display: flex;
		float: none;
		margin: 0;
	}

	header.header .main-menu > ul > li > a {
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
		padding: 11px 0;
		white-space: nowrap;
	}

	header.header .main-menu > ul > li > a::after {
		background: #3d2ed6;
		border-radius: 999px;
		bottom: 0;
		content: "";
		height: 2px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%) scaleX(0);
		transform-origin: center;
		transition: transform 200ms ease;
		width: 100%;
	}

	header.header .main-menu > ul > li > a:hover::after,
	header.header .main-menu > ul > li > a.active::after {
		transform: translateX(-50%) scaleX(1);
	}

	header.header ul#top_menu {
		align-items: center;
		display: flex;
		float: none;
		gap: 10px;
		justify-content: flex-end;
		margin: 0;
		order: 3;
		padding: 0;
		position: relative;
		z-index: 4;
	}

	header.header ul#top_menu li,
	header.header ul#top_menu li:last-child {
		align-items: center;
		display: flex;
		float: none;
		margin: 0;
		position: relative;
		top: auto;
	}

	header.header .tl-login-link {
		align-items: center;
		display: inline-flex;
	}
}

.tl-account-trigger {
	transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
}

header.header.sticky .tl-account-trigger,
header.header.is-solid .tl-account-trigger,
header.header.header_in .tl-account-trigger {
	background: #fff;
	border-color: #e4e9ee;
	color: #25313f;
}

#header_menu {
	background: #021226 !important;
}

#header_menu a.open_close {
	color: #fff !important;
	top: 14px;
}

#header_menu .tl-mobile-menu-logo {
	display: inline-flex;
	width: 218px;
}

#header_menu .tl-brand-logo--mobile {
	position: static;
	width: 100%;
}

.tl-footer-logo-wrap {
	margin: 0 0 24px;
}

.tl-footer-logo-wrap .tl-brand-logo--footer {
	position: static;
	transform: none;
	width: 220px;
}

@media (max-width: 991px) {
	header.header {
		align-items: center;
		display: flex;
		min-height: 68px;
		padding: 10px 16px;
	}

	header.header.sticky,
	header.header.is-solid,
	header.header.header_in {
		padding: 10px 16px;
	}

	header.header #logo {
		float: none;
		flex: 0 0 auto;
		left: auto;
		order: 1;
		position: relative;
		text-align: left;
		top: auto;
		width: auto;
	}

	#logo .tl-site-logo {
		height: 42px;
		margin-top: 0;
		width: 118px;
		max-width: calc(100vw - 96px);
	}

	header.header #logo .tl-brand-logo__image {
		height: 100%;
		width: auto;
	}

	header.header ul#top_menu {
		align-items: center;
		display: flex;
		float: none;
		margin: 0 0 0 10px;
		order: 3;
		padding: 0;
		position: relative;
		z-index: 10;
	}

	header.header ul#top_menu li,
	header.header ul#top_menu li:last-child {
		align-items: center;
		display: flex;
		float: none;
		margin: 0;
		position: static;
		top: auto;
	}

	header.header .tl-login-link,
	header.header .tl-account-trigger {
		align-items: center;
		display: inline-flex;
		justify-content: center;
	}

	header.header .tl-login-link {
		height: 40px;
		padding: 0 12px;
		width: auto;
	}

	header.header .tl-register-link {
		height: 40px;
		padding: 0 14px;
	}

	header.header .btn_mobile {
		flex: 0 0 auto;
		margin-left: auto;
		order: 2;
		position: relative;
		z-index: 100000002;
	}

	header.header #logo,
	header.header ul#top_menu {
		z-index: 100000002;
	}

	body.tl-mobile-nav-open {
		overflow: hidden;
	}

	header.header {
		overflow: visible;
	}

	header.header .layer {
		background: rgba(2, 18, 38, 0.56);
		z-index: 99999998;
	}

	header.header .main-menu {
		-webkit-overflow-scrolling: touch;
		background: #021226;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 0 0 18px 18px;
		bottom: auto;
		box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
		height: auto;
		left: 12px;
		max-height: calc(100vh - 88px);
		opacity: 0;
		overflow-y: auto;
		pointer-events: none;
		position: fixed;
		right: 12px;
		top: 68px;
		transform: translate3d(0, -14px, 0);
		transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
		visibility: hidden;
		width: auto;
		z-index: 100000000;
	}

	header.header .main-menu.show {
		opacity: 1;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	#header_menu {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 14px 16px;
		text-align: left;
	}

	#header_menu a.open_close {
		align-items: center;
		display: inline-flex;
		height: 38px;
		justify-content: center;
		position: static;
		right: auto;
		top: auto;
		width: 38px;
	}

	#header_menu .tl-mobile-menu-logo {
		width: 184px;
	}

	header.header .main-menu > ul {
		display: block;
		margin: 0;
		padding: 6px 0 12px;
	}

	header.header .main-menu > ul > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		display: block;
		margin: 0;
	}

	header.header .main-menu > ul > li:last-child {
		border-bottom: 0;
	}

	header.header .main-menu > ul > li > a {
		align-items: center;
		color: #fff !important;
		display: flex;
		font-size: 15px;
		line-height: 1.2;
		min-height: 48px;
		padding: 14px 18px !important;
		text-shadow: none;
	}

	header.header .main-menu > ul > li > a:hover,
	header.header .main-menu > ul > li > a.active {
		background: rgba(61, 46, 214, 0.18);
		color: #fff !important;
		opacity: 1;
	}

	.tl-footer-logo-wrap .tl-brand-logo--footer {
		width: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header.header {
		min-height: 76px;
		padding: 10px 20px;
	}

	header.header.sticky,
	header.header.is-solid,
	header.header.header_in {
		padding: 10px 20px;
	}

	#logo .tl-site-logo {
		height: 52px;
		max-width: 190px;
		width: 145px;
	}

	header.header .tl-login-link {
		height: 42px;
		padding: 0 12px;
		width: auto;
	}

	header.header .tl-register-link {
		height: 42px;
		padding: 0 14px;
	}

	header.header .tl-account-trigger {
		height: 44px;
		width: 44px;
	}

	header.header .main-menu {
		top: 76px;
	}
}

@media (max-width: 767px) {
	header.header ul#top_menu li.tl-register-menu {
		display: none;
	}

	header.header .tl-login-link {
		height: 40px;
		padding: 0;
		width: 40px;
	}

	header.header .tl-login-link span {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1023px) {
	header.header {
		padding: 12px 18px;
	}

	#logo .tl-site-logo {
		height: 50px;
		width: 167px;
	}

	header.header .main-menu > ul {
		gap: 14px;
	}

	header.header .main-menu > ul > li > a {
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	#logo .tl-site-logo {
		height: 42px;
		width: 118px;
		max-width: calc(100vw - 92px);
	}

	#header_menu .tl-mobile-menu-logo {
		width: 174px;
	}

	header.header .main-menu {
		left: 10px;
		right: 10px;
	}

	.tl-footer-logo-wrap .tl-brand-logo--footer {
		width: 180px;
	}
}

@media (max-width: 360px) {
	#header_menu .tl-mobile-menu-logo {
		width: 154px;
	}
}

/* Fixed header offsets, loader stability, and managed authentication modal */
#preloader {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
}

#preloader [data-loader="circle-side"] {
	flex: 0 0 auto;
	margin: 0;
	position: static;
}

header.header.header_in + main {
	padding-top: 85px;
}

.mfp-bg.tl-auth-popup {
	background: #021226;
	opacity: 0.78 !important;
	z-index: 100000010 !important;
}

.mfp-wrap.tl-auth-popup {
	z-index: 100000011 !important;
}

.mfp-wrap.tl-auth-popup .mfp-container {
	padding: 24px 14px;
}

#sign-in-dialog.tl-auth-dialog {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 28px 80px rgba(2, 18, 38, 0.34);
	margin: 24px auto;
	max-height: calc(100vh - 48px);
	max-width: 540px;
	overflow-y: auto;
	padding: 0;
	text-align: left;
}

#sign-in-dialog.tl-auth-dialog .mfp-close {
	align-items: center;
	background: #edf1f6;
	border-radius: 50%;
	color: #334155;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	line-height: 1;
	right: 16px;
	top: 16px;
	width: 38px;
}

#sign-in-dialog.tl-auth-dialog .mfp-close:hover {
	background: #dfe6ef;
	color: #111827;
}

#sign-in-dialog.tl-auth-dialog .mfp-close::before {
	content: "\00d7";
	font-family: Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.tl-auth-shell {
	padding: 34px 38px 30px;
}

.tl-auth-heading {
	padding-right: 46px;
}

.tl-auth-eyebrow {
	color: #3d2ed6;
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tl-auth-heading h3 {
	color: #0f172a;
	font-size: 29px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 8px;
}

.tl-auth-heading p {
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 22px;
}

.tl-auth-message .alert,
.tl-auth-form [data-auth-form-message] .alert {
	border: 0;
	border-radius: 10px;
	font-size: 13px;
	margin: 0 0 14px;
	padding: 11px 13px;
}

.tl-auth-form[hidden] {
	display: none !important;
}

.tl-auth-social {
	align-items: center;
	background: #fff;
	border: 1px solid #d8e0e8;
	border-radius: 12px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
	color: #172033;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 12px;
	justify-content: center;
	min-height: 48px;
	margin-bottom: 18px;
	padding: 12px 16px;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tl-auth-social:hover,
.tl-auth-social:focus {
	border-color: #3d2ed6;
	box-shadow: 0 12px 28px rgba(61, 46, 214, 0.16);
	color: #172033;
	transform: translateY(-1px);
}

.tl-auth-social span {
	align-items: center;
	color: #2563eb;
	display: inline-flex;
	font-size: 20px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	width: 24px;
}

#sign-in-dialog.tl-auth-dialog .form-group {
	margin-bottom: 14px;
	position: relative;
}

#sign-in-dialog.tl-auth-dialog .form-group label {
	color: #172033;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
}

#sign-in-dialog.tl-auth-dialog .form-group input.form-control {
	background: #fbfcff;
	border: 1px solid #d8e0e8;
	border-radius: 12px;
	box-shadow: none;
	color: #172033;
	font-size: 15px;
	height: 50px;
	padding: 0 14px 0 44px;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

#sign-in-dialog.tl-auth-dialog .form-group input.form-control:focus {
	border-color: #3d2ed6;
	box-shadow: 0 0 0 4px rgba(61, 46, 214, 0.1);
}

#sign-in-dialog.tl-auth-dialog .form-group i,
#sign-in-dialog.tl-auth-dialog .form-group i.icon_lock_alt {
	color: #9aa7b6;
	font-size: 20px;
	left: 14px;
	top: 38px;
}

.tl-auth-options {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 4px 0 18px;
}

.tl-auth-options .container_check {
	color: #526173;
	font-size: 13px;
	margin: 0;
	padding-left: 28px;
}

.tl-auth-options a,
.tl-auth-switch a {
	color: #3d2ed6;
	font-weight: 800;
	text-decoration: none;
}

.tl-auth-submit,
#sign-in-dialog.tl-auth-dialog .btn_1.full-width {
	align-items: center;
	background: #355fff;
	border: 0;
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(53, 95, 255, 0.24);
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.tl-auth-submit:hover,
#sign-in-dialog.tl-auth-dialog .btn_1.full-width:hover {
	background: #274ce0;
	color: #fff;
}

.tl-auth-divider {
	align-items: center;
	color: #94a3b8;
	display: flex;
	font-size: 13px;
	font-style: italic;
	gap: 12px;
	justify-content: center;
	margin: 18px 0 14px;
}

.tl-auth-divider::before,
.tl-auth-divider::after {
	background: #e2e8f0;
	content: "";
	flex: 1;
	height: 1px;
}

.tl-auth-guest-link {
	align-items: center;
	border: 1px solid #d8e0e8;
	border-radius: 12px;
	color: #172033;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	text-decoration: none;
}

.tl-auth-guest-link:hover {
	border-color: #3d2ed6;
	color: #3d2ed6;
}

.tl-auth-switch {
	color: #64748b;
	font-size: 14px;
	margin: 18px 0 0;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
	header.header.header_in + main {
		padding-top: 76px;
	}
}

@media (max-width: 767px) {
	header.header.header_in + main {
		padding-top: 68px;
	}

	.mfp-wrap.tl-auth-popup .mfp-container {
		padding: 14px 10px;
	}

	#sign-in-dialog.tl-auth-dialog {
		border-radius: 18px;
		margin: 14px auto;
		max-height: calc(100vh - 28px);
	}

	.tl-auth-shell {
		padding: 28px 20px 24px;
	}

	.tl-auth-heading h3 {
		font-size: 24px;
	}

	.tl-auth-heading p {
		font-size: 13px;
	}

	.tl-auth-options {
		align-items: flex-start;
		flex-direction: column;
	}
}

.tl-photo-gallery-trigger {
	cursor: pointer;
}

.hero_in a.btn_photos.tl-photo-gallery-trigger {
	z-index: 1002;
}

.tl-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
	margin: 18px 0 28px;
}

.tl-gallery a {
	border-radius: 12px;
	display: block;
	overflow: hidden;
	position: relative;
}

.tl-gallery img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.tl-gallery a:hover img {
	transform: scale(1.04);
}

.tl-photo-viewer-open {
	overflow: hidden;
}

.tl-photo-viewer {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 99999;
}

.tl-photo-viewer.is-open {
	display: flex;
}

.tl-photo-viewer__backdrop {
	background: rgba(2, 10, 22, .88);
	inset: 0;
	position: absolute;
}

.tl-photo-viewer__dialog {
	align-items: center;
	display: flex;
	justify-content: center;
	max-height: 92vh;
	max-width: min(1120px, 96vw);
	position: relative;
	width: 100%;
	z-index: 1;
}

.tl-photo-viewer__figure {
	margin: 0;
	max-height: 92vh;
	max-width: 100%;
	position: relative;
	text-align: center;
}

.tl-photo-viewer__image {
	background: #07111f;
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
	display: block;
	max-height: 82vh;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.tl-photo-viewer__caption,
.tl-photo-viewer__counter {
	color: #fff;
	display: block;
	font-weight: 500;
	margin-top: 10px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.tl-photo-viewer__counter {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	margin-top: 4px;
}

.tl-photo-viewer__close,
.tl-photo-viewer__nav {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
	color: #07111f;
	display: flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	width: 48px;
	z-index: 2;
}

.tl-photo-viewer__close {
	font-size: 32px;
	right: -8px;
	top: -18px;
}

.tl-photo-viewer__nav {
	font-size: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.tl-photo-viewer__nav--prev {
	left: -18px;
}

.tl-photo-viewer__nav--next {
	right: -18px;
}

.tl-photo-viewer__nav[hidden] {
	display: none;
}

@media (max-width: 768px) {
	.tl-photo-viewer {
		padding: 12px;
	}

	.tl-photo-viewer__dialog,
	.tl-photo-viewer__figure {
		max-height: 90vh;
		max-width: 100%;
	}

	.tl-photo-viewer__image {
		border-radius: 10px;
		max-height: 78vh;
	}

	.tl-photo-viewer__close {
		right: 6px;
		top: 6px;
	}

	.tl-photo-viewer__nav {
		height: 42px;
		width: 42px;
	}

	.tl-photo-viewer__nav--prev {
		left: 4px;
	}

	.tl-photo-viewer__nav--next {
		right: 4px;
	}
}

.tl-insight-card .tp-card-image {
	aspect-ratio: 4 / 3;
}

.tl-insight-card .wrapper {
	min-height: 190px;
}

.tl-insight-card ul a {
	font-weight: 700;
	color: #238044;
}

.tl-insights-featured {
	margin-bottom: 34px;
}

.tl-insights-heading {
	align-items: flex-end;
}

.tl-insights-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.tl-insights-stats span {
	background: #eef6ff;
	border-radius: 999px;
	color: #3d2ed6f;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 13px;
	white-space: nowrap;
}

.tl-insights-stats strong {
	color: #25313f;
	font-size: 14px;
	margin-right: 4px;
}

.tl-insight-list-card {
	margin-bottom: 30px;
}

.tl-insight-list-card .tp-card-image {
	aspect-ratio: auto;
	height: 100% !important;
	min-height: 310px !important;
}

.tl-insight-list-card .wrapper {
	min-height: 0;
}

.tl-insight-list-card .tl-insight-featured-pill {
	margin-bottom: 10px;
}

.tl-insight-list-card .tl-card-meta {
	margin-top: 15px;
}

.tl-insight-list-card .tl-card-meta .fa {
	color: #1b8f7a;
	margin-right: 4px;
}

.tl-insight-list-card ul .btn_1.small {
	border-radius: 7px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
}

.tl-empty-state--insights i {
	align-items: center;
	background: #edf6ff;
	border-radius: 10px;
	color: #3d2ed6;
	display: inline-flex;
	font-size: 28px;
	height: 56px;
	justify-content: center;
	margin-bottom: 14px;
	width: 56px;
}

.tl-insights-popular {
	margin-top: 24px;
}

.tl-insights-popular h3 {
	margin-bottom: 14px;
	font-size: 18px;
}

.tl-insights-popular a {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid #edf0f2;
	color: #263238;
}

.tl-insights-popular a:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.tl-insights-popular img {
	width: 74px;
	height: 58px;
	object-fit: cover;
	border-radius: 6px;
	grid-row: span 2;
}

.tl-insights-popular span {
	color: #238044;
	font-size: 12px;
	font-weight: 700;
}

.tl-insights-popular strong {
	display: block;
	line-height: 1.35;
}

.tl-insights-popular small {
	color: #6c7a74;
	font-size: 12px;
}

.tl-insight-article .lead {
	font-size: 19px;
	line-height: 1.7;
	color: #44524c;
}

.tl-insight-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
	color: #64746d;
	font-size: 13px;
	font-weight: 600;
}

.tl-insight-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tl-insight-content {
	color: #263238;
	font-size: 16px;
	line-height: 1.85;
}

.tl-insight-content h2,
.tl-insight-content h3,
.tl-insight-content h4 {
	margin-top: 28px;
	margin-bottom: 12px;
}

.tl-insight-content blockquote {
	padding: 18px 20px;
	border-left: 4px solid #238044;
	background: #f4f8f5;
	color: #34433c;
}

.tl-insight-sources ul {
	margin: 0;
	padding-left: 20px;
}

.tl-insight-sources li + li {
	margin-top: 8px;
}

.tl-insight-sidebox {
	position: sticky;
	top: 100px;
	padding: 22px;
	border: 1px solid #e2e8e4;
	border-radius: 8px;
	background: #fff;
}

.tl-insight-sidebox h3 {
	margin-bottom: 16px;
	font-size: 19px;
}

.tl-insight-sidebox p {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #edf0f2;
}

.tl-insight-sidebox p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.tl-insight-sidebox span {
	text-align: right;
	color: #64746d;
}

@media (max-width: 767px) {
	.tl-insights-heading {
		align-items: flex-start;
	}

	.tl-insights-stats {
		justify-content: flex-start;
		width: 100%;
	}

	.tl-insight-list-card .tp-card-image {
		aspect-ratio: 4 / 3;
		height: auto !important;
		min-height: 0 !important;
	}

	.tl-insight-card .wrapper {
		min-height: 0;
	}
}
