/*
 * Centralized custom CSS for Vietgo child theme.
 *
 * Add project-specific frontend rules here instead of mixing them into
 * style.css so future homepage/UI work stays isolated.
 */

/* Homepage hero: keep the background video passive and hide browser/player controls. */
#brxe-hingnh .bricks-background-video-wrapper,
#brxe-hingnh .bricks-background-video-wrapper * {
	pointer-events: none;
}

#brxe-hingnh .bricks-background-video-wrapper button,
#brxe-hingnh .bricks-background-video-wrapper [role="button"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Pause"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Play"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Mute"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Unmute"],
#brxe-hingnh .bricks-background-video-wrapper .ytp-chrome-top,
#brxe-hingnh .bricks-background-video-wrapper .ytp-chrome-bottom,
#brxe-hingnh .bricks-background-video-wrapper .ytp-gradient-top,
#brxe-hingnh .bricks-background-video-wrapper .ytp-gradient-bottom,
#brxe-hingnh .bricks-background-video-wrapper .ytp-large-play-button,
#brxe-hingnh .bricks-background-video-wrapper .ytp-show-cards-title {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-enclosure,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-panel,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-overlay-play-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-play-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-start-playback-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-timeline,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-current-time-display,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-time-remaining-display,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-volume-slider,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-mute-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-fullscreen-button {
	-webkit-appearance: none;
	display: none !important;
}

.vgt-home-services-tabs__container {
	width: 1100px;
}

.vgt-home-services-tabs {
	display: grid;
	gap: 2rem;
	width: 100%;
}

.vgt-home-services-tabs__header {
	display: grid;
	gap: 0.8rem;
	text-align: center;
}

.vgt-home-services-tabs__title {
	color: #2c5530;
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
}

.vgt-home-services-tabs__description {
	color: #476155;
	font-size: 1.6rem;
	margin: 0;
}

.vgt-home-services-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.vgt-home-services-tabs__tab {
	background: #ffffff;
	border: 1px solid #cad8cf;
	border-radius: 999px;
	color: #2c5530;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1rem 1.8rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vgt-home-services-tabs__tab.is-active {
	background: #2c5530;
	border-color: #2c5530;
	color: #ffffff;
}

.vgt-home-services-tabs__panel {
	display: none;
}

.vgt-home-services-tabs__panel.is-active {
	display: block;
}

.vgt-home-services-tabs__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-service-card--legacy {
	min-width: 0;
}

.vgt-home-service-card--legacy .brxe-oaudlx {
	background: transparent !important;
	min-height: 0 !important;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
}

.vgt-home-service-card--legacy .tour-badge {
	left: 0.8rem;
	position: absolute;
	top: 0.8rem;
	z-index: 2;
}

.vgt-home-service-card--legacy .brxe-xkoazo,
.vgt-home-service-card--legacy .brxe-jxjmcv {
	padding-top: 1rem !important;
}

.vgt-home-service-card--legacy .brxe-dkjjjz,
.vgt-home-service-card--legacy .brxe-qxrwfm {
	margin-top: 0 !important;
}

.vgt-home-service-card__image {
	aspect-ratio: 4 / 3;
	display: block;
	line-height: 0;
	overflow: hidden;
	width: 100%;
}

.vgt-home-service-card__image .attachment-medium_large,
.vgt-home-service-card__image .attachment-post-thumbnail,
.vgt-home-service-card__image img {
	height: 100%;
}

