.gyg-trip-shell {
	background: #fff;
}

.gyg-hero {
	max-width: 1380px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.gyg-trip-content-area {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.gyg-hero {
	padding-top: 34px;
	padding-bottom: 22px;
}

.gyg-hero__inner {
	width: 100%;
	max-width: none;
}

.gyg-hero__main {
	width: 100%;
	max-width: none;
}

.gyg-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.gyg-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #eef6ff;
	color: #0d2145;
	font-size: 13px;
	font-weight: 800;
}

.gyg-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	color: #0d2145;
	font-size: 14px;
	font-weight: 600;
}

.gyg-rating-stars {
	display: inline-flex;
	gap: 4px;
	color: #00a86b;
}

.gyg-title {
	margin: 0;
	color: #0d2145;
	max-width: none;
	font-size: clamp(1.4rem, 5vw, 2.6rem);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.gyg-summary {
	margin: 18px 0 0;
	max-width: none;
	color: #183153;
	font-size: clamp(1.05rem, 1.9vw, 1.2rem);
	line-height: 1.5;
	font-weight: 500;
}

.gyg-meta-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 18px;
}

.gyg-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #17305b;
	font-size: 16px;
	font-weight: 600;
}

.gyg-chip i {
	color: #0d2145;
}

.gyg-trip-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 16px;
	align-items: start;
	margin-left: 0;
	margin-right: 0;
}

.gyg-trip-primary {
	width: auto !important;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	flex: 1 1 auto !important;
}

.gyg-trip-grid > #primary,
.gyg-trip-grid > .gyg-trip-primary {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	grid-column: 1 !important;
	justify-self: stretch;
}

.gyg-trip-grid > #primary > .gyg-main,
.gyg-main,
.gyg-trip-post,
.gyg-activity-card,
.gyg-detail-rows {
	width: 100% !important;
	max-width: none !important;
}

.gyg-main {
	display: block;
}

.gyg-trip-post {
	padding-bottom: 48px;
}

.gyg-activity-card {
	padding: 28px 0 12px;
}

.gyg-activity-card h2 {
	margin: 0 0 24px;
	color: #0d2145;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gyg-activity-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.gyg-activity-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.gyg-activity-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #09285b;
	font-size: 24px;
}

.gyg-activity-item__body h3 {
	margin: 0 0 4px;
	color: #0d2145;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 800;
}

.gyg-activity-item__body p {
	margin: 0;
	color: #53657f;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.gyg-detail-rows {
	margin-top: 18px;
	border-top: 1px solid #e4ebf2;
}

.gyg-row {
	display: grid;
	grid-template-columns: 136px minmax(0, 1fr);
	gap: 24px;
	padding: 32px 0;
	border-bottom: 1px solid #e4ebf2;
}

.gyg-row__label h2 {
	margin: 0;
	color: #0d2145;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gyg-row__content {
	min-width: 0;
	color: #17305b;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.gyg-row--description .gyg-row__content {
	padding-left: 14px;
	border-left: 1px solid #e9eef5;
}

.gyg-row__content h3 {
	margin: 0 0 14px;
	color: #0d2145;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 800;
}

.gyg-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gyg-list li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 26px;
	color: #0d2145;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.gyg-list--bullets li::before,
.gyg-list--check li::before,
.gyg-list--cross li::before,
.gyg-list--mixed li::before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
}

.gyg-list--bullets li::before {
	content: "\f111";
	color: #16315d;
	font-size: 8px;
	top: 11px;
}

.gyg-list--check li::before {
	content: "\f00c";
	color: #00a86b;
}

.gyg-list--cross li::before {
	content: "\f00d";
	color: #ef4b4b;
}

.gyg-list--mixed li.is-included::before {
	content: "\f00c";
	color: #00a86b;
}

.gyg-list--mixed li.is-excluded::before {
	content: "\f00d";
	color: #ef4b4b;
}

.gyg-important-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.gyg-important-block {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.gyg-itinerary {
	display: grid;
	gap: 16px;
}

.gyg-itinerary__item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.gyg-itinerary__step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #0d2145;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.gyg-itinerary__body h3 {
	margin: 0 0 4px;
}

.gyg-itinerary__body p {
	margin: 0;
	color: #53657f;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.gyg-description {
	position: relative;
}

