:root {
	--tss-search-ink: var(--tss-black, #101010);
	--tss-search-panel: var(--tss-panel, #fffaf0);
	--tss-search-paper: #fffdf7;
	--tss-search-yellow: var(--tss-yellow, #ffd83d);
	--tss-search-sage: #dfe8d4;
	--tss-search-teal: var(--tss-teal, #17474a);
	--tss-search-muted: #5e5a50;
	--tss-search-border: rgba(16, 16, 16, 0.18);
}

.tss-destination-search-form {
	position: relative;
	z-index: 5;
}

.tss-search--hero.tss-destination-search-form {
	z-index: 1;
}

.tss-hero__finder--search-open {
	z-index: 120;
}

.tss-hero__finder--search-open .tss-search--hero.tss-destination-search-form {
	z-index: 120;
}

.tss-hero__finder .tss-hero__finder-tab {
	z-index: 8;
}

.tss-destination-search-form input[type="search"] {
	min-width: 0;
}

.tss-destination-search-form.is-trip-handoff-pending button[data-tss-trip-handoff-button="true"],
.tss-journey-search-modal__submit[data-tss-trip-handoff-button="true"] {
	cursor: progress;
	white-space: normal;
}

.tss-destination-search-form .is-trip-handoff-trigger,
.tss-search-tray .is-trip-handoff-trigger,
.tss-journey-search-modal .is-trip-handoff-trigger {
	cursor: progress;
}

.tss-search__route-helper {
	width: 100%;
	max-width: 735px;
	margin: 8px 0 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.tss-hero__finder > .tss-search__route-helper {
	--tss-route-helper-shadow-offset: 6px;
	transform: translateX(var(--tss-route-helper-shadow-offset));
}

.tss-destinations-counter__panel > .tss-search__route-helper,
.tss-mobile-menu-brief > .tss-search__route-helper,
.tss-travel-desk__intro > .tss-search__route-helper {
	max-width: none;
}

.tss-destination-search-panel {
	position: absolute;
	top: calc(100% - 2px);
	right: 0;
	left: 0;
	z-index: 80;
	overflow: hidden;
	border: 2px solid var(--tss-search-ink);
	border-radius: 0 0 8px 8px;
	background: var(--tss-search-panel);
	box-shadow: 6px 8px 0 var(--tss-search-ink);
	color: var(--tss-search-ink);
}

.tss-destination-search-panel[hidden] {
	display: none;
}

.tss-destination-search-panel__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 2px solid var(--tss-search-ink);
	padding: 10px 12px;
	background: #fff7cf;
}

.tss-destination-search-panel__head strong {
	min-width: 0;
	color: var(--tss-search-ink);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	text-align: right;
}

.tss-destination-search-panel__ticket,
.tss-search-tray__ticket {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 6px;
	padding: 2px 8px;
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 2px 2px 0 var(--tss-search-ink);
	white-space: nowrap;
}

.tss-trip-handoff-full-open {
	overflow: hidden;
}

.tss-trip-handoff {
	position: fixed;
	z-index: 10070;
	color: var(--tss-search-ink);
	font-family: inherit;
}

.tss-trip-handoff--compact {
	right: max(16px, env(safe-area-inset-right));
	bottom: max(16px, env(safe-area-inset-bottom));
	width: min(360px, calc(100vw - 28px));
	pointer-events: none;
}

.tss-trip-handoff--full {
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
	background: rgba(16, 16, 16, 0.38);
	pointer-events: auto;
}

.tss-trip-handoff__panel {
	width: min(420px, 100%);
	border: 2px solid var(--tss-search-ink);
	border-radius: 8px;
	padding: 16px;
	background: var(--tss-search-panel);
	box-shadow: 6px 8px 0 var(--tss-search-ink);
}

.tss-trip-handoff--compact .tss-trip-handoff__panel {
	width: 100%;
	padding: 14px;
	box-shadow: 4px 5px 0 var(--tss-search-ink);
}

.tss-trip-handoff__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.tss-trip-handoff__ticket {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 6px;
	padding: 2px 8px;
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 2px 2px 0 var(--tss-search-ink);
	white-space: nowrap;
}

.tss-trip-handoff__signal {
	display: inline-flex;
	align-items: end;
	gap: 3px;
	min-height: 20px;
}

.tss-trip-handoff__signal span {
	display: block;
	width: 5px;
	border: 1px solid var(--tss-search-ink);
	border-radius: 3px 3px 0 0;
	background: var(--tss-search-teal);
}

.tss-trip-handoff__signal span:nth-child(1) {
	height: 8px;
}

.tss-trip-handoff__signal span:nth-child(2) {
	height: 13px;
}

.tss-trip-handoff__signal span:nth-child(3) {
	height: 18px;
	background: var(--tss-search-yellow);
}

.tss-trip-handoff__route {
	position: relative;
	height: 28px;
	margin: 0 0 12px;
}

.tss-trip-handoff__route::before {
	position: absolute;
	top: 13px;
	right: 4px;
	left: 4px;
	height: 2px;
	background: var(--tss-search-ink);
	content: "";
}

.tss-trip-handoff__route span {
	position: absolute;
	top: 7px;
	z-index: 1;
	width: 14px;
	height: 14px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 50%;
	background: var(--tss-search-panel);
}

.tss-trip-handoff__route span:nth-child(1) {
	left: 0;
}

.tss-trip-handoff__route span:nth-child(2) {
	left: calc(50% - 7px);
	background: var(--tss-search-yellow);
}

.tss-trip-handoff__route span:nth-child(3) {
	right: 0;
	background: var(--tss-search-sage);
}

.tss-trip-handoff__route i {
	--tss-trip-handoff-pass-distance: min(330px, calc(100vw - 100px));
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 2;
	display: block;
	width: 22px;
	height: 16px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 4px;
	background: var(--tss-search-yellow);
	box-shadow: 2px 2px 0 var(--tss-search-ink);
}

.tss-trip-handoff__route i::before {
	position: absolute;
	top: 4px;
	right: 4px;
	left: 4px;
	height: 2px;
	background: var(--tss-search-ink);
	content: "";
}

.tss-trip-handoff__panel strong {
	display: block;
	color: var(--tss-search-ink);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.1;
}

.tss-trip-handoff--compact .tss-trip-handoff__panel strong {
	font-size: 16px;
}

.tss-trip-handoff__panel p {
	margin: 8px 0 0;
	color: var(--tss-search-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.38;
}

.tss-trip-handoff__steps {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
}

.tss-trip-handoff__steps span {
	border: 1px solid rgba(16, 16, 16, 0.2);
	border-radius: 999px;
	padding: 4px 8px;
	background: var(--tss-search-paper);
	color: var(--tss-search-ink);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.tss-destination-search-panel__primary,
.tss-destination-search-panel__alternatives,
.tss-destination-search-panel__support {
	padding: 10px;
}

.tss-destination-search-panel__alternatives,
.tss-destination-search-panel__support {
	border-top: 1px solid var(--tss-search-border);
}

.tss-destination-search-panel__label,
.tss-search-tray__label {
	display: block;
	margin: 0 0 7px;
	color: var(--tss-search-muted);
	font-size: 11px;
	font-weight: 950;
	line-height: 1.1;
	text-transform: uppercase;
}

.tss-destination-search-result {
	display: block;
	position: relative;
	border-radius: 6px;
	padding: 10px 11px;
	color: var(--tss-search-ink);
	text-decoration: none;
	outline: 0;
}

.tss-destination-search-result + .tss-destination-search-result {
	margin-top: 6px;
}

.tss-destination-search-result:hover,
.tss-destination-search-result:focus,
.tss-destination-search-result.is-active {
	background: rgba(223, 232, 212, 0.82);
}

.tss-destination-search-result--primary {
	border: 1px solid var(--tss-search-border);
	border-left: 7px solid var(--tss-search-yellow);
	background: var(--tss-search-paper);
}

.tss-destination-search-result__main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

.tss-destination-search-result__title {
	min-width: 0;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.18;
}

.tss-destination-search-result__badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 22px;
	border: 1px solid var(--tss-search-border);
	border-radius: 999px;
	padding: 2px 8px;
	background: #ffffff;
	color: var(--tss-search-teal);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.tss-destination-search-result p {
	margin: 5px 0 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.tss-destination-search-result__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 8px;
}

.tss-destination-search-result__facts span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	border: 1px solid rgba(16, 16, 16, 0.12);
	border-radius: 999px;
	padding: 2px 8px;
	background: rgba(255, 255, 255, 0.75);
	color: var(--tss-search-ink);
	font-size: 11px;
	font-weight: 850;
	line-height: 1.1;
}

.tss-destination-search-panel__scan {
	width: calc(100% - 20px);
	margin: 0 10px 10px;
	min-height: 42px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 6px;
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	font-size: 14px;
	font-weight: 950;
	box-shadow: 3px 3px 0 var(--tss-search-ink);
}

.tss-destination-search-panel__empty {
	padding: 14px;
}

.tss-destination-search-panel__empty strong {
	display: block;
	font-size: 15px;
	font-weight: 950;
}

.tss-destination-search-panel__empty p {
	margin: 5px 0 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

body.tss-search-tray-open {
	overflow: hidden;
}

.tss-search-tray {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 14px;
	color: var(--tss-search-ink);
}

.tss-search-tray[hidden] {
	display: none;
}

.tss-search-tray__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(16, 16, 16, 0.42);
	cursor: pointer;
}

.tss-search-tray__panel {
	position: relative;
	z-index: 1;
	width: min(430px, 100%);
	max-height: 78vh;
	overflow: hidden;
	border: 2px solid var(--tss-search-ink);
	border-radius: 12px 12px 8px 8px;
	background: var(--tss-search-panel);
	box-shadow: 0 -4px 0 var(--tss-search-ink);
	outline: 0;
}

.tss-search-tray__body {
	max-height: 78vh;
	overflow: auto;
	padding: 10px;
}

.tss-search-tray__handle {
	width: 42px;
	height: 5px;
	margin: 2px auto 10px;
	border-radius: 999px;
	background: rgba(16, 16, 16, 0.28);
}

.tss-search-tray__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	align-items: start;
	border-bottom: 1px solid var(--tss-search-border);
	padding-bottom: 10px;
}

.tss-search-tray__head h2 {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--tss-search-ink);
	font-size: 19px;
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: 0;
}

.tss-search-tray__close {
	min-height: 34px;
	border: 1px solid var(--tss-search-border);
	border-radius: 6px;
	padding: 4px 10px;
	background: #ffffff;
	color: var(--tss-search-ink);
	font-size: 13px;
	font-weight: 900;
}

.tss-search-tray__primary,
.tss-search-tray__section,
.tss-search-tray__actions {
	margin-top: 12px;
}

.tss-search-tray-result {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px 10px;
	border: 1px solid var(--tss-search-border);
	border-radius: 8px;
	padding: 11px;
	background: var(--tss-search-paper);
	color: var(--tss-search-ink);
	text-decoration: none;
}

.tss-search-tray-result + .tss-search-tray-result {
	margin-top: 8px;
}

.tss-search-tray-result--primary {
	border: 2px solid var(--tss-search-ink);
	border-left: 8px solid var(--tss-search-yellow);
	box-shadow: 3px 3px 0 var(--tss-search-ink);
}

.tss-search-tray-result strong {
	min-width: 0;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.2;
}

.tss-search-tray-result em {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-end;
	color: var(--tss-search-teal);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.15;
	text-align: right;
}

.tss-search-tray-result p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.tss-search-tray-result .tss-destination-search-result__facts {
	grid-column: 1 / -1;
}

.tss-search-tray__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.tss-search-tray__full,
.tss-search-tray__compat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 950;
	text-decoration: none;
}

.tss-search-tray__full {
	border: 2px solid var(--tss-search-ink);
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	box-shadow: 3px 3px 0 var(--tss-search-ink);
}

.tss-search-tray__compat {
	border: 1px solid var(--tss-search-border);
	background: #ffffff;
	color: var(--tss-search-ink);
}

body.tss-journey-search-open {
	overflow: hidden;
}

.tss-journey-search-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: var(--tss-search-ink);
}

.tss-journey-search-modal[hidden] {
	display: none;
}

.tss-journey-search-modal__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(16, 16, 16, 0.42);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity 170ms ease;
}

