.sunway-breadcrumbs-path {
	margin-top: 20px;
}

.sunway-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sunway-breadcrumbs-item {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
}

.sunway-breadcrumbs-item + .sunway-breadcrumbs-item::before {
	content: '/';
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.55);
}

.sunway-breadcrumbs-item a,
.sunway-breadcrumbs-item a:active,
.sunway-breadcrumbs-item a:focus {
	color: #ffffff;
}

.sunway-breadcrumbs-item a:hover {
	color: rgba(255, 255, 255, 0.78);
}

.sunway-breadcrumbs-current {
	color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 992px) {
	.sunway-breadcrumbs-path {
		margin-top: 28px;
	}
}

.sunway-tour-archive-header {
	margin-bottom: 30px;
	padding: 24px 26px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(18, 34, 53, 0.08);
}

.sunway-tour-archive-kicker,
.sunway-tour-sidebar-kicker {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(117, 193, 91, 0.14);
	color: #3d8b2b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sunway-tour-archive-heading {
	margin-top: 14px;
	font-size: 30px;
	line-height: 1.18;
}

.sunway-tour-archive-intro {
	margin-top: 12px;
	max-width: 720px;
	color: #6f7781;
}

.sunway-tour-archive-grid {
	align-items: stretch;
}

.sunway-tour-archive-item {
	display: flex;
}

.sunway-tour-archive-item .tour-classic {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	height: 100%;
	box-shadow: 0 14px 35px rgba(18, 34, 53, 0.08);
}

.sunway-tour-archive-item .tour-classic-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.sunway-tour-archive-item .tour-classic-caption {
	min-height: 2.9em;
}

.sunway-tour-archive-item .tour-classic-footer {
	margin-top: auto;
	padding-top: 16px;
}

.sunway-tour-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sunway-tour-sidebar-card {
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 35px rgba(18, 34, 53, 0.08);
	overflow: hidden;
}

.sunway-tour-sidebar-card-accent {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf5 100%);
}

.sunway-tour-sidebar-section {
	padding: 28px 26px;
}

.sunway-tour-sidebar-title {
	margin-top: 14px;
	font-size: 28px;
	line-height: 1.2;
}

.sunway-tour-sidebar-copy {
	margin-top: 12px;
	color: #6f7781;
}

.sunway-tour-sidebar-routes {
	margin-top: 24px;
}

.sunway-tour-sidebar-route {
	align-items: flex-start;
	padding: 18px 0;
	margin-top: 0;
}

.sunway-tour-sidebar-route + .sunway-tour-sidebar-route {
	border-top: 1px solid rgba(18, 34, 53, 0.08);
}

.sunway-tour-sidebar-route-media {
	max-width: 96px;
	width: 96px;
}

.sunway-tour-sidebar-route-media img {
	width: 100%;
	height: 76px;
	object-fit: cover;
}

.sunway-tour-sidebar-route-content {
	flex: 1 1 auto;
}

.sunway-tour-sidebar-route-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-top: 10px;
	font-size: 14px;
	color: #6f7781;
}

.sunway-tour-sidebar-route-meta > span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.sunway-tour-sidebar-route-meta .icon {
	font-size: 16px;
	color: #75c15b;
}

.sunway-tour-sidebar-route-price {
	font-weight: 700;
	color: #151515;
}

.sunway-tour-sidebar-list {
	margin-top: 22px;
	padding: 0;
	list-style: none;
}

.sunway-tour-sidebar-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #39414b;
}

.sunway-tour-sidebar-list li + li {
	margin-top: 14px;
}

.sunway-tour-sidebar-list .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	color: #75c15b;
}

.sunway-tour-sidebar-contact {
	display: grid;
	gap: 12px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid rgba(18, 34, 53, 0.08);
}

.sunway-tour-sidebar-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #39414b;
}

a.sunway-tour-sidebar-contact-item:hover {
	color: #75c15b;
}

.sunway-tour-sidebar-contact-item .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	color: #75c15b;
}

.sunway-tour-sidebar-contact-heading {
	font-weight: 700;
	color: #151515;
}

.sunway-tour-sidebar-section .button {
	margin-top: 24px;
}

.sunway-tour-promo-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 28px 22px 24px;
	border-radius: 6px;
	background: linear-gradient(160deg, #11455b 0%, #1f6e7d 52%, #75c15b 100%);
	box-shadow: 0 18px 38px rgba(17, 69, 91, 0.24);
	color: #ffffff;
}

.sunway-tour-promo-card,
.sunway-tour-promo-card:active,
.sunway-tour-promo-card:focus,
.sunway-tour-promo-card:hover {
	color: #ffffff;
}

.sunway-tour-promo-icon {
	font-size: 34px;
	line-height: 1;
}

.sunway-tour-promo-card .sunway-tour-sidebar-kicker {
	align-self: flex-start;
	margin-top: 18px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.sunway-tour-promo-title {
	margin-top: 16px;
	font-size: 26px;
	line-height: 1.23;
	color: #ffffff;
}

.sunway-tour-promo-text {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.88);
}

.sunway-tour-promo-card .button {
	align-self: flex-start;
	margin-top: 22px;
	background: #ffffff;
	border-color: #ffffff;
	color: #11455b;
}

.sunway-tour-promo-card .button:hover {
	background: #151515;
	border-color: #151515;
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.sunway-tour-archive-heading,
	.sunway-tour-sidebar-title {
		font-size: 24px;
	}

	.sunway-tour-promo-title {
		font-size: 23px;
	}
}

@media (min-width: 768px) {
	.sunway-tour-archive-header {
		padding: 30px 34px;
	}

	.sunway-tour-sidebar-section {
		padding: 32px 30px;
	}
}

@media (min-width: 992px) {
	.sunway-tour-archive-header {
		margin-right: 10px;
	}

	.sunway-tour-archive-item-compact .tour-classic-price-old {
		font-size: 13px;
	}

	.sunway-tour-archive-item-compact .tour-classic-price-new {
		font-size: 17px;
	}

	.sunway-tour-archive-item-compact .tour-classic-body {
		padding: 24px 16px 18px;
	}

	.sunway-tour-archive-item-compact .tour-classic-title {
		font-size: 21px;
	}

	.sunway-tour-archive-item-compact .tour-classic-caption {
		min-height: 0;
		font-size: 15px;
	}

	.sunway-tour-archive-item-compact .tour-classic-footer {
		font-size: 15px;
	}

	.sunway-tour-archive-item-compact .tour-classic-footer-left,
	.sunway-tour-archive-item-compact .tour-classic-footer-right {
		margin-left: -10px;
	}

	.sunway-tour-archive-item-compact .tour-classic-footer-left > *,
	.sunway-tour-archive-item-compact .tour-classic-footer-right > * {
		margin-left: 10px;
	}

	.sunway-tour-promo-card {
		padding: 24px 18px 20px;
	}

	.sunway-tour-promo-title {
		font-size: 22px;
	}
}