.gyg-description__body {
	color: #17305b;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.gyg-description.is-collapsed .gyg-description__body {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.gyg-description__toggle {
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0d2145;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.gyg-faq {
	display: grid;
	gap: 0;
	border-top: 1px solid #e4ebf2;
}

.gyg-faq__item {
	border-bottom: 1px solid #e4ebf2;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.gyg-faq__item summary {
	position: relative;
	padding: 22px 42px 22px 0;
	cursor: pointer;
	color: #0d2145;
	font-size: 19px;
	font-weight: 700;
	list-style: none;
}

.gyg-faq__item summary::-webkit-details-marker {
	display: none;
}

.gyg-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #0d2145;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}

.gyg-faq__item[open] summary::after {
	content: "−";
}

.gyg-faq__content {
	padding: 0 0 22px;
	color: #53657f;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.tour-comment {
	margin-top: 34px;
}

.tour-comment #comments,
.tour-comment .comments-area {
	padding: 28px;
	border: 1px solid #dce6f0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(10, 34, 66, 0.06);
}

.gyg-trip-sidebar {
	position: relative;
	width: 420px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.gyg-trip-sidebar__sticky {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 16px;
}

.booking-single .banner-layout-2__wrap,
.booking-single .banner-layout-3__wrap,
.booking-single .banner-layout-4__wrap {
	padding-top: 34px;
	padding-bottom: 16px;
}

.wte-related-trips {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wte-related-trips-wrapper {
	max-width: 1420px;
	margin: 28px auto 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.wte-related-trips-wrapper .wte-related-trips__heading {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.gyg-sidebar-note {
	border: 1px solid #dce6f0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(10, 34, 66, 0.08);
}

.gyg-sidebar-card--booking {
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.gyg-sidebar-card--booking
	.wpte-bf-price-wrap:has(.wpte-bf-price + .wpte-bf-price) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 18px;
	row-gap: 22px;
	align-items: start;
	padding-bottom: 18px;
}

.gyg-sidebar-card--booking
	.wpte-bf-price-wrap:has(.wpte-bf-price + .wpte-bf-price)
	.wpte-bf-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0 !important;
	min-width: 0;
	padding-bottom: 2px;
}

.gyg-sidebar-card--booking
	.wpte-bf-price-wrap:has(.wpte-bf-price + .wpte-bf-price)
	.wpte-bf-price:nth-child(n + 3) {
	grid-column: 1 / -1;
	padding-top: 2px;
	padding-bottom: 6px;
}

.gyg-sidebar-card--booking .wpte-bf-reg-price,
.gyg-sidebar-card--booking .wpte-bf-offer-price,
.gyg-sidebar-card--booking .wpte-bf-pqty {
	display: block;
}

.gyg-sidebar-card--booking .wpte-bf-price-from {
	font-size: 14px;
	line-height: 1.2;
}

.gyg-sidebar-card--booking .wpte-bf-offer-price {
	width: 100%;
}

.gyg-sidebar-card--booking .wpte-bf-offer-amount {
	font-size: 20px;
	line-height: 1.1;
}

.gyg-sidebar-card--booking .wpte-bf-pqty {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.45;
	letter-spacing: -0.01em;
}

.gyg-sidebar-card--booking .wpte-bf-btn-wrap {
	padding-top: 16px !important;
}

.gyg-sidebar-note {
	padding: 22px 22px 18px;
}

.gyg-sidebar-note h3 {
	margin: 0 0 14px;
	color: #0d2145;
	font-size: 19px;
	font-weight: 800;
}

.gyg-sidebar-note__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.gyg-sidebar-note__list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	color: #17305b;
}

.gyg-sidebar-note__list i {
	margin-top: 3px;
	color: #0d2145;
}

.gyg-sidebar-note__list span {
	display: grid;
	gap: 4px;
}

.gyg-sidebar-note__list strong {
	font-size: 1rem;
	line-height: 1.375rem;
}

.gyg-sidebar-note__list small {
	color: #53657f;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

@media (max-width: 1024px) {
	.gyg-trip-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gyg-trip-sidebar__sticky {
		position: static;
	}

	.gyg-trip-sidebar {
		width: 100%;
	}

	.wte-related-trips-wrapper {
		margin-top: 24px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.gyg-sidebar-card--booking .wpte-bf-price-wrap:has(.wpte-bf-price + .wpte-bf-price) {
		grid-template-columns: minmax(0, 1fr);
	}

	.gyg-sidebar-card--booking
		.wpte-bf-price-wrap:has(.wpte-bf-price + .wpte-bf-price)
		.wpte-bf-price:nth-child(n + 3) {
		grid-column: auto;
	}

	.gyg-row {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.gyg-row--description .gyg-row__content {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.gyg-hero,
	.gyg-trip-content-area {
		padding-left: 14px;
		padding-right: 14px;
	}

	.booking-single .banner-layout-2__wrap,
	.booking-single .banner-layout-3__wrap,
	.booking-single .banner-layout-4__wrap {
		padding-top: 24px;
		padding-bottom: 10px;
	}

	.gyg-summary {
		font-size: 18px;
	}

	.gyg-activity-card h2 {
		font-size: 28px;
	}

	.gyg-row {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 22px 0;
	}

	.gyg-row--description .gyg-row__content {
		padding-left: 0;
		border-left: 0;
	}

	.gyg-faq__item summary {
		padding-right: 34px;
		font-size: 18px;
	}

	.gyg-row__label h2 {
		font-size: 20px;
	}

	.gyg-includes-grid,
	.gyg-important-grid {
		grid-template-columns: 1fr;
	}

	.gyg-title {
		font-size: clamp(1.2rem, 8vw, 1.5rem);
		line-height: 1.04;
	}

	.gyg-summary {
		font-size: 1rem;
		line-height: 1.45;
	}

	.gyg-activity-item__body p,
	.gyg-row__content,
	.gyg-list li,
	.gyg-description__body,
	.gyg-faq__content,
	.gyg-sidebar-note__list small {
		font-size: 1rem;
		line-height: 1.375rem;
	}
}