.tss-journey-search-modal__sheet {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	width: min(100%, 460px);
	height: min(92vh, 760px);
	height: min(92dvh, 760px);
	max-height: calc(100vh - 8px);
	max-height: calc(100dvh - 8px);
	overflow: hidden;
	border: 2px solid var(--tss-search-ink);
	border-width: 2px 0 0;
	border-radius: 16px 16px 0 0;
	background:
		linear-gradient(180deg, rgba(255, 216, 61, 0.12), rgba(255, 216, 61, 0) 128px),
		var(--tss-search-panel);
	box-shadow: 0 -4px 0 var(--tss-search-ink);
	outline: 0;
	transform: translateY(100%);
	transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.tss-journey-search-modal.is-open .tss-journey-search-modal__backdrop {
	opacity: 1;
}

.tss-journey-search-modal.is-open .tss-journey-search-modal__sheet {
	transform: translateY(0);
}

.tss-journey-search-modal.is-closing .tss-journey-search-modal__backdrop {
	opacity: 0;
}

.tss-journey-search-modal.is-closing .tss-journey-search-modal__sheet {
	transform: translateY(100%);
	transition-duration: 170ms;
}

.tss-journey-search-modal__handle {
	width: 44px;
	height: 5px;
	margin: 10px auto 0;
	border-radius: 999px;
	background: rgba(16, 16, 16, 0.28);
}

.tss-journey-search-modal__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px 12px;
	align-items: start;
	border-bottom: 1px solid rgba(16, 16, 16, 0.12);
	padding: 12px 16px 14px;
}