.vgt-home-service-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vgt-home-services-tabs .tour-card .brxe-ooxddl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.vgt-home-services-tabs__footer {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.vgt-home-services-tabs__read-more {
	background: #fff;
	border-radius: 999px;
	color: #2c5530;
	border: 1px solid #2c5530;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.2rem 2.2rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vgt-home-services-tabs__read-more:hover,
.vgt-home-services-tabs__read-more:focus-visible,
.vgt-home-services-tabs__read-more:active {
	background: #2c5530;
	color: #ffffff;
}

.vgt-tour-shortcode {
	background: #f7faf7;
	border: 1px solid #dce7df;
	border-radius: 8px;
	margin: 2.8rem 0;
	padding: 2rem;
}

.vgt-tour-shortcode__header {
	align-items: center;
	display: flex;
	gap: 1.2rem;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.vgt-tour-shortcode__title {
	color: #2c5530;
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}

.vgt-tour-shortcode__view-all {
	border: 1px solid #2c5530;
	border-radius: 999px;
	color: #2c5530;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 1rem 1.6rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vgt-tour-shortcode__view-all:hover,
.vgt-tour-shortcode__view-all:focus-visible,
.vgt-tour-shortcode__view-all:active {
	background: #2c5530;
	color: #ffffff;
}

.vgt-tour-shortcode__grid {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(var(--vgt-tour-shortcode-columns, 3), minmax(0, 1fr));
}

.vgt-tour-shortcode .tour-card {
	background: #ffffff;
	min-width: 0;
}

.vgt-tour-shortcode .tour-card .brxe-ooxddl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.vgt-home-transfer {
	margin-top: 3.6rem;
}

.vgt-home-transfer__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-transfer__header {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.4rem;
	text-align: center;
}

.vgt-home-transfer__title {
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__title a {
	color: #2c5530;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__description {
	color: #476155;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 72rem;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-transfer__footer {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.vgt-home-transfer__read-more {
	background: #fff;
	border-radius: 999px;
	border: 1px solid #2c5530;
	color: #2c5530;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.2rem 2.2rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vgt-home-transfer__read-more:hover,
.vgt-home-transfer__read-more:focus-visible,
.vgt-home-transfer__read-more:active {
	background: #2c5530;
	color: #ffffff;
}

.vgt-home-transfer .brxe-xnxvko .brxe-ooxddl.brxe-text-basic {
	margin-bottom: 5px !important;
}

.vgt-home-blog {
	margin-top: 4rem;
}

.vgt-home-press {
	margin-top: 4rem;
}

.vgt-home-press__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-press__header {
	align-items: center;
	display: grid;
	margin-bottom: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vgt-home-press__title {
	color: #2c5530;
	font-size: clamp(2.6rem, 2.8vw, 3.8rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.vgt-home-press__slider {
	--vgt-home-press-visible: 5;
	position: relative;
}

.vgt-home-press__track {
	display: flex;
	gap: 1.8rem;
	transition: transform 0.35s ease;
}

.vgt-home-press__item {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3ece6;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.06);
	display: flex;
	flex: 0 0 calc((100% - (1.8rem * 4)) / 5);
	justify-content: center;
	min-height: 140px;
	overflow: hidden;
	padding: 2rem;
	text-decoration: none;
}

.vgt-home-press__item img {
	display: block;
	height: auto;
	max-height: 72px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.vgt-home-blog__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-blog__header {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	margin-bottom: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vgt-home-blog__title {
	color: #2c5530;
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.vgt-home-blog__description {
	color: #476155;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 72rem;
	text-align: center;
}

.vgt-home-blog__slider {
	position: relative;
}

.vgt-home-blog-card__meta {
	justify-content: flex-start;
}

.vgt-home-blog-card .vgt-blog-card__body {
	gap: 1.2rem;
	grid-template-rows: auto auto auto 1fr auto;
}

.vgt-home-blog-card .vgt-blog-card__title {
	min-height: 0;
}

.vgt-home-blog-card .vgt-blog-card__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vgt-home-blog-card .vgt-blog-card__excerpt {
	-webkit-line-clamp: 3;
}

.vgt-home-blog-card__author,
.vgt-home-blog-card__separator,
.vgt-home-blog-card .vgt-blog-card__date {
	color: #6a7f73;
	font-size: 1.3rem;
	font-weight: 600;
}

.vgt-home-blog-card__footer {
	margin-top: auto;
	padding-top: 0.8rem;
}

.vgt-home-blog-card__read-more,
.vgt-home-blog__read-more {
	background: #ffffff;
	border: 2px solid #2c5530;
	border-radius: 999px;
	color: #2c5530;
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 700;
	padding: 1rem 2rem;
	text-decoration: none;
}

.vgt-home-blog-card__read-more:hover,
.vgt-home-blog-card__read-more:focus-visible,
.vgt-home-blog-card__read-more:active,
.vgt-home-blog__read-more:hover,
.vgt-home-blog__read-more:focus-visible,
.vgt-home-blog__read-more:active {
	background: #2c5530;
	color: #ffffff;
}

.vgt-home-blog__footer {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.2rem;
}

.vgt-home-transfer .brxe-xnxvko .brxe-mlqkwl.brxe-div {
	margin-top: 5px !important;
}

.vgt-home-blog {
	padding-bottom: 50px !important;
}

@media (max-width: 991px) {
	.vgt-home-services-tabs__container {
		width: 100%;
	}

	.vgt-home-services-tabs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-tour-shortcode__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-transfer__container {
		width: 100%;
	}

	.vgt-home-transfer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-transfer .vgt-transfer-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-blog__container {
		width: 100%;
	}

	.vgt-home-press__container {
		width: 100%;
	}

	.vgt-home-press__slider {
		--vgt-home-press-visible: 2;
	}

	.vgt-home-press__item {
		flex-basis: calc((100% - 1.8rem) / 2);
	}
}

@media (max-width: 767px) {

	html,
	body {
		overflow-x: hidden;
	}

	#brxe-gbdauh {
		height: auto !important;
		max-width: 100%;
		overflow-x: hidden !important;
		overflow-y: visible !important;
	}

	.vgt-home-services-tabs__container {
		box-sizing: border-box;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	.vgt-home-services-tabs,
	.vgt-home-services-tabs__panels,
	.vgt-home-services-tabs__panel {
		box-sizing: border-box;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	.vgt-home-services-tabs {
		gap: 1.6rem;
	}

	.vgt-tour-shortcode {
		margin: 2.4rem 0;
		padding: 1.4rem;
	}

	.vgt-tour-shortcode__header {
		align-items: flex-start;
		display: grid;
	}

	.vgt-tour-shortcode__title {
		font-size: 2rem;
	}

	.vgt-tour-shortcode__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	#brxe-gbdauh .vgt-home-services-tabs__header {
		display: grid !important;
		gap: 0.6rem;
		height: auto !important;
		margin-bottom: 0.2rem;
		opacity: 1 !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	#brxe-gbdauh .vgt-home-services-tabs__title,
	#brxe-gbdauh .vgt-home-services-tabs__description {
		display: block !important;
		height: auto !important;
		opacity: 1 !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	#brxe-gbdauh .vgt-home-services-tabs__title {
		font-size: 2.5rem;
	}

	#brxe-gbdauh .vgt-home-services-tabs__description {
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.vgt-home-services-tabs__nav {
		align-items: center;
		cursor: grab;
		flex-wrap: nowrap;
		gap: 1rem;
		justify-content: flex-start;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		padding: 0 0.5rem 0.4rem;
		pointer-events: auto;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: auto;
		user-select: none;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		-webkit-user-select: none;
	}

	.vgt-home-services-tabs__nav::-webkit-scrollbar {
		display: none;
	}

	.vgt-home-services-tabs__grid {
		cursor: grab;
		display: flex;
		gap: 1.6rem;
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		padding: 0 0.5rem 0.8rem;
		pointer-events: auto;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: auto;
		user-select: none;
		width: 100%;
		-webkit-overflow-scrolling: touch;
		-webkit-user-select: none;
	}

	.vgt-home-services-tabs__grid::-webkit-scrollbar {
		display: none;
	}

	.vgt-home-services-tabs__tab {
		flex: 0 0 auto;
		min-width: max-content;
		scroll-snap-align: start;
		white-space: nowrap;
		width: auto;
	}

	.vgt-home-services-tabs__grid>.tour-card {
		flex: 0 0 100%;
		min-width: 100%;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.vgt-home-transfer {
		overflow-x: hidden;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}

	.vgt-home-transfer__grid {
		cursor: grab;
		display: flex;
		gap: 1.6rem;
		grid-template-columns: none;
		max-width: 100%;
		min-width: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		padding: 0 0 1rem;
		pointer-events: auto;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		touch-action: auto;
		user-select: none;
		-webkit-overflow-scrolling: touch;
		-webkit-user-select: none;
	}

	.vgt-home-transfer .vgt-transfer-services-grid {
		display: flex;
		gap: 1.6rem;
		grid-template-columns: none;
		max-width: 100%;
		min-width: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		padding: 0 0 1rem;
		scroll-padding-inline: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.vgt-home-transfer__grid::-webkit-scrollbar,
	.vgt-home-transfer .vgt-transfer-services-grid::-webkit-scrollbar {
		display: none;
	}

	.vgt-home-transfer__grid>.tour-card,
	.vgt-home-transfer .vgt-transfer-services-grid>.tour-card {
		flex: 0 0 min(calc(100vw - 5.6rem), 34rem);
		min-width: min(calc(100vw - 5.6rem), 34rem);
		scroll-snap-align: start;
	}

	.vgt-home-press,
	.vgt-home-blog {
		overflow-x: hidden;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
	}

	.vgt-home-press__slider {
		--vgt-home-press-visible: 2;
		overflow: hidden;
		position: relative;
	}

	.vgt-home-press__container {
		max-width: 100%;
		overflow: visible;
	}

	.vgt-home-press__header {
		display: grid !important;
		height: auto !important;
		margin-bottom: 1.6rem;
		opacity: 1 !important;
		overflow: visible !important;
		position: relative;
		visibility: visible !important;
		z-index: 1;
	}

	.vgt-home-press__title {
		color: #2c5530;
		display: block !important;
		font-size: 2.8rem;
		height: auto !important;
		line-height: 1.2;
		opacity: 1 !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	.vgt-home-press .vgt-blog-slider__arrow {
		display: inline-flex;
		height: 34px;
		top: 50%;
		transform: translateY(-50%);
		width: 34px;
		z-index: 5;
	}

	.vgt-home-press .vgt-blog-slider__arrow.is-prev {
		left: 0.6rem;
	}

	.vgt-home-press .vgt-blog-slider__arrow.is-next {
		right: 0.6rem;
	}

	.vgt-home-press .vgt-blog-slider__viewport {
		cursor: grab;
		overflow: hidden;
		padding: 0.4rem 0;
		touch-action: pan-y;
		user-select: none;
		-webkit-user-select: none;
	}

	.vgt-home-press__track {
		gap: 1.2rem;
		transition: transform 0.35s ease;
	}

	.vgt-home-press__track.is-dragging {
		transition: none;
	}

	.vgt-home-press__item {
		flex: 0 0 calc((100% - 1.2rem) / 2);
		min-height: 112px;
		min-width: 0;
		padding: 1.4rem;
	}

	.vgt-home-blog__container {
		max-width: 100%;
	}
}

.vgt-home-press-admin__list {
	display: grid;
	gap: 16px;
	margin-top: 12px;
}

.vgt-home-press-admin__row {
	align-items: start;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 16px 20px;
	grid-template-columns: 220px minmax(0, 1fr);
	padding: 16px;
}

.vgt-home-press-admin__preview {
	align-items: center;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	margin-bottom: 0;
	max-width: 220px;
	min-height: 110px;
	padding: 12px;
}

.vgt-home-press-admin__preview img {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.vgt-home-press-admin__row>p {
	margin: 0;
}

.vgt-home-press-admin__row>p:nth-of-type(1) {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vgt-home-press-admin__row>p:nth-of-type(2),
.vgt-home-press-admin__row>p:nth-of-type(3) {
	grid-column: 2;
}

.vgt-home-press-admin__row .regular-text {
	max-width: 420px;
	width: 100%;
}

.vgt-tour-section-nav {
	background: #ffffff;
	border-bottom: 1px solid #e5ece7;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.08);
	margin-top: 0;
	overflow-x: auto;
	position: sticky !important;
	top: var(--vgt-tour-section-nav-top, 0px) !important;
	width: 100%;
	z-index: 80;
}

body.single-tour #brx-header,
body.single-itinerary #brx-header,
body.single-cruise #brx-header,
body.single-transfer #brx-header,
body.single-tour .brx-header,
body.single-itinerary .brx-header,
body.single-cruise .brx-header,
body.single-transfer .brx-header {
	position: sticky !important;
	top: var(--wp-admin--admin-bar--height, 0px) !important;
	width: 100%;
	z-index: 90;
}

.vgt-tour-section-nav__list {
	display: flex;
	gap: 0.8rem;
	margin: 0 auto;
	max-width: 1200px;
	min-width: max-content;
	padding: 1.2rem 2rem;
}

.vgt-tour-section-nav__item {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #476155;
	cursor: pointer;
	font-size: 1.45rem;
	font-weight: 600;
	padding: 1rem 1.2rem;
	transition: border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.vgt-tour-section-nav__item.is-active,
.vgt-tour-section-nav__item:hover,
.vgt-tour-section-nav__item:focus-visible {
	border-bottom-color: #4a90e2;
	color: #2c5530;
	outline: none;
}

.is-clickable .fact-value .vgt-tour-rating-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 0.4rem;
	padding: 0;
	text-decoration: underline;
	text-decoration-color: rgba(23, 50, 36, 0.3);
	text-underline-offset: 0.2rem;
}

.is-clickable .fact-value .vgt-tour-rating-trigger:hover,
.is-clickable .fact-value .vgt-tour-rating-trigger:focus-visible {
	color: #2c5530;
	outline: none;
	text-decoration-color: #2c5530;
}

@media (max-width: 767px) {
	.vgt-tour-section-nav {
		top: var(--vgt-tour-section-nav-top, 0px);
	}

	.vgt-tour-section-nav__list {
		padding: 1rem 1.2rem;
	}

	.vgt-tour-section-nav__item {
		font-size: 1.35rem;
		padding: 0.9rem 0.8rem;
	}
}

.vgt-detail-section {
	background: #ffffff;
	border: 1px solid #edf1ee;
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: 0 14px 40px rgba(23, 50, 36, 0.08);
	margin-top: 2.4rem;
	max-width: 100%;
	overflow: hidden;
	padding: 2.4rem;
}

.vgt-transfer-hero {
	padding: 4.8rem 2rem;
}

.vgt-transfer-hero__inner,
.vgt-transfer-layout {
	margin: 0 auto;
	max-width: 1280px;
}

.vgt-transfer-hero__inner {
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.vgt-transfer-hero__copy {
	color: #ffffff;
}

.vgt-transfer-hero__title {
	color: #ffffff;
	font-size: clamp(3.6rem, 4vw, 6rem);
	line-height: 1.08;
	margin: 0 0 1.4rem;
}

.vgt-transfer-hero__excerpt {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.7rem;
	line-height: 1.8;
	max-width: 70rem;
}

.vgt-transfer-hero__facts {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(8, 26, 17, 0.18);
	padding: 2.2rem;
}

.vgt-transfer-hero__facts-title {
	border-bottom: 2px solid #f3b24f;
	color: #2c5530;
	font-size: 1.8rem;
	margin: 0 0 1.4rem;
	padding-bottom: 0.8rem;
}

.vgt-transfer-hero__facts .fact-item {
	align-items: baseline;
	border-bottom: 1px solid #ebf1ed;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 120px 1fr;
	padding: 1rem 0;
}

.vgt-transfer-hero__facts .fact-item:last-child {
	border-bottom: 0;
}

.vgt-transfer-hero__facts .fact-label {
	color: #5f7368;
	font-size: 1.45rem;
	font-weight: 700;
}

.vgt-transfer-hero__facts .fact-value {
	color: #2c5530;
	font-size: 1.45rem;
	font-weight: 600;
	text-align: right;
}

.vgt-transfer-hero__facts .stars {
	color: #f3b24f;
	letter-spacing: 0.08em;
}

.vgt-transfer-layout {
	padding: 2.4rem 2rem 6rem;
}

body.single-transfer #brxe-cwseth {
	padding-bottom: 5rem;
	padding-top: 4.4rem;
}

body.single-transfer #brxe-opxbku {
	max-width: 1200px;
	width: 100%;
}

body.single-transfer #brxe-mbijgp {
	align-items: start !important;
	column-gap: clamp(2.4rem, 4vw, 5rem) !important;
	grid-template-columns: minmax(0, 1fr) clamp(34rem, 30vw, 40rem) !important;
	min-height: 0 !important;
	width: 100%;
}

body.single-transfer #brxe-embfxi {
	align-self: start;
	min-width: 0;
}

body.single-transfer #brxe-xpafyg {
	font-size: clamp(3.2rem, 4vw, 5.4rem) !important;
	line-height: 1.08;
	margin-bottom: 0 !important;
	max-width: 68rem;
}

body.single-transfer #brxe-igrgsi {
	align-self: start;
	justify-self: end;
	width: 100%;
}

body.single-transfer #brxe-igrgsi .fact-item {
	align-items: center;
	grid-template-columns: minmax(10rem, 0.9fr) minmax(0, 1.1fr);
	min-width: 0;
}

body.single-transfer #brxe-igrgsi .fact-label,
body.single-transfer #brxe-igrgsi .fact-value {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.single-transfer #brxe-jspmol {
	padding-top: 2rem !important;
}

body.single-transfer #brxe-laspus {
	padding-top: 0 !important;
}

.vgt-transfer-layout__grid {
	align-items: start;
	display: grid;
	gap: 2.4rem;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 360px);
}

.vgt-transfer-layout__main {
	min-width: 0;
}

.vgt-transfer-layout__after {
	margin-top: 2.4rem;
}

.vgt-transfer-sidebar {
	display: grid;
	gap: 1.8rem;
	position: sticky;
	top: 10rem;
}

.vgt-transfer-sidebar__card {
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(23, 50, 36, 0.1);
	padding: 1.8rem;
}

.vgt-transfer-sidebar__card--cta {
	background: #ffffff;
	border: 1px solid #f1d4a4;
}

.vgt-transfer-sidebar__card--why {
	background: linear-gradient(180deg, #2d5a47 0%, #214235 100%);
	color: #ffffff;
}

.vgt-transfer-sidebar__button {
	align-items: center;
	border-radius: 999px !important;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 1rem;
	min-height: 4.8rem;
	text-decoration: none;
	width: 100%;
}

.vgt-transfer-sidebar__button.is-primary {
	background: #b1130f !important;
}

.vgt-transfer-sidebar__button.is-secondary {
	background: linear-gradient(135deg, #0fa364 0%, #2fc27a 100%) !important;
}

.vgt-transfer-sidebar__checklist,
.vgt-transfer-sidebar__why-list {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vgt-transfer-sidebar__checklist li,
.vgt-transfer-sidebar__why-list li {
	font-size: 1.42rem;
	line-height: 1.6;
	padding-left: 1.8rem;
	position: relative;
}

.vgt-transfer-sidebar__checklist li::before,
.vgt-transfer-sidebar__why-list li::before {
	content: "✓";
	left: 0;
	position: absolute;
	top: 0;
}

.vgt-transfer-sidebar__checklist li::before {
	color: #2d5a47;
}

.vgt-transfer-sidebar__heading {
	color: #ffd25b;
	font-size: 2.1rem;
	margin: 0 0 1.2rem;
}

.vgt-detail-section .section-title {
	border-bottom: 2px solid #f3b24f;
	color: #2c5530;
	font-size: clamp(2rem, 2.2vw, 2.8rem);
	margin: 0 0 1.8rem;
	padding-bottom: 1rem;
}

.vgt-transfer-detail-section__content {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-detail-section__copy {
	color: #46564f;
	font-size: 1.55rem;
	line-height: 1.9;
}

.vgt-transfer-detail-section__copy p {
	margin: 0 0 1.4rem;
}

.vgt-transfer-detail-section__copy p:last-child {
	margin-bottom: 0;
}

.vgt-transfer-detail-section__copy ul,
.vgt-transfer-detail-section__copy ol {
	margin: 0 0 1.4rem 2rem;
	padding: 0;
}

.vgt-transfer-detail-section__embed iframe,
.vgt-transfer-route__map iframe,
.vgt-tour-route__map iframe {
	border: 0;
	border-radius: 14px;
	display: block;
	width: 100%;
}

.vgt-review-summary {
	align-items: center;
	background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 100%);
	border: 1px solid #e7f0ea;
	border-radius: 16px;
	display: grid;
	gap: 2rem;
	grid-template-columns: 180px 1fr;
	margin-bottom: 2rem;
	padding: 2rem;
}

.vgt-review-summary__score {
	align-items: center;
	background: #2ca24f;
	border-radius: 20px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	justify-content: center;
	min-height: 180px;
	padding: 1.6rem;
	text-align: center;
}

.vgt-review-summary__score-number {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
}

.vgt-review-summary__score-label {
	font-size: 2rem;
	font-weight: 700;
}

.vgt-review-summary__count,
.vgt-review-summary__copy {
	color: #476155;
	font-size: 1.5rem;
	margin: 0;
}

.vgt-review-summary__average {
	color: #2c5530;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.vgt-review-summary__stars {
	color: #f3b24f;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}

.vgt-review-list {
	display: flex;
	gap: 1.6rem;
	transition: transform 0.25s ease;
	will-change: transform;
}

.vgt-review-carousel {
	position: relative;
}

.vgt-review-carousel__viewport {
	overflow: hidden;
	padding: 0.2rem 0;
}

.vgt-review-carousel__arrow {
	align-items: center;
	background: rgba(118, 146, 129, 0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(23, 50, 36, 0.16);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 2.4rem;
	font-weight: 700;
	height: 3.8rem;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease, transform 0.2s ease;
	width: 3.8rem;
	z-index: 2;
}

.vgt-review-carousel__arrow.is-prev {
	left: -1.9rem;
}

.vgt-review-carousel__arrow.is-next {
	right: -1.9rem;
}

.vgt-review-carousel__arrow:hover,
.vgt-review-carousel__arrow:focus-visible {
	background: rgba(44, 85, 48, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
	color: #ffffff;
	outline: none;
	transform: translateY(-50%) scale(1.03);
}

.vgt-review-carousel__arrow:disabled {
	cursor: default;
	opacity: 0.55;
}

.vgt-review-carousel__arrow span {
	display: block;
	line-height: 1;
	transform: translateY(-1px);
}

.vgt-review-card {
	border: 1px solid #e7ece8;
	border-radius: 16px;
	display: grid;
	flex: 0 0 calc((100% - 3.2rem) / 3);
	gap: 1.6rem;
	grid-template-columns: 72px 1fr;
	min-width: 0;
	padding: 1.8rem;
}

.vgt-review-card__score {
	align-items: center;
	background: #eaf6ed;
	border-radius: 999px;
	color: #2c5530;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.vgt-review-card__title {
	color: #2c5530;
	font-size: 2rem;
	margin: 0 0 0.6rem;
}

.vgt-review-card__stars {
	color: #f3b24f;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
}

.vgt-review-card__meta {
	color: #6a7f73;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.35rem;
	gap: 0.8rem 1.2rem;
	margin-bottom: 1rem;
}

.vgt-review-card__content {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.7;
}

.vgt-review-card__content p:last-child {
	margin-bottom: 0;
}

.vgt-review-submit {
	background: #f8fbf9;
	border: 1px solid #e1ece5;
	border-radius: 16px;
	margin: 2rem 0;
	padding: 1.8rem;
}

.vgt-review-submit__title {
	color: #2c5530;
	font-size: 2rem;
	margin: 0 0 1.2rem;
}

.vgt-review-submit__form {
	display: grid;
	gap: 1.2rem;
}

.vgt-review-submit__grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgt-review-submit label {
	color: #2c5530;
	display: grid;
	font-size: 1.35rem;
	font-weight: 700;
	gap: 0.5rem;
}

.vgt-review-submit input,
.vgt-review-submit textarea {
	border: 1px solid #d6e2db;
	border-radius: 10px;
	color: #26372e;
	font-size: 1.45rem;
	padding: 0.9rem 1rem;
	width: 100%;
}

.vgt-review-rating-field {
	border: 0;
	display: grid;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.vgt-review-rating-field legend {
	color: #2c5530;
	font-size: 1.35rem;
	font-weight: 700;
	padding: 0;
}

.vgt-review-rating-picker {
	display: inline-flex;
	direction: rtl;
	justify-content: flex-end;
	line-height: 1;
	width: max-content;
}

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

.vgt-review-rating-picker label {
	color: #c8d2ca;
	cursor: pointer;
	display: inline-flex;
	font-size: 2.6rem;
	line-height: 1;
	padding: 0.1rem 0.15rem;
	transition: color 0.18s ease, transform 0.18s ease;
}

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

.vgt-review-rating-picker input:focus-visible + label {
	outline: 2px solid #2c5530;
	outline-offset: 3px;
}

.vgt-review-rating-picker label:hover {
	transform: translateY(-1px);
}

.vgt-review-submit__button {
	background: #2c5530;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	justify-self: start;
	padding: 1rem 1.6rem;
}

.vgt-review-submit__button:disabled {
	opacity: 0.65;
}

.vgt-review-submit__message {
	color: #2c5530;
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0;
}

.vgt-faq-list {
	display: grid;
	gap: 1rem;
}

.vgt-faq-item {
	border: 1px solid #e7ece8;
	border-radius: 14px;
	overflow: hidden;
}

.vgt-faq-question {
	background: #f7fbf8;
	color: #2c5530;
	cursor: pointer;
	font-size: 1.7rem;
	font-weight: 700;
	list-style: none;
	padding: 1.6rem 5rem 1.6rem 1.6rem;
	position: relative;
}

.vgt-faq-question::-webkit-details-marker {
	display: none;
}

.vgt-faq-question::after {
	color: #2c5530;
	content: "+";
	font-size: 2.4rem;
	line-height: 1;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
}

.vgt-faq-item[open] .vgt-faq-question::after {
	content: "-";
}

.vgt-faq-answer {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.75;
	padding: 0 1.6rem 1.6rem;
}

.vgt-faq-answer p:last-child {
	margin-bottom: 0;
}

.vgt-detail-empty {
	color: #6a7f73;
	font-size: 1.5rem;
	margin: 0;
}

.vgt-transfer-detail-section__content {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-detail-section__copy {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.8;
}

.vgt-transfer-detail-section__copy p:last-child {
	margin-bottom: 0;
}

.vgt-transfer-detail-section__embed {
	border: 1px solid #e7ece8;
	border-radius: 16px;
	line-height: 0;
	overflow: hidden;
}

.vgt-transfer-detail-section__embed iframe,
.vgt-transfer-detail-section__embed img,
.vgt-transfer-detail-section__embed video {
	display: block;
	max-width: 100%;
	width: 100%;
}

.vgt-transfer-detail-section__embed iframe {
	min-height: 320px;
}

.vgt-transfer-booking__notice {
	border-radius: 12px;
	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
	padding: 1.2rem 1.4rem;
}

.vgt-transfer-booking__notice.is-success {
	background: #edf8f1;
	border: 1px solid #cde8d4;
	color: #1f6b43;
}

.vgt-transfer-booking__notice.is-error {
	background: #fff1f1;
	border: 1px solid #f1c7c7;
	color: #a12f2f;
}

.vgt-transfer-booking__form {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-booking__subheading {
	color: #2c5530;
	font-size: 1.95rem;
	margin: 0;
}

.vgt-transfer-booking__grid {
	display: grid;
	gap: 1.4rem;
}

.vgt-transfer-booking__grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-transfer-booking__field {
	display: grid;
	gap: 0.55rem;
}

.vgt-transfer-booking__field span,
.vgt-transfer-booking__transport legend {
	color: #2c5530;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.vgt-transfer-booking__field--full {
	grid-column: 1 / -1;
}

.vgt-transfer-booking__field--span-two {
	grid-column: span 2;
}

.vgt-transfer-booking__field input,
.vgt-transfer-booking__field select,
.vgt-transfer-booking__field textarea {
	border: 1px solid #d6e2db;
	border-radius: 10px;
	color: #2c5530;
	font-size: 1.5rem;
	min-height: 4.8rem;
	padding: 1rem 1.2rem;
	width: 100%;
}

.vgt-transfer-booking__field textarea {
	min-height: 12rem;
	resize: vertical;
}

.vgt-transfer-booking__transport {
	border: 1px solid #e7ece8;
	border-radius: 14px;
	display: grid;
	gap: 0.9rem;
	padding: 1.4rem;
}

.vgt-transfer-booking__transport label {
	align-items: center;
	color: #31463a;
	display: flex;
	font-size: 1.45rem;
	gap: 0.8rem;
}

.vgt-transfer-booking__submit {
	border-radius: 12px !important;
	justify-self: start;
	padding: 1.1rem 2rem !important;
}

.vgt-transfer-booking__honeypot {
	display: none !important;
}

.vgt-inline-gallery__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 100%;
	min-width: 0;
}

.vgt-inline-gallery__item {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 16px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	line-height: 0;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.vgt-inline-gallery__item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.vgt-inline-gallery__item.is-extra {
	display: none;
}

.vgt-inline-gallery__image {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
	width: 100%;
}

.vgt-inline-gallery__item:hover .vgt-inline-gallery__image,
.vgt-inline-gallery__item:focus-visible .vgt-inline-gallery__image {
	transform: scale(1.04);
}

.vgt-inline-gallery {
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.vgt-inline-gallery__view-all {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(44, 85, 48, 0.18);
	border-radius: 999px;
	bottom: 1.4rem;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.16);
	color: #2c5530;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 700;
	gap: 0.7rem;
	line-height: 1;
	padding: 1rem 1.4rem;
	position: absolute;
	right: 1.4rem;
	z-index: 2;
}

.vgt-inline-gallery__view-all:hover,
.vgt-inline-gallery__view-all:focus-visible {
	background: #2c5530;
	color: #ffffff;
	outline: none;
}

body.postid-6262 .vgt-inline-gallery__grid {
	grid-auto-rows: clamp(13rem, 12vw, 21rem);
}

body.postid-6262 .vgt-inline-gallery__item {
	height: 100%;
}

.vgt-gallery-lightbox {
	align-items: center;
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 9999;
}

.vgt-gallery-lightbox.is-open {
	display: flex;
}

.vgt-gallery-lightbox__backdrop {
	background: rgba(10, 18, 13, 0.9);
	inset: 0;
	position: absolute;
}

.vgt-gallery-lightbox__dialog {
	display: block;
	height: auto;
	position: relative;
	width: min(86vw, 1100px);
	z-index: 1;
}

.vgt-gallery-lightbox__figure {
	align-items: center;
	display: grid;
	gap: 1.2rem;
	height: auto;
	justify-items: center;
	margin: 0;
	min-width: 0;
}

.vgt-gallery-lightbox__image {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
	display: block;
	max-height: 78vh;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.vgt-gallery-lightbox__count {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
}

.vgt-gallery-lightbox__close,
.vgt-gallery-lightbox__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	color: #173224;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	line-height: 1;
	position: fixed;
	z-index: 2;
}

.vgt-gallery-lightbox__close {
	font-size: 2.8rem;
	height: 4.8rem;
	right: 2.8rem;
	top: 2.8rem;
	width: 4.8rem;
}

.vgt-gallery-lightbox__nav {
	font-size: 3rem;
	height: 4.4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 4.4rem;
}

.vgt-gallery-lightbox__nav span {
	display: block;
	line-height: 1;
	margin-top: -0.2rem;
	text-align: center;
}

.vgt-gallery-lightbox__nav.is-prev {
	left: 2.6rem;
}

.vgt-gallery-lightbox__nav.is-next {
	right: 2.6rem;
}

.vgt-gallery-lightbox__close:hover,
.vgt-gallery-lightbox__close:focus-visible,
.vgt-gallery-lightbox__nav:hover,
.vgt-gallery-lightbox__nav:focus-visible {
	background: #2c5530;
	color: #ffffff;
	outline: none;
}

.vgt-gallery-lightbox-open {
	overflow: hidden;
}

.vgt-itinerary-tabs {
	display: grid;
	gap: 1.4rem;
}

.vgt-itinerary-summary {
	background: #e7f4e8;
	border: 1px solid #7ba980;
	border-radius: 8px;
	box-sizing: border-box;
	color: #2c5530;
	display: grid;
	gap: 0.2rem;
	line-height: 1.35;
	padding: 0.8rem 1.2rem;
	width: 100%;
}

.vgt-itinerary-summary__title {
	font-size: 1.55rem;
	font-weight: 700;
}

.vgt-itinerary-summary__price {
	align-items: baseline;
	color: #546356;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	gap: 0.4rem;
}

.vgt-itinerary-summary__price strong {
	color: #c9492f;
	font-weight: 700;
}

.vgt-itinerary-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.vgt-itinerary-tabs__tab {
	background: #f5f8f6;
	border: 1px solid #d9e6dd;
	border-radius: 999px;
	color: #2c5530;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 1.6rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vgt-itinerary-tabs__tab.is-active,
.vgt-itinerary-tabs__tab:hover,
.vgt-itinerary-tabs__tab:focus-visible {
	background: #2c5530;
	border-color: #2c5530;
	color: #ffffff;
	outline: none;
}

.vgt-itinerary-tabs__panel {
	display: none;
}

.vgt-itinerary-tabs__panel.is-active {
	display: block;
}

.vgt-itinerary-accordion {
	box-sizing: border-box;
	display: grid;
	gap: 0.8rem;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	width: 100%;
}

.vgt-itinerary-accordion__item+.vgt-itinerary-accordion__item {
	border-top: 0;
}

.vgt-itinerary-accordion__item {
	background: #f4f8f5;
	border: 1px solid #d7e1d9;
	border-radius: 6px;
	box-sizing: border-box;
	overflow: hidden;
}

.vgt-itinerary-accordion__trigger {
	align-items: center;
	background: #f4f8f5;
	border: 0;
	box-sizing: border-box;
	color: #26372e;
	cursor: pointer;
	display: flex;
	font-size: 1.45rem;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.35;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 0.9rem 1.2rem;
	text-align: left;
	width: 100%;
}

.vgt-itinerary-accordion__item.is-open .vgt-itinerary-accordion__trigger {
	background: #f4f8f5;
	color: #2c5530;
	border-bottom: 1px solid #d2decf;
}

.vgt-itinerary-accordion__trigger:hover,
.vgt-itinerary-accordion__trigger:focus-visible {
	background: #e8f4e8;
	outline: none;
}

.vgt-itinerary-accordion__title {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: normal;
}

.vgt-itinerary-accordion__chevron {
	align-items: center;
	color: #2c5530;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	height: 2.2rem;
	justify-content: center;
	line-height: 1;
	margin-left: 1rem;
	text-align: center;
	width: 2.2rem;
}

.vgt-itinerary-accordion__panel {
	background: #f4f8f5;
	border-left: 2px dotted #79a883;
	box-sizing: border-box;
	margin: 0.6rem 1.2rem 1.2rem;
	max-width: calc(100% - 2.4rem);
	min-width: 0;
	overflow: hidden;
	padding: 0.9rem 1.2rem 1.1rem;
	width: calc(100% - 2.4rem);
}

.vgt-itinerary-tabs__gallery {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.8rem;
}

.vgt-itinerary-tabs__image-link {
	border-radius: 16px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.vgt-itinerary-tabs__image {
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.vgt-itinerary-tabs__headline {
	color: #2c5530;
	font-size: 2rem;
	margin: 0 0 1rem;
}

.vgt-itinerary-tabs__content {
	box-sizing: border-box;
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.8;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	white-space: normal;
	word-break: normal;
}

.vgt-itinerary-tabs__content * {
	box-sizing: border-box;
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.vgt-itinerary-tabs__content>*+* {
	margin-top: 1em;
}

.vgt-itinerary-tabs__content p:last-child {
	margin-bottom: 0;
}

.vgt-itinerary-tabs__content img {
	border-radius: 8px;
	display: block;
	height: auto;
	margin: 1.2rem auto;
	max-width: 100%;
}

.vgt-itinerary-tabs__content ul,
.vgt-itinerary-tabs__content ol {
	padding-left: 2.2rem;
}

.vgt-itinerary-tabs__content li+li {
	margin-top: 0.5rem;
}

.vgt-additional-services__grid {
	display: grid;
	gap: 1rem 1.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgt-additional-services__item {
	align-items: center;
	background: #f7fbf8;
	border: 1px solid #e4efe8;
	border-radius: 14px;
	display: flex;
	gap: 1rem;
	min-height: 56px;
	padding: 1.2rem 1.4rem;
}

.vgt-additional-services__icon {
	font-size: 1.8rem;
	line-height: 1;
}

.vgt-additional-services__label {
	color: #2c5530;
	font-size: 1.5rem;
	font-weight: 600;
}

.vgt-included__grid {
	display: grid;
	gap: 3.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgt-detail-included {
	border-radius: 8px;
	padding-top: 2.2rem;
}

.vgt-detail-included>.section-title {
	align-items: center;
	border-bottom: 2px solid #f39c12;
	color: #2c5530;
	display: flex;
	font-size: 2.8rem;
	font-weight: 700;
	gap: 1rem;
	line-height: 1.2;
	margin: 0 0 3.2rem;
	padding-bottom: 1.4rem;
}

.vgt-detail-included>.section-title::before {
	align-items: center;
	background: #57c878;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	color: #ffffff;
	content: "\2713";
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 2rem;
	font-weight: 800;
	height: 2.8rem;
	justify-content: center;
	line-height: 1;
	width: 2.8rem;
}

.vgt-included__column {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.vgt-included__heading {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1.6rem;
}

.vgt-included__column.is-included .vgt-included__heading {
	color: #1f6b43;
}

.vgt-included__column.is-excluded .vgt-included__heading {
	color: #b23b2e;
}

.vgt-included__list {
	color: #31463a;
	display: grid;
	font-size: 1.55rem;
	gap: 0;
	line-height: 1.55;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vgt-included__list li {
	align-items: flex-start;
	border-bottom: 1px solid #e6eee8;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1.5rem minmax(0, 1fr);
	padding: 1.1rem 0;
}

.vgt-included__list li:first-child {
	padding-top: 0;
}

.vgt-included__list li::before {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.vgt-included__column.is-included .vgt-included__list li::before {
	color: #2c5530;
	content: "\2713";
}

.vgt-included__column.is-excluded .vgt-included__list li::before {
	color: #a40000;
	content: "\00d7";
}

#brxe-akjapj {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vgt-blog-slider {
	position: relative;
}

.vgt-blog-slider__viewport {
	overflow: hidden;
	padding: 0.4rem 0;
}

.vgt-blog-slider__track {
	display: flex;
	transition: transform 0.25s ease;
}

.vgt-blog-slider__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.vgt-blog-slider__grid {
	align-items: stretch;
	display: grid;
	gap: 1.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-blog-slider__arrow {
	align-items: center;
	background: rgba(118, 146, 129, 0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 18px rgba(23, 50, 36, 0.16);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	z-index: 3;
}

.vgt-blog-slider__arrow.is-prev {
	left: -22px;
}

.vgt-blog-slider__arrow.is-next {
	right: -22px;
}

.vgt-blog-slider__arrow:hover,
.vgt-blog-slider__arrow:focus-visible {
	background: rgba(23, 50, 36, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
	color: #ffffff;
	outline: none;
	transform: translateY(-50%) scale(1.03);
}

.vgt-blog-slider__arrow:disabled {
	cursor: default;
	opacity: 0.55;
}

.vgt-blog-slider__arrow span {
	display: block;
	transform: translateY(-1px);
}

.vgt-blog-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
	border: 1px solid #e6eee8;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.vgt-blog-card__image-link {
	display: block;
	line-height: 0;
}

.vgt-blog-card__image {
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.vgt-blog-card__body {
	display: grid;
	gap: 1rem;
	grid-template-rows: auto auto 1fr;
	height: 100%;
	padding: 1.5rem 1.5rem 1.8rem;
}

.vgt-blog-card__meta {
	align-items: center;
	color: #6a7f73;
	display: flex;
	font-size: 1.2rem;
	font-weight: 600;
	gap: 0.8rem;
	justify-content: space-between;
	text-transform: uppercase;
}

.vgt-blog-card__title {
	display: -webkit-box;
	font-size: 1.95rem;
	line-height: 1.4;
	margin: 0;
	min-height: 16.4rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.vgt-blog-card__title a {
	color: #2c5530;
	text-decoration: none;
}

.vgt-blog-card__title a:hover {
	color: #1f6b43;
}

.vgt-blog-card__tag {
	background: #e9f4ec;
	border-radius: 999px;
	color: #2f7a4e;
	padding: 0.35rem 0.8rem;
}

.vgt-blog-card__excerpt {
	color: #4d6357;
	display: -webkit-box;
	font-size: 1.45rem;
	line-height: 1.7;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.vgt-detail-related-blog .vgt-home-blog-card .vgt-blog-card__body {
	gap: 1.2rem;
	grid-template-rows: auto auto 1fr auto;
}

.vgt-detail-related-blog .vgt-home-blog-card .vgt-blog-card__title {
	min-height: 0;
}

.vgt-detail-related-blog .vgt-home-blog-card__meta {
	color: #26372e;
	font-size: 1.3rem;
	font-weight: 400;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: flex-start;
	text-transform: none;
}

.vgt-detail-related-blog .vgt-home-blog-card__author,
.vgt-detail-related-blog .vgt-home-blog-card__separator,
.vgt-detail-related-blog .vgt-home-blog-card__category,
.vgt-detail-related-blog .vgt-blog-card__date {
	color: #26372e;
	font-size: 1.3rem;
	font-weight: 400;
}

.vgt-detail-related-blog .vgt-home-blog-card__read-more {
	font-size: 1.35rem;
	padding: 0.8rem 1.3rem;
}

.vgt-transfer-services-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-detail-you-may-like {
	background: #ffffff;
	border: 1px solid #e2ebe5;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(23, 50, 36, 0.07);
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
	padding: 1.8rem;
	width: 100%;
}

.vgt-detail-you-may-like>.section-title {
	border-bottom: 2px solid #f3b24f;
	color: #2c5530;
	font-size: clamp(1.9rem, 1.6vw, 2.4rem);
	line-height: 1.2;
	margin: 0 0 1.6rem;
	padding-bottom: 0.9rem;
}

.vgt-detail-full-width-tail {
	box-sizing: border-box;
	display: grid;
	gap: 2.4rem;
	grid-column: 1 / -1;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.vgt-detail-full-width-tail>.section,
.vgt-detail-full-width-tail>.vgt-detail-section {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.vgt-you-may-like-slider__viewport {
	cursor: grab;
	max-width: 100%;
	overflow: hidden;
	touch-action: pan-y;
	user-select: none;
	width: 100%;
	-webkit-user-select: none;
}

.vgt-detail-you-may-like .vgt-transfer-services-grid {
	display: flex;
	gap: 1.6rem;
	grid-template-columns: none;
	overflow: visible;
	overscroll-behavior-x: contain;
	padding: 0.2rem 0 1.2rem;
	scroll-padding-left: 0;
	scroll-snap-type: none;
	touch-action: pan-y;
	transition: transform 0.28s ease;
	will-change: transform;
}

.vgt-detail-you-may-like .vgt-transfer-services-grid::-webkit-scrollbar {
	display: none;
}

.vgt-detail-you-may-like .vgt-transfer-services-grid .tour-card {
	flex: 0 0 calc((100% - 3.2rem) / 3);
	max-width: calc((100% - 3.2rem) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.vgt-detail-you-may-like #brxe-akjapj,
.vgt-detail-you-may-like>.brx-grid,
.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid {
	display: flex !important;
	gap: 1.6rem;
	grid-template-columns: none !important;
	max-width: 100%;
	overflow: visible;
	overscroll-behavior-x: contain;
	padding: 0.2rem 0 1.2rem;
	scroll-padding-left: 0;
	scroll-snap-type: none;
	touch-action: pan-y;
	transition: transform 0.28s ease;
	will-change: transform;
}

.vgt-detail-you-may-like .vgt-transfer-services-grid.is-dragging,
.vgt-detail-you-may-like #brxe-akjapj.is-dragging,
.vgt-detail-you-may-like>.brx-grid.is-dragging,
.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid.is-dragging {
	cursor: grabbing;
	transition: none;
}

.vgt-detail-you-may-like #brxe-akjapj::-webkit-scrollbar,
.vgt-detail-you-may-like>.brx-grid::-webkit-scrollbar,
.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid::-webkit-scrollbar {
	display: none;
}

.vgt-detail-you-may-like #brxe-akjapj>*,
.vgt-detail-you-may-like>.brx-grid>*,
.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid>* {
	flex: 0 0 calc((100% - 3.2rem) / 3);
	max-width: calc((100% - 3.2rem) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.vgt-detail-you-may-like .itinerary-card {
	background: #ffffff;
	border: 1px solid #dce8df;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(23, 50, 36, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.vgt-detail-you-may-like .itinerary-card .bg-primary-green-grad {
	aspect-ratio: 1.65 / 1;
	background-position: center !important;
	background-size: cover !important;
	min-height: 0 !important;
	width: 100%;
}

.vgt-detail-you-may-like .itinerary-card>div:not(.bg-primary-green-grad) {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1rem;
	padding: 1.3rem !important;
}

.vgt-detail-you-may-like .itinerary-card h3,
.vgt-detail-you-may-like .itinerary-card h3 a {
	color: #2c5530;
	font-size: 1.55rem !important;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
	text-decoration: none;
}

.vgt-detail-you-may-like .itinerary-card .fact-item {
	border-bottom: 1px solid #d9e2dc;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 0.75rem 0;
}

.vgt-detail-you-may-like .itinerary-card .fact-label,
.vgt-detail-you-may-like .itinerary-card .fact-value {
	font-size: 1.25rem !important;
	line-height: 1.45;
	min-width: 0;
}

.vgt-detail-you-may-like .itinerary-card .fact-label {
	color: #69756d;
	font-weight: 600;
}

.vgt-detail-you-may-like .itinerary-card .fact-value {
	color: #2c5530;
	font-weight: 700;
	text-align: right;
	overflow-wrap: anywhere;
}

.vgt-detail-you-may-like .itinerary-card .stars {
	color: #f7a600;
	letter-spacing: 0;
}

.vgt-detail-you-may-like .itinerary-card del {
	color: #a6a6a6;
	font-size: 1.35rem !important;
}

.vgt-detail-you-may-like .itinerary-card ins {
	color: #f4a000;
	font-size: 2rem !important;
	font-weight: 800;
	text-decoration: underline;
}

.vgt-detail-you-may-like .itinerary-card .bricks-button {
	align-items: center;
	border-radius: 6px !important;
	display: inline-flex;
	font-size: 1.2rem !important;
	font-weight: 700;
	justify-content: center;
	min-height: 3.6rem;
	padding: 0.8rem 1.2rem !important;
}

.vgt-detail-you-may-like .itinerary-card .bricks-background-warning,
.vgt-detail-you-may-like .itinerary-card .bricks-background-primary {
	background: #2c5530 !important;
	border-color: #2c5530 !important;
	color: #ffffff !important;
}

.vgt-detail-you-may-like .itinerary-card .bricks-background-warning:hover,
.vgt-detail-you-may-like .itinerary-card .bricks-background-warning:focus-visible,
.vgt-detail-you-may-like .itinerary-card .bricks-background-primary:hover,
.vgt-detail-you-may-like .itinerary-card .bricks-background-primary:focus-visible {
	background: #234528 !important;
	border-color: #234528 !important;
	color: #ffffff !important;
}

.vgt-detail-you-may-like .itinerary-card .bricks-button.outline,
.vgt-detail-you-may-like .itinerary-card .bricks-color-primary.outline {
	background: #ffffff !important;
	border-color: #2c5530 !important;
	color: #2c5530 !important;
}

.vgt-detail-you-may-like .itinerary-card .bricks-button.outline:hover,
.vgt-detail-you-may-like .itinerary-card .bricks-button.outline:focus-visible,
.vgt-detail-you-may-like .itinerary-card .bricks-color-primary.outline:hover,
.vgt-detail-you-may-like .itinerary-card .bricks-color-primary.outline:focus-visible {
	background: #f4f8f5 !important;
	border-color: #2c5530 !important;
	color: #2c5530 !important;
}

.vgt-detail-you-may-like--slider {
	position: relative;
}

.vgt-you-may-like-slider__controls {
	display: block;
	left: 0.6rem;
	margin: 0;
	pointer-events: none;
	position: absolute;
	right: 0.6rem;
	top: 53%;
	transform: translateY(-50%);
	z-index: 2;
}

.vgt-you-may-like-slider__controls[hidden] {
	display: none;
}

.vgt-you-may-like-slider__arrow {
	align-items: center;
	background: #ffffff;
	border: 2px solid #2c5530;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(23, 50, 36, 0.16);
	color: #2c5530;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.9rem;
	font-weight: 700;
	height: 4.4rem;
	justify-content: center;
	line-height: 1;
	pointer-events: auto;
	position: absolute;
	width: 4.4rem;
}

.vgt-you-may-like-slider__arrow.is-prev {
	left: -0.2rem;
}

.vgt-you-may-like-slider__arrow.is-next {
	right: -0.2rem;
}

.vgt-you-may-like-slider__arrow span {
	display: block;
	line-height: 1;
	text-align: center;
	transform: translateY(-1px);
}

.vgt-you-may-like-slider__arrow:hover,
.vgt-you-may-like-slider__arrow:focus-visible {
	background: #2c5530;
	border-color: #2c5530;
	color: #ffffff;
	outline: none;
}

.vgt-you-may-like-slider__arrow:disabled {
	background: #ffffff;
	border-color: #b8c9bf;
	color: #2c5530;
	cursor: default;
	opacity: 0.7;
	visibility: hidden;
}

.vgt-home-transfer .vgt-transfer-services-grid,
.vgt-home-transfer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-transfer .tour-card {
	align-self: start;
}

.vgt-home-transfer .brxe-xkoazo,
.vgt-home-transfer .brxe-mbdcgf {
	gap: 1rem;
}

.vgt-home-transfer .brxe-dkjjjz a,
.vgt-home-transfer .brxe-yqgitl a {
	font-size: clamp(1.6rem, 1.4vw, 2rem);
	-webkit-line-clamp: 2;
}

.vgt-home-transfer .brxe-ooxddl,
.vgt-home-transfer .brxe-fcvmni {
	min-height: 0;
	-webkit-line-clamp: 3 !important;
}

.vgt-home-transfer .brxe-vddmzx,
.vgt-home-transfer .brxe-oagyrd {
	margin-top: 0.2rem;
}

.vgt-transfer-services-grid .tour-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
	border: 1px solid #e3ece6;
	border-radius: 22px;
	box-shadow: 0 14px 30px rgba(23, 50, 36, 0.08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 0;
}

.vgt-transfer-services-grid .brxe-oaudlx,
.vgt-transfer-services-grid .brxe-lizjpg {
	background: transparent !important;
	min-height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}

.vgt-transfer-services-grid .brxe-xkoazo,
.vgt-transfer-services-grid .brxe-mbdcgf {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1.2rem;
	padding: 1.8rem 1.8rem 2rem !important;
}

.vgt-transfer-services-grid .tour-badge,
.vgt-transfer-services-grid .cruise-badge {
	left: 0.8rem;
	position: absolute;
	top: 0.8rem;
	z-index: 2;
}

.vgt-transfer-services-grid .tour-badge li span,
.vgt-transfer-services-grid .cruise-badge li span {
	background: linear-gradient(135deg, #16a34a 0%, #0f8a3d 100%) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(15, 138, 61, 0.24);
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	padding: 0.75rem 1.1rem !important;
}

.vgt-transfer-services-grid .vgt-home-service-card__image,
.vgt-transfer-services-grid .attachment-medium_large,
.vgt-transfer-services-grid .attachment-post-thumbnail,
.vgt-transfer-services-grid img {
	display: block;
	height: 100%;
	width: 100%;
}

.vgt-transfer-services-grid .vgt-home-service-card__image {
	aspect-ratio: 4 / 3;
	line-height: 0;
	overflow: hidden;
}

.vgt-transfer-services-grid .vgt-home-service-card__image img {
	transition: transform 0.35s ease;
}

.vgt-transfer-services-grid .tour-card:hover .vgt-home-service-card__image img {
	transform: scale(1.04);
}

.vgt-transfer-services-grid img {
	object-fit: cover;
}

.vgt-transfer-services-grid .brxe-dkjjjz,
.vgt-transfer-services-grid .brxe-yqgitl {
	line-height: 1.15;
	margin: 0 !important;
}

.vgt-transfer-services-grid .brxe-dkjjjz a,
.vgt-transfer-services-grid .brxe-yqgitl a {
	color: #2c5530;
	display: -webkit-box;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 700;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.vgt-transfer-services-grid .brxe-dkjjjz a:hover,
.vgt-transfer-services-grid .brxe-yqgitl a:hover {
	color: #1f6b43;
}

.vgt-transfer-services-grid .brxe-ooxddl,
.vgt-transfer-services-grid .brxe-fcvmni {
	color: #4d6357;
	display: -webkit-box;
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 0;
	min-height: 10.2rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4 !important;
}

.vgt-transfer-services-grid .brxe-vddmzx,
.vgt-transfer-services-grid .brxe-oagyrd {
	border-top: 1px solid #ebf1ed;
	display: grid;
	gap: 0.9rem;
	margin-top: auto;
	padding-top: 1.2rem;
}

.vgt-transfer-services-grid .fact-item {
	align-items: baseline;
	display: grid;
	gap: 0.4rem;
	grid-template-columns: auto 1fr;
}

.vgt-transfer-services-grid .fact-label {
	color: #5f7368;
	font-size: 1.38rem;
	font-weight: 600;
}

.vgt-transfer-services-grid .fact-value {
	color: #2c5530;
	font-size: 1.38rem;
	font-weight: 500;
}

.vgt-transfer-services-grid .stars {
	color: #f3b24f;
	letter-spacing: 0.08em;
}

.vgt-transfer-services-grid .brxe-mlqkwl,
.vgt-transfer-services-grid .brxe-kxpxca {
	align-items: end;
	border-top: 1px dashed #dbe7de;
	display: flex;
	justify-content: space-between;
	margin-top: 0.6rem;
	padding-top: 1.2rem;
}

.vgt-transfer-services-grid .brxe-oqdluh,
.vgt-transfer-services-grid .brxe-klcdrw,
.vgt-transfer-services-grid .brxe-icipgn,
.vgt-transfer-services-grid .brxe-iayjaa {
	color: #5f7368;
	font-size: 1.3rem;
}

.vgt-transfer-services-grid del {
	color: #8a9a91;
	font-size: 1.6rem;
	margin-right: 0.6rem;
}

.vgt-transfer-services-grid ins {
	color: #e18a00;
	font-size: 2.9rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.vgt-transfer-services-grid .brxe-dekjsw,
.vgt-transfer-services-grid .brxe-udffya {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.8rem;
}

.vgt-transfer-services-grid .brxe-dekjsw a,
.vgt-transfer-services-grid .brxe-udffya a {
	align-items: center;
	border-radius: 12px !important;
	display: inline-flex;
	font-size: 1.34rem !important;
	font-weight: 700 !important;
	justify-content: center;
	min-height: 4.8rem;
	padding: 0 1.1rem !important;
	text-decoration: none;
	white-space: nowrap;
}

.vgt-transfer-services-grid .brxe-zruqjz,
.vgt-transfer-services-grid .brxe-seprkb {
	background: linear-gradient(135deg, #2d5a47 0%, #4b6f5e 100%) !important;
	border: 0 !important;
	box-shadow: 0 12px 24px rgba(45, 90, 71, 0.18);
	color: #ffffff !important;
}

.vgt-transfer-services-grid .brxe-cpehpd,
.vgt-transfer-services-grid .brxe-uaoden {
	background: #ffffff !important;
	border: 1px solid #2c5530 !important;
	color: #2c5530 !important;
}

.vgt-tour-compilation-child-links__list {
	margin-left: auto;
	margin-right: auto;
}

.vgt-tour-compilation-child-links__link:hover,
.vgt-tour-compilation-child-links__link:focus {
	background: #2c5530 !important;
	border-color: #2c5530 !important;
}

@media (max-width: 767px) {

	body.single-tour #brx-content,
	body.single-itinerary #brx-content,
	body.single-cruise #brx-content,
	body.single-transfer #brx-content {
		max-width: 100%;
		overflow-x: hidden;
	}

	.vgt-detail-section {
		max-width: 100%;
		overflow: hidden;
		padding: 1.8rem;
		width: 100%;
	}

	.vgt-review-summary,
	.vgt-review-card {
		grid-template-columns: 1fr;
	}

	.vgt-review-submit__grid {
		grid-template-columns: 1fr;
	}

	.vgt-review-card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.vgt-review-carousel__arrow {
		height: 3.8rem;
		width: 3.8rem;
	}

	.vgt-review-carousel__arrow.is-prev {
		left: 0.4rem;
	}

	.vgt-review-carousel__arrow.is-next {
		right: 0.4rem;
	}

	.vgt-review-card__score {
		height: 64px;
		width: 64px;
	}

	.vgt-inline-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.vgt-inline-gallery__item:first-child {
		grid-column: span 2;
	}

	.vgt-inline-gallery__image {
		max-width: 100%;
	}

	.vgt-inline-gallery__view-all {
		bottom: 1rem;
		font-size: 1.35rem;
		padding: 0.9rem 1.1rem;
		right: 1rem;
	}

	.vgt-gallery-lightbox__dialog {
		width: 90vw;
	}

	.vgt-gallery-lightbox__nav {
		font-size: 2.6rem;
		height: 4rem;
		width: 4rem;
	}

	.vgt-gallery-lightbox__nav.is-prev {
		left: 1.2rem;
	}

	.vgt-gallery-lightbox__nav.is-next {
		right: 1.2rem;
	}

	.vgt-gallery-lightbox__close {
		height: 4.4rem;
		right: 1.2rem;
		top: 1.2rem;
		width: 4.4rem;
	}

	.vgt-gallery-lightbox__image {
		max-height: 72vh;
	}

	.vgt-itinerary-tabs__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-itinerary-accordion__trigger {
		align-items: center;
		padding: 1rem 1.2rem;
	}

	.vgt-itinerary-accordion__panel {
		margin: 0 1rem 1.2rem;
		max-width: calc(100% - 2rem);
		padding: 1rem 1.2rem 1.2rem;
		width: calc(100% - 2rem);
	}

	.vgt-itinerary-tabs__content {
		font-size: 1.5rem;
		line-height: 1.75;
	}

	.vgt-itinerary-tabs__image {
		height: 170px;
	}

	.vgt-additional-services__grid {
		grid-template-columns: 1fr;
	}

	.vgt-included__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-detail-section__embed iframe {
		min-height: 220px;
	}

	.vgt-transfer-hero {
		padding: 3rem 1.6rem;
	}

	body.single-transfer #brxe-cwseth {
		padding-bottom: 3rem;
		padding-top: 3rem;
	}

	body.single-transfer #brxe-mbijgp {
		gap: 2rem !important;
		grid-template-columns: 1fr !important;
	}

	body.single-transfer #brxe-xpafyg {
		font-size: clamp(3rem, 10vw, 4.2rem) !important;
		max-width: none;
	}

	body.single-transfer #brxe-igrgsi {
		justify-self: stretch;
		max-width: none;
		width: 100%;
	}

	body.single-transfer #brxe-igrgsi .fact-item {
		grid-template-columns: minmax(9rem, 0.9fr) minmax(0, 1.1fr);
	}

	.vgt-transfer-layout {
		padding: 2rem 1.6rem 4rem;
	}

	.vgt-transfer-hero__inner {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-layout__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-sidebar {
		position: static;
	}

	.vgt-transfer-booking__grid--three {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-booking__field--span-two {
		grid-column: auto;
	}

	#brxe-akjapj {
		grid-template-columns: 1fr !important;
	}

	.vgt-blog-slider {
		position: static;
	}

	.vgt-blog-slider__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-services-grid {
		grid-template-columns: 1fr;
	}

	.vgt-detail-you-may-like {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
		width: 100%;
	}

	.vgt-detail-full-width-tail {
		gap: 1.8rem;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
		width: 100%;
	}

	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport,
	.vgt-detail-you-may-like .vgt-transfer-services-grid,
	.vgt-detail-you-may-like #brxe-akjapj,
	.vgt-detail-you-may-like>.brx-grid,
	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport {
		overflow: hidden !important;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid,
	.vgt-detail-you-may-like #brxe-akjapj,
	.vgt-detail-you-may-like>.brx-grid,
	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid {
		gap: 0;
		overflow: visible;
		padding-left: 0;
		padding-right: 0;
		scroll-padding-left: 0;
	}

	.vgt-detail-you-may-like .section-title {
		font-size: 2.4rem;
		line-height: 1.18;
		padding-left: 0;
		padding-right: 0;
	}

	.vgt-you-may-like-slider__controls {
		left: 0.8rem;
		margin: 0;
		right: 0.8rem;
		top: 46%;
	}

	.vgt-you-may-like-slider__arrow {
		font-size: 3.3rem;
		height: 4rem;
		width: 4rem;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .tour-card {
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 0;
		scroll-snap-align: start;
		width: 100%;
	}

	.vgt-detail-you-may-like #brxe-akjapj>*,
	.vgt-detail-you-may-like>.brx-grid>*,
	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid>* {
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 0;
		scroll-snap-align: start;
		width: 100%;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .tour-card *,
	.vgt-detail-you-may-like #brxe-akjapj>* *,
	.vgt-detail-you-may-like>.brx-grid>* *,
	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid>* * {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-xkoazo,
	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-mbdcgf {
		padding-left: 1.4rem !important;
		padding-right: 1.4rem !important;
		width: 100%;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-dkjjjz a,
	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-yqgitl a {
		overflow-wrap: anywhere;
		white-space: normal;
		word-break: normal;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .fact-item {
		align-items: start;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .fact-value {
		overflow-wrap: anywhere;
		text-align: right;
		white-space: normal;
		word-break: normal;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-mlqkwl,
	.vgt-detail-you-may-like .vgt-transfer-services-grid .brxe-kxpxca {
		flex-wrap: wrap;
		gap: 0.4rem;
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .vgt-home-service-card__image,
	.vgt-detail-you-may-like .vgt-transfer-services-grid img {
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.vgt-detail-you-may-like #brxe-akjapj>.itinerary-card,
	.vgt-detail-you-may-like #brxe-akjapj>.brxe-ythcqr {
		box-sizing: border-box !important;
		display: flex;
		flex-direction: column;
		flex-shrink: 0 !important;
		overflow: hidden;
	}

	.vgt-detail-you-may-like #brxe-akjapj .itinerary-card,
	.vgt-detail-you-may-like #brxe-akjapj .itinerary-card *,
	.vgt-detail-you-may-like #brxe-akjapj .brxe-ythcqr,
	.vgt-detail-you-may-like #brxe-akjapj .brxe-ythcqr * {
		box-sizing: border-box;
		max-width: 100%;
		min-width: 0;
	}

	.vgt-detail-you-may-like #brxe-akjapj .brxe-ardafk {
		aspect-ratio: auto;
		background-position: center;
		background-size: cover;
		flex: 0 0 auto;
		height: clamp(20rem, 56vw, 23rem) !important;
		min-height: 0 !important;
		width: 100% !important;
	}

	.vgt-detail-you-may-like #brxe-akjapj .brxe-pkglmt {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		overflow: hidden;
		padding-left: 1.4rem !important;
		padding-right: 1.4rem !important;
		width: 100% !important;
	}

	.vgt-detail-you-may-like #brxe-akjapj .brxe-ekvbpy,
	.vgt-detail-you-may-like #brxe-akjapj .brxe-ekvbpy a {
		display: block;
		overflow-wrap: anywhere;
		white-space: normal;
		word-break: normal;
	}

	.vgt-detail-you-may-like #brxe-akjapj .brxe-rjkqoh {
		display: grid;
		gap: 0;
		width: 100%;
	}

	.vgt-detail-you-may-like #brxe-akjapj .fact-item {
		align-items: start;
		display: grid;
		gap: 0.4rem;
		grid-template-columns: auto minmax(0, 1fr);
		width: 100%;
	}

	.vgt-detail-you-may-like #brxe-akjapj .fact-value,
	.vgt-detail-you-may-like #brxe-akjapj .fact-value a,
	.vgt-detail-you-may-like #brxe-akjapj .fact-value span {
		overflow-wrap: anywhere;
		white-space: normal !important;
		word-break: normal;
	}

	.vgt-transfer-services-grid .brxe-ooxddl,
	.vgt-transfer-services-grid .brxe-fcvmni {
		min-height: 0;
	}

	.vgt-blog-slider__arrow {
		display: none;
	}

	.vgt-detail-related-blog .vgt-blog-slider {
		position: relative;
	}

	.vgt-detail-related-blog .vgt-blog-slider__viewport {
		overflow: hidden;
	}

	.vgt-detail-related-blog .vgt-blog-slider__track {
		gap: 0;
	}

	.vgt-detail-related-blog .vgt-blog-slider__slide,
	.vgt-detail-related-blog .vgt-blog-slider__grid {
		display: contents;
	}

	.vgt-detail-related-blog .vgt-blog-card {
		box-sizing: border-box;
		flex: 0 0 100%;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.vgt-detail-related-blog .vgt-blog-slider__arrow {
		display: inline-flex;
		height: 3.8rem;
		top: 48%;
		width: 3.8rem;
		z-index: 3;
	}

	.vgt-detail-related-blog .vgt-blog-slider__arrow.is-prev {
		left: 0.6rem;
	}

	.vgt-detail-related-blog .vgt-blog-slider__arrow.is-next {
		right: 0.6rem;
	}

	.vgt-home-press .vgt-blog-slider {
		position: relative;
	}

	.vgt-home-press .vgt-blog-slider__arrow {
		display: inline-flex;
		height: 34px;
		top: 50%;
		transform: translateY(-50%);
		width: 34px;
		z-index: 5;
	}

	.vgt-home-press .vgt-blog-slider__arrow.is-prev {
		left: 0.6rem;
	}

	.vgt-home-press .vgt-blog-slider__arrow.is-next {
		right: 0.6rem;
	}

	.vgt-blog-card__title {
		min-height: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#brxe-akjapj {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vgt-blog-slider__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-transfer-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-detail-you-may-like .vgt-transfer-services-grid .tour-card,
	.vgt-detail-you-may-like #brxe-akjapj>*,
	.vgt-detail-you-may-like>.brx-grid>*,
	.vgt-detail-you-may-like .vgt-you-may-like-slider__viewport>.brx-grid>* {
		flex-basis: calc((100% - 1.6rem) / 2);
		max-width: calc((100% - 1.6rem) / 2);
	}

	.vgt-blog-card__title {
		min-height: 13.8rem;
	}

	.vgt-review-card {
		flex-basis: calc((100% - 1.6rem) / 2);
		max-width: calc((100% - 1.6rem) / 2);
	}
}

.vgt-structure-archive {
	background: #ffffff;
	color: #1f2933;
}

.vgt-structure-hero {
	background: #f5f8f4;
	padding: 72px 0 48px;
}

.vgt-structure-hero__container,
.vgt-structure-results__container,
.vgt-structure-related__container {
	max-width: 1180px;
}

.vgt-structure-hero__eyebrow {
	color: #2c5530;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.vgt-structure-hero__title {
	color: #173224;
	font-size: 44px;
	line-height: 1.12;
	margin: 0;
}

.vgt-structure-hero__description {
	color: #425466;
	font-size: 17px;
	line-height: 1.75;
	margin-top: 18px;
	max-width: 860px;
}

.vgt-structure-hero__description p:last-child {
	margin-bottom: 0;
}

.vgt-structure-child-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.vgt-structure-child-links__link {
	border: 1px solid #2c5530;
	border-radius: 6px;
	color: #2c5530;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vgt-structure-child-links__link:hover,
.vgt-structure-child-links__link:focus {
	background: #2c5530;
	color: #ffffff;
}

.vgt-structure-results,
.vgt-structure-related {
	padding: 56px 0;
}

.vgt-structure-related {
	background: #f8faf7;
}

.vgt-structure-section-title {
	color: #173224;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 26px;
}

.vgt-structure-results__grid,
.vgt-structure-related__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-structure-results__grid .tour-card {
	width: 100%;
}

.vgt-structure-pagination {
	margin-top: 34px;
}

.vgt-structure-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vgt-structure-pagination a,
.vgt-structure-pagination span {
	align-items: center;
	border: 1px solid #d9e4d7;
	border-radius: 6px;
	color: #2c5530;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 8px 12px;
	text-decoration: none;
}

.vgt-structure-pagination .current,
.vgt-structure-pagination a:hover,
.vgt-structure-pagination a:focus {
	background: #2c5530;
	border-color: #2c5530;
	color: #ffffff;
}

.vgt-structure-empty {
	color: #425466;
	font-size: 16px;
	margin: 0;
}

.vgt-structure-hero-override {
	align-items: center;
	background: linear-gradient(135deg, #2c5530, #4a7c59) !important;
	color: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 610px;
	padding: 88px 20px 104px !important;
	text-align: center;
}

.vgt-structure-hero-override__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 980px;
	width: 100%;
}

.vgt-structure-hero-override__title {
	color: #ffffff;
	font-family: "Marcellus", serif;
	font-size: 66px;
	font-weight: 600;
	line-height: 1.18;
	margin: 0;
	max-width: 900px;
}

.vgt-structure-hero-override__subtitle {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.35;
	margin: 66px 0 0;
	max-width: 840px;
}

.vgt-structure-hero-override__stats {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 56px;
	justify-content: center;
	margin-top: 54px;
	max-width: 800px;
	padding-top: 30px;
	width: 100%;
}

.vgt-structure-hero-override__stat {
	display: flex;
	flex-direction: column;
	min-width: 112px;
}

.vgt-structure-hero-override__stat-value {
	color: #ffa500;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.05;
}

.vgt-structure-hero-override__stat-label {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.25;
	margin-top: 6px;
}

.vgt-structure-hero-override__button {
	background: #d91000;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 76px;
	padding: 16px 26px;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.vgt-structure-hero-override__button:hover,
.vgt-structure-hero-override__button:focus {
	background: #b80000;
	color: #ffffff;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.vgt-structure-results__grid,
	.vgt-structure-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-structure-hero__title {
		font-size: 36px;
	}

	.vgt-structure-hero-override {
		min-height: 460px;
		padding: 58px 18px 68px !important;
	}

	.vgt-structure-hero-override__title {
		font-size: 44px;
	}

	.vgt-structure-hero-override__subtitle {
		font-size: 20px;
		margin-top: 40px;
	}

	.vgt-structure-hero-override__stats {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.vgt-structure-hero {
		padding: 46px 0 34px;
	}

	.vgt-structure-hero__container,
	.vgt-structure-results__container,
	.vgt-structure-related__container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.vgt-structure-hero__title {
		font-size: 30px;
	}

	.vgt-structure-hero__description {
		font-size: 15px;
	}

	.vgt-structure-child-links {
		flex-wrap: nowrap;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 0 18px 4px;
		scroll-snap-type: x mandatory;
	}

	.vgt-structure-child-links::-webkit-scrollbar {
		display: none;
	}

	.vgt-structure-child-links__link {
		flex: 0 0 auto;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	.vgt-structure-results,
	.vgt-structure-related {
		padding: 38px 0;
	}

	.vgt-structure-section-title {
		font-size: 24px;
	}

	.vgt-structure-results__grid,
	.vgt-structure-related__grid {
		grid-template-columns: 1fr;
	}

	.vgt-structure-hero-override {
		min-height: 0;
		padding: 44px 18px 52px !important;
	}

	.vgt-structure-hero-override__title {
		font-size: 34px;
	}

	.vgt-structure-hero-override__subtitle {
		font-size: 17px;
		margin-top: 26px;
	}

	.vgt-structure-hero-override__stats {
		display: grid;
		gap: 18px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 32px;
		padding-top: 22px;
	}

	.vgt-structure-hero-override__stat {
		min-width: 0;
	}

	.vgt-structure-hero-override__button {
		margin-top: 34px;
	}
}