.tss-journey-search-modal__ticket {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 24px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 6px;
	padding: 2px 8px;
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 2px 2px 0 var(--tss-search-ink);
}

.tss-journey-search-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--tss-search-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--tss-search-ink);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.tss-journey-search-modal__head h2 {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 25px;
	font-weight: 950;
	line-height: 1.05;
	letter-spacing: 0;
}

.tss-journey-search-modal__head p {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.tss-journey-search-modal__views {
	min-height: 0;
	overflow: hidden;
}

.tss-journey-search-modal__view {
	height: 100%;
	min-height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.tss-journey-search-modal__view[hidden] {
	display: none;
}

.tss-journey-search-modal__view--search {
	padding: 14px 16px max(16px, env(safe-area-inset-bottom));
}

.tss-journey-search-modal__form {
	display: grid;
	gap: 10px;
	margin: 0;
}

.tss-journey-search-modal__form label,
.tss-journey-search-modal__date-trigger span,
.tss-journey-search-modal__label {
	color: var(--tss-search-muted);
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.tss-journey-search-modal__input-wrap {
	position: relative;
}

.tss-journey-search-modal__input-wrap input {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	border: 2px solid var(--tss-search-ink);
	border-radius: 8px;
	padding: 0 46px 0 14px;
	background: #ffffff;
	color: var(--tss-search-ink);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	outline: 0;
}

.tss-journey-search-modal__input-wrap input:focus {
	box-shadow: 0 0 0 3px rgba(23, 71, 74, 0.18);
}

.tss-journey-search-modal__clear {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: #f0eee5;
	color: var(--tss-search-ink);
	font-size: 20px;
	line-height: 1;
	transform: translateY(-50%);
}

.tss-journey-search-modal__clear[hidden] {
	display: none;
}

.tss-journey-search-modal__date-trigger {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 10px;
	align-items: center;
	min-height: 58px;
	border: 1px solid var(--tss-search-border);
	border-radius: 8px;
	padding: 10px 12px;
	background: var(--tss-search-paper);
	color: var(--tss-search-ink);
	text-align: left;
}

.tss-journey-search-modal__date-trigger span,
.tss-journey-search-modal__date-trigger strong,
.tss-journey-search-modal__date-trigger small {
	min-width: 0;
}

.tss-journey-search-modal__date-trigger strong {
	grid-column: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.15;
}

.tss-journey-search-modal__date-trigger small {
	grid-row: 1 / span 2;
	grid-column: 2;
	color: var(--tss-search-teal);
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

.tss-journey-search-modal__date-trigger.is-selected {
	border-color: rgba(16, 16, 16, 0.32);
	background: #fff7cf;
}

.tss-journey-search-modal__submit,
.tss-journey-search-modal__browse,
.tss-journey-search-modal__compat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 8px;
	padding: 9px 14px;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.1;
	text-decoration: none;
}

.tss-journey-search-modal__submit,
.tss-journey-search-modal__browse {
	border: 2px solid var(--tss-search-ink);
	background: var(--tss-search-yellow);
	color: var(--tss-search-ink);
	box-shadow: 3px 3px 0 var(--tss-search-ink);
}

.tss-journey-search-modal__submit[disabled] {
	border-color: rgba(16, 16, 16, 0.24);
	background: #eee9dc;
	box-shadow: none;
	color: rgba(16, 16, 16, 0.58);
	cursor: not-allowed;
}

.tss-journey-search-modal__submit-note {
	margin: -2px 0 0;
	color: var(--tss-search-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.tss-journey-search-modal__results {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.tss-journey-search-modal__section {
	display: grid;
	gap: 8px;
}

.tss-journey-search-result {
	display: block;
	border: 1px solid var(--tss-search-border);
	border-radius: 8px;
	padding: 11px;
	background: rgba(255, 253, 247, 0.92);
	color: var(--tss-search-ink);
	text-decoration: none;
}

.tss-journey-search-result--primary {
	border: 2px solid var(--tss-search-ink);
	border-left: 8px solid var(--tss-search-yellow);
	box-shadow: 3px 3px 0 var(--tss-search-ink);
}

.tss-journey-search-result__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: start;
}

.tss-journey-search-result strong {
	min-width: 0;
	font-size: 16px;
	font-weight: 950;
	line-height: 1.18;
}

.tss-journey-search-result em {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	border: 1px solid var(--tss-search-border);
	border-radius: 999px;
	padding: 2px 8px;
	background: #ffffff;
	color: var(--tss-search-teal);
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.tss-journey-search-result p {
	margin: 6px 0 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.tss-journey-search-result__action {
	display: inline-flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	min-height: 28px;
	margin-top: 9px;
	border: 1px solid rgba(16, 16, 16, 0.2);
	border-radius: 999px;
	padding: 4px 10px;
	background: #fff7cf;
	color: var(--tss-search-ink);
	font-size: 12px;
	font-weight: 950;
	line-height: 1;
}

.tss-journey-search-result--primary .tss-journey-search-result__action {
	border: 2px solid var(--tss-search-ink);
	background: var(--tss-search-yellow);
	box-shadow: 2px 2px 0 var(--tss-search-ink);
}

.tss-journey-search-modal__actions {
	display: grid;
	gap: 8px;
}

.tss-journey-search-modal__compat {
	border: 1px solid var(--tss-search-border);
	background: #ffffff;
	color: var(--tss-search-ink);
}

.tss-journey-search-modal__empty {
	border: 1px dashed rgba(16, 16, 16, 0.28);
	border-radius: 8px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.58);
}

.tss-journey-search-modal__empty strong {
	display: block;
	font-size: 15px;
	font-weight: 950;
}

.tss-journey-search-modal__empty p {
	margin: 5px 0 0;
	color: var(--tss-search-muted);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.tss-journey-search-modal__loading {
	display: inline-flex;
	gap: 6px;
	justify-content: center;
	padding: 24px 0;
}

.tss-journey-search-modal__loading span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--tss-search-ink);
	opacity: 0.22;
}

.tss-journey-search-modal__view--dates {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	padding: 14px 16px max(16px, env(safe-area-inset-bottom));
}

.tss-journey-search-modal__date-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.tss-journey-search-modal__back,
.tss-journey-search-modal .tss-date-picker__nav,
.tss-journey-search-modal .tss-date-picker__clear,
.tss-journey-search-modal .tss-date-picker__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--tss-search-ink);
	border-radius: 8px;
	background: #ffffff;
	color: var(--tss-search-ink);
	font: inherit;
	font-weight: 950;
}

.tss-journey-search-modal__back {
	min-height: 38px;
	padding: 0 12px;
	font-size: 13px;
}

.tss-journey-search-modal__date-head strong {
	display: block;
	font-size: 18px;
	font-weight: 950;
	line-height: 1.1;
}

.tss-journey-search-modal__date-head span {
	display: block;
	margin-top: 3px;
	color: var(--tss-search-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.tss-journey-search-modal .tss-date-picker__nav-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 12px;
}

.tss-journey-search-modal .tss-date-picker__nav {
	width: 38px;
	height: 38px;
	font-size: 22px;
	line-height: 1;
}

.tss-journey-search-modal .tss-date-picker__months {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	min-height: 0;
	margin-top: 14px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.tss-journey-search-modal .tss-date-picker__month-title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 950;
	text-align: center;
}

.tss-journey-search-modal .tss-date-picker__weekdays,
.tss-journey-search-modal .tss-date-picker__days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 2px;
}

.tss-journey-search-modal .tss-date-picker__weekdays span {
	color: var(--tss-search-muted);
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.tss-journey-search-modal .tss-date-picker__day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	aspect-ratio: 1;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--tss-search-ink);
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	touch-action: manipulation;
}

.tss-journey-search-modal .tss-date-picker__day:hover,
.tss-journey-search-modal .tss-date-picker__day:focus-visible {
	background: #fff4bf;
}

.tss-journey-search-modal .tss-date-picker__day.is-in-range {
	border-radius: 6px;
	background: #fff7d8;
}

.tss-journey-search-modal .tss-date-picker__day.is-selected {
	background: var(--tss-search-yellow);
	box-shadow: inset 0 0 0 2px var(--tss-search-ink);
}

.tss-journey-search-modal .tss-date-picker__day[disabled],
.tss-journey-search-modal .tss-date-picker__nav[disabled],
.tss-journey-search-modal .tss-date-picker__apply[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
}

.tss-journey-search-modal .tss-date-picker__footer {
	display: grid;
	gap: 10px;
	margin-top: 14px;
	border-top: 1px solid rgba(16, 16, 16, 0.14);
	padding-top: 12px;
	background: var(--tss-search-panel);
}

.tss-journey-search-modal .tss-date-picker__summary {
	color: var(--tss-search-muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.tss-journey-search-modal .tss-date-picker__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.tss-journey-search-modal .tss-date-picker__clear,
.tss-journey-search-modal .tss-date-picker__apply {
	min-height: 44px;
	font-size: 13px;
}

.tss-journey-search-modal .tss-date-picker__apply {
	background: var(--tss-search-yellow);
	box-shadow: 2px 2px 0 var(--tss-search-ink);
}

@media (min-width: 768px) {
	.tss-journey-search-modal {
		display: none;
	}
}

@media (max-width: 767px) {
	.tss-destination-search-form {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.tss-search--hero.tss-destination-search-form,
	#mobile-menu-panel .tss-mobile-menu-search.tss-destination-search-form {
		grid-template-columns: 1fr;
	}

	.tss-search--hero.tss-destination-search-form {
		grid-template-columns: minmax(0, 1fr) minmax(116px, auto);
	}

	.tss-search--hero.tss-destination-search-form .tss-search__field--destination {
		grid-column: 1 / -1;
	}

	.tss-search--hero.tss-destination-search-form .tss-search__field--dates {
		grid-column: 1;
	}

	.tss-search--hero.tss-destination-search-form > button[type="submit"] {
		grid-column: 2;
	}

	.tss-destination-search-panel {
		position: static;
		grid-column: 1 / -1;
		margin-top: 8px;
		border-radius: 8px;
		box-shadow: 3px 3px 0 var(--tss-search-ink);
	}

	.tss-destination-search-panel__head {
		align-items: flex-start;
	}

	.tss-destination-search-panel__head strong {
		text-align: left;
	}

	.tss-destination-search-result__main {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.tss-destination-search-result__badge {
		width: max-content;
		max-width: 100%;
	}

	.tss-search__route-helper {
		--tss-route-helper-shadow-offset: 5px;
		max-width: none;
		text-align: center;
	}

	.tss-search--hero .tss-search__field--destination,
	.tss-search--hero .tss-search__field--dates {
		cursor: pointer;
	}

	.tss-trip-handoff--compact {
		right: 14px;
		bottom: max(14px, env(safe-area-inset-bottom));
		left: 14px;
		width: auto;
	}

	.tss-trip-handoff--full {
		align-items: flex-end;
		padding: 16px 14px max(16px, env(safe-area-inset-bottom));
	}

	.tss-trip-handoff--full .tss-trip-handoff__panel {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.tss-hero--search-open {
		z-index: 30;
		overflow: visible;
	}

	.tss-search--hero .tss-destination-search-panel {
		max-height: min(520px, calc(100svh - 250px));
		overflow-x: hidden;
		overflow-y: auto;
	}
}

@media (max-width: 380px) {
	.tss-search--hero.tss-destination-search-form {
		grid-template-columns: 1fr;
	}

	.tss-search--hero.tss-destination-search-form .tss-search__field--destination,
	.tss-search--hero.tss-destination-search-form .tss-search__field--dates,
	.tss-search--hero.tss-destination-search-form > button[type="submit"] {
		grid-column: auto;
	}

	.tss-hero__finder > .tss-search__route-helper {
		--tss-route-helper-shadow-offset: 4px;
	}
}

@media (max-width: 767px) {
	.tss-search--hero.tss-destination-search-form.is-trip-handoff-pending > button[type="submit"] {
		grid-column: 1 / -1;
		width: 100%;
		min-height: 48px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.tss-search-tray:not([hidden]) .tss-search-tray__panel {
		animation: tss-search-tray-rise 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.tss-journey-search-modal__loading span {
		animation: tss-journey-search-pulse 820ms ease-in-out infinite;
	}

	.tss-journey-search-modal__loading span:nth-child(2) {
		animation-delay: 110ms;
	}

	.tss-journey-search-modal__loading span:nth-child(3) {
		animation-delay: 220ms;
	}

	.tss-trip-handoff--compact .tss-trip-handoff__panel {
		animation: tss-trip-handoff-pop 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.tss-trip-handoff--full .tss-trip-handoff__panel {
		animation: tss-trip-handoff-rise 190ms cubic-bezier(0.2, 0.8, 0.2, 1);
	}

	.tss-trip-handoff__route i {
		animation: tss-trip-handoff-pass 1250ms ease-in-out infinite;
	}

	.tss-trip-handoff__signal span {
		animation: tss-trip-handoff-signal 920ms ease-in-out infinite;
	}

	.tss-trip-handoff__signal span:nth-child(2) {
		animation-delay: 90ms;
	}

	.tss-trip-handoff__signal span:nth-child(3) {
		animation-delay: 180ms;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tss-journey-search-modal__backdrop,
	.tss-journey-search-modal__sheet,
	.tss-trip-handoff__panel,
	.tss-trip-handoff__route i,
	.tss-trip-handoff__signal span {
		transition: none;
		animation: none;
	}
}

@keyframes tss-search-tray-rise {
	from {
		transform: translateY(18px);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes tss-trip-handoff-pop {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes tss-trip-handoff-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes tss-trip-handoff-pass {
	0%,
	100% {
		transform: translateX(0);
	}
	48%,
	52% {
		transform: translateX(var(--tss-trip-handoff-pass-distance));
	}
}

@keyframes tss-trip-handoff-signal {
	0%,
	100% {
		opacity: 0.58;
	}
	50% {
		opacity: 1;
	}
}

@keyframes tss-journey-search-pulse {
	0%,
	100% {
		opacity: 0.22;
		transform: translateY(0);
	}
	50% {
		opacity: 0.78;
		transform: translateY(-2px);
	}
}
