/*
 * WOW Jordan Itinerary Planner — premium traveller experience.
 *
 * Every rule is scoped beneath .wjip-planner so the surrounding WordPress,
 * Listeo and Elementor styling is never affected. No global resets are used.
 */

.wjip-planner {
	--wjip-green: #10402f;
	--wjip-green-deep: #0a2b20;
	--wjip-green-soft: #1c5c43;
	--wjip-ink: #1a2420;
	--wjip-muted: #5d6b64;
	--wjip-ivory: #fbf7f0;
	--wjip-sand: #f2ebdf;
	--wjip-surface: #ffffff;
	--wjip-gold: #c69749;
	--wjip-gold-soft: #e6d3ab;
	--wjip-line: rgba(26, 36, 32, .1);
	--wjip-shadow-sm: 0 1px 2px rgba(16, 40, 32, .05), 0 6px 16px rgba(16, 40, 32, .05);
	--wjip-shadow-md: 0 2px 6px rgba(16, 40, 32, .06), 0 18px 44px rgba(16, 40, 32, .09);
	--wjip-radius-xl: 28px;
	--wjip-radius-lg: 22px;
	--wjip-radius-md: 14px;
	--wjip-radius-sm: 10px;

	box-sizing: border-box;
	max-width: 1220px;
	margin: 28px auto;
	color: var(--wjip-ink);
	font-family: inherit;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

.wjip-planner *,
.wjip-planner *::before,
.wjip-planner *::after {
	box-sizing: border-box;
}

.wjip-planner h1,
.wjip-planner h2,
.wjip-planner h3,
.wjip-planner h4 {
	margin: 0;
	color: var(--wjip-green-deep);
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1.2;
}

.wjip-planner p {
	margin: 0;
}

.wjip-planner ul,
.wjip-planner ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wjip-planner img {
	max-width: 100%;
	display: block;
}

.wjip-visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.wjip-eyebrow {
	margin: 0 0 10px;
	color: var(--wjip-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------- Buttons */

.wjip-planner .wjip-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: none;
	color: inherit;
	font: inherit;
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.wjip-planner .wjip-button-primary {
	background: var(--wjip-green);
	color: #fff;
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-planner .wjip-button-primary:hover {
	background: var(--wjip-green-soft);
	transform: translateY(-1px);
}

.wjip-planner .wjip-button-primary:disabled,
.wjip-planner .wjip-button-primary[aria-disabled="true"] {
	background: #8ba299;
	transform: none;
	cursor: default;
	box-shadow: none;
}

.wjip-planner .wjip-button-large {
	min-height: 54px;
	padding: 14px 34px;
	font-size: 16.5px;
}

.wjip-planner .wjip-button-ghost {
	border-color: var(--wjip-line);
	background: rgba(255, 255, 255, .7);
	color: var(--wjip-green-deep);
}

.wjip-planner .wjip-button-ghost:hover {
	border-color: var(--wjip-gold);
	background: #fff;
}

.wjip-planner .wjip-button-light {
	background: #fff;
	color: var(--wjip-green-deep);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-planner .wjip-button-light:hover {
	background: var(--wjip-ivory);
	transform: translateY(-1px);
}

.wjip-planner .wjip-button-outline {
	border-color: rgba(255, 255, 255, .34);
	color: #fff;
}

.wjip-planner .wjip-button-outline:hover {
	border-color: var(--wjip-gold);
	background: rgba(255, 255, 255, .1);
}

.wjip-planner .wjip-button-quiet {
	min-height: 40px;
	padding: 8px 16px;
	border-color: var(--wjip-line);
	background: var(--wjip-ivory);
	color: var(--wjip-green-deep);
	font-size: 14px;
}

.wjip-planner .wjip-button-quiet:hover {
	border-color: var(--wjip-gold);
	background: #fff;
}

.wjip-planner .wjip-button:focus-visible,
.wjip-planner .wjip-chip:focus-visible,
.wjip-planner .wjip-mobile-tab:focus-visible,
.wjip-planner summary:focus-visible,
.wjip-planner select:focus-visible,
.wjip-planner input:focus-visible,
.wjip-planner textarea:focus-visible,
.wjip-planner a:focus-visible,
.wjip-planner button:focus-visible {
	outline: 2px solid var(--wjip-gold);
	outline-offset: 2px;
}

/* ------------------------------------------------------------------ Icons */

.wjip-icon {
	width: 17px;
	height: 17px;
	flex: none;
	background-color: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.wjip-icon-spark {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.9 5.6L19.5 9.5 13.9 11.4 12 17l-1.9-5.6L4.5 9.5l5.6-1.9zM18.5 14l.9 2.6 2.6.9-2.6.9-.9 2.6-.9-2.6-2.6-.9 2.6-.9z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.9 5.6L19.5 9.5 13.9 11.4 12 17l-1.9-5.6L4.5 9.5l5.6-1.9zM18.5 14l.9 2.6 2.6.9-2.6.9-.9 2.6-.9-2.6-2.6-.9 2.6-.9z'/%3E%3C/svg%3E");
}

.wjip-icon-tune {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h9v2H4zM17 7h3v2h-3zM4 15h3v2H4zM11 15h9v2h-9zM14 5h2v6h-2zM8 13h2v6H8z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h9v2H4zM17 7h3v2h-3zM4 15h3v2H4zM11 15h9v2h-9zM14 5h2v6h-2zM8 13h2v6H8z'/%3E%3C/svg%3E");
}

.wjip-icon-trip {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12a2 2 0 012 2v16l-8-4-8 4V5a2 2 0 012-2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h12a2 2 0 012 2v16l-8-4-8 4V5a2 2 0 012-2z'/%3E%3C/svg%3E");
}

.wjip-icon-route {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2a3 3 0 013 3c0 2.2-3 5.5-3 5.5S3 7.2 3 5a3 3 0 013-3zm0 2.1A1 1 0 106 6a1 1 0 000-1.9zM18 13a3 3 0 013 3c0 2.2-3 5.5-3 5.5s-3-3.3-3-5.5a3 3 0 013-3zm0 2.1a1 1 0 100 1.9 1 1 0 000-1.9zM8 6.5h3.5A3.5 3.5 0 0115 10v.5h-2V10a1.5 1.5 0 00-1.5-1.5H8zM9 15.5h4v2H9z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2a3 3 0 013 3c0 2.2-3 5.5-3 5.5S3 7.2 3 5a3 3 0 013-3zm0 2.1A1 1 0 106 6a1 1 0 000-1.9zM18 13a3 3 0 013 3c0 2.2-3 5.5-3 5.5s-3-3.3-3-5.5a3 3 0 013-3zm0 2.1a1 1 0 100 1.9 1 1 0 000-1.9zM8 6.5h3.5A3.5 3.5 0 0115 10v.5h-2V10a1.5 1.5 0 00-1.5-1.5H8zM9 15.5h4v2H9z'/%3E%3C/svg%3E");
}

.wjip-icon-bed {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h2v6h14v-3a3 3 0 00-3-3h-5v6H3zm4 1a2 2 0 110 4 2 2 0 010-4zM3 15h18v4h-2v-2H5v2H3z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 7h2v6h14v-3a3 3 0 00-3-3h-5v6H3zm4 1a2 2 0 110 4 2 2 0 010-4zM3 15h18v4h-2v-2H5v2H3z'/%3E%3C/svg%3E");
}

.wjip-icon-car {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11l1.5-4.5A2 2 0 018.4 5h7.2a2 2 0 011.9 1.5L19 11h1v6h-2v2h-3v-2H9v2H6v-2H4v-6zm2.2-1h9.6l-1-3H8.2zM7 13a1.3 1.3 0 100 2.6A1.3 1.3 0 007 13zm10 0a1.3 1.3 0 100 2.6 1.3 1.3 0 000-2.6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11l1.5-4.5A2 2 0 018.4 5h7.2a2 2 0 011.9 1.5L19 11h1v6h-2v2h-3v-2H9v2H6v-2H4v-6zm2.2-1h9.6l-1-3H8.2zM7 13a1.3 1.3 0 100 2.6A1.3 1.3 0 007 13zm10 0a1.3 1.3 0 100 2.6 1.3 1.3 0 000-2.6z'/%3E%3C/svg%3E");
}

.wjip-icon-send {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20.5V14l8-2-8-2V3.5L21 12z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20.5V14l8-2-8-2V3.5L21 12z'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------- Planning stage */

.wjip-stage[hidden] {
	display: none;
}

.wjip-plan-canvas {
	position: relative;
	display: grid;
	place-items: center;
	min-height: min(74vh, 720px);
	padding: clamp(40px, 7vw, 96px) clamp(18px, 4vw, 56px);
	border-radius: var(--wjip-radius-xl);
	background-color: var(--wjip-green-deep);
	background-image: var(--wjip-plan-hero-image, none);
	background-size: cover;
	background-position: center 42%;
	overflow: hidden;
}

.wjip-plan-canvas::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 90% at 50% 0%, rgba(10, 43, 32, .28) 0%, rgba(10, 43, 32, .78) 62%, rgba(8, 34, 25, .95) 100%),
		linear-gradient(180deg, rgba(8, 34, 25, .1) 0%, rgba(8, 34, 25, .55) 100%);
}

.wjip-plan-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 900px;
	text-align: center;
}

.wjip-plan-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 7px 16px 7px 10px;
	border: 1px solid rgba(230, 211, 171, .3);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: var(--wjip-gold-soft);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .1em;
	text-transform: uppercase;
	backdrop-filter: blur(6px);
}

.wjip-plan-mark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 32%, var(--wjip-gold-soft), var(--wjip-gold) 72%);
}

.wjip-plan-inner h1 {
	margin-top: 22px;
	color: #fff;
	font-size: clamp(32px, 4.6vw, 58px);
	font-weight: 700;
	letter-spacing: -.028em;
	line-height: 1.08;
}

.wjip-plan-inner h1 em {
	display: block;
	color: var(--wjip-gold-soft);
	font-style: normal;
	font-weight: 400;
}

.wjip-plan-lede {
	margin: 22px auto 0;
	max-width: 30em;
	color: rgba(255, 255, 255, .7);
	font-size: clamp(15px, 1.4vw, 17.5px);
}

/* The request composer is the product's primary surface. */

.wjip-composer {
	margin-top: clamp(26px, 3.4vw, 40px);
	padding: 8px;
	border-radius: var(--wjip-radius-lg);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 24px 70px rgba(6, 26, 19, .45), 0 2px 6px rgba(6, 26, 19, .2);
	text-align: start;
}

.wjip-planner .wjip-composer-input {
	display: block;
	width: 100%;
	min-height: 76px;
	max-height: 190px;
	padding: 18px 20px 10px;
	border: 0;
	border-radius: var(--wjip-radius-md);
	background: transparent;
	color: var(--wjip-ink);
	font: inherit;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.5;
	resize: none;
}

.wjip-planner .wjip-composer-input::placeholder {
	color: #93a09a;
}

.wjip-planner .wjip-composer-input:focus {
	outline: none;
	box-shadow: none;
}

.wjip-composer-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 8px 8px 12px;
	border-top: 1px solid var(--wjip-line);
}

.wjip-trip-row {
	display: flex;
	align-items: center;
	gap: 2px;
	min-width: 0;
	flex: 1;
}

.wjip-trip-field {
	position: relative;
	display: grid;
	gap: 1px;
	min-width: 0;
	padding: 6px 12px;
	border-radius: var(--wjip-radius-sm);
	transition: background-color .18s ease;
}

.wjip-trip-field:hover {
	background: var(--wjip-ivory);
}

.wjip-trip-field-label {
	color: var(--wjip-muted);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.wjip-planner .wjip-trip-select,
.wjip-trip-value {
	max-width: 19ch;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wjip-green-deep);
	font: inherit;
	font-size: 14.5px;
	font-weight: 650;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.wjip-planner .wjip-trip-select:focus {
	background: transparent;
	box-shadow: none;
	outline: none;
}

.wjip-trip-field:focus-within {
	background: var(--wjip-ivory);
	box-shadow: inset 0 0 0 1px var(--wjip-green-soft);
}

.wjip-trip-divider {
	width: 1px;
	height: 30px;
	flex: none;
	background: var(--wjip-line);
}

/* Travellers opens a small stepper rather than a numeric form field. */

.wjip-travellers > summary {
	display: grid;
	gap: 1px;
	cursor: pointer;
	list-style: none;
}

.wjip-travellers > summary::-webkit-details-marker {
	display: none;
}

.wjip-traveller-pop {
	position: absolute;
	top: calc(100% + 10px);
	inset-inline-start: 0;
	z-index: 12;
	display: grid;
	gap: 6px;
	width: 274px;
	padding: 10px;
	border-radius: var(--wjip-radius-md);
	background: #fff;
	box-shadow: var(--wjip-shadow-md);
}

.wjip-stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 10px;
	border-radius: var(--wjip-radius-sm);
}

.wjip-stepper:hover {
	background: var(--wjip-ivory);
}

.wjip-stepper-text {
	display: grid;
}

.wjip-stepper-label {
	color: var(--wjip-ink);
	font-size: 14.5px;
	font-weight: 650;
}

.wjip-stepper-note {
	color: var(--wjip-muted);
	font-size: 12px;
}

.wjip-stepper-controls {
	display: flex;
	align-items: center;
	gap: 4px;
}

.wjip-planner .wjip-stepper-button {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 1px solid var(--wjip-line);
	border-radius: 50%;
	background: #fff;
	color: var(--wjip-green-deep);
	font: inherit;
	font-size: 17px;
	line-height: 1;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-planner .wjip-stepper-button:hover {
	border-color: var(--wjip-green);
	background: var(--wjip-ivory);
}

.wjip-planner .wjip-stepper-controls input {
	width: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wjip-ink);
	font: inherit;
	font-size: 15px;
	font-weight: 650;
	text-align: center;
	-moz-appearance: textfield;
}

.wjip-planner .wjip-stepper-controls input::-webkit-outer-spin-button,
.wjip-planner .wjip-stepper-controls input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wjip-planner .wjip-composer-send {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: none;
	min-height: 52px;
	padding: 14px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--wjip-green);
	color: #fff;
	font: inherit;
	font-size: 15.5px;
	font-weight: 650;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wjip-planner .wjip-composer-send:hover {
	background: var(--wjip-green-soft);
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(10, 43, 32, .3);
}

.wjip-planner .wjip-composer-send:disabled {
	background: #8ba299;
	transform: none;
	cursor: default;
}

/* Understated inspiration prompts, not a chip form. */

.wjip-plan-try {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px 14px;
	margin-top: 20px;
	color: rgba(255, 255, 255, .5);
	font-size: 13.5px;
}

.wjip-plan-try > span {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}

.wjip-planner .wjip-try-link {
	padding: 2px 0;
	border: 0;
	border-bottom: 1px solid rgba(230, 211, 171, .35);
	background: none;
	color: rgba(255, 255, 255, .84);
	font: inherit;
	font-size: 13.5px;
	cursor: pointer;
	transition: color .18s ease, border-color .18s ease;
}

.wjip-planner .wjip-try-link:hover,
.wjip-planner .wjip-try-link.is-selected {
	color: var(--wjip-gold-soft);
	border-color: var(--wjip-gold);
}

.wjip-plan-message {
	margin-top: 18px;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
}

.wjip-plan-message:empty {
	display: none;
}

.wjip-plan-message.is-error {
	color: #ffd9cd;
	font-weight: 600;
}

.wjip-assist-link {
	display: inline-block;
	margin-top: 10px;
	color: var(--wjip-gold-soft);
	font-size: 14px;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wjip-assist-link[hidden] {
	display: none;
}

/* Personalise further stays subtle until it is wanted. */

.wjip-more-preferences {
	margin-top: 26px;
	text-align: start;
}

.wjip-more-preferences > summary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.wjip-more-preferences > summary::-webkit-details-marker {
	display: none;
}

.wjip-more-preferences > summary:hover {
	border-color: var(--wjip-gold);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.wjip-more-preferences > summary::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}

.wjip-more-preferences[open] > summary::after {
	transform: rotate(225deg) translateY(-2px);
}

.wjip-more-preferences-body {
	display: grid;
	gap: 20px;
	margin-top: 16px;
	padding: clamp(18px, 2.4vw, 26px);
	border-radius: var(--wjip-radius-lg);
	background: rgba(255, 255, 255, .96);
	box-shadow: var(--wjip-shadow-md);
	text-align: start;
}

.wjip-planner fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.wjip-planner fieldset legend,
.wjip-field > span,
.wjip-accessibility-notes > span {
	padding: 0 0 9px;
	color: var(--wjip-muted);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wjip-field {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.wjip-field > span {
	padding: 0;
}

.wjip-planner select,
.wjip-planner input[type="text"],
.wjip-planner textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-sm);
	background: var(--wjip-ivory);
	color: var(--wjip-ink);
	font: inherit;
	font-size: 15px;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.wjip-planner select:hover,
.wjip-planner input:hover,
.wjip-planner textarea:hover {
	border-color: rgba(26, 36, 32, .22);
}

.wjip-planner select:focus,
.wjip-planner input:focus,
.wjip-planner textarea:focus {
	border-color: var(--wjip-green-soft);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(28, 92, 67, .12);
	outline: none;
}

.wjip-interest-options,
.wjip-accessibility-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wjip-interest-options label,
.wjip-accessibility-options label,
.wjip-accessibility-master-options label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid var(--wjip-line);
	border-radius: 999px;
	background: var(--wjip-ivory);
	font-size: 13.5px;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-interest-options label:hover,
.wjip-accessibility-options label:hover,
.wjip-accessibility-master-options label:hover {
	border-color: var(--wjip-gold);
	background: #fff;
}

.wjip-interest-options label:has(input:checked),
.wjip-accessibility-options label:has(input:checked),
.wjip-accessibility-master-options label:has(input:checked) {
	border-color: var(--wjip-green-soft);
	background: var(--wjip-sand);
	font-weight: 600;
}

.wjip-interest-options input,
.wjip-accessibility-options input,
.wjip-accessibility-master-options input {
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: var(--wjip-green);
}

.wjip-more-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.wjip-accessibility-master-options {
	display: flex;
	gap: 8px;
}

.wjip-accessibility-details {
	display: grid;
	gap: 12px;
	padding: 16px;
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-ivory);
}

.wjip-accessibility-details[hidden] {
	display: none;
}

.wjip-accessibility-note {
	color: var(--wjip-muted);
	font-size: 13px;
}

.wjip-accessibility-notes {
	display: grid;
	gap: 6px;
}

/* ------------------------------------------------------- Generation stage */

.wjip-stage-generating {
	display: grid;
	place-items: center;
	min-height: 62vh;
	padding: clamp(28px, 5vw, 64px) 20px;
	border-radius: var(--wjip-radius-lg);
	background: linear-gradient(160deg, var(--wjip-green-deep) 0%, var(--wjip-green) 62%, #14503a 100%);
	box-shadow: var(--wjip-shadow-md);
}

.wjip-generating-panel {
	max-width: 30em;
	text-align: center;
}

.wjip-generating-panel h2 {
	margin-top: 22px;
	color: #fff;
	font-size: clamp(23px, 2.6vw, 31px);
}

.wjip-generating-orb {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	border-radius: 50%;
	background: radial-gradient(circle at 34% 32%, var(--wjip-gold-soft), var(--wjip-gold) 58%, rgba(198, 151, 73, .25) 100%);
	animation: wjip-orb 2.6s ease-in-out infinite;
}

@keyframes wjip-orb {
	0%, 100% { transform: scale(1); opacity: .92; }
	50% { transform: scale(1.11); opacity: 1; }
}

.wjip-generating-request {
	margin-top: 12px;
	padding: 12px 16px;
	border-radius: var(--wjip-radius-md);
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .88);
	font-size: 14.5px;
	font-style: italic;
}

.wjip-generating-request:empty {
	display: none;
}

.wjip-generating-steps {
	display: grid;
	gap: 10px;
	margin: 24px auto 0;
	max-width: 22em;
	text-align: start;
}

.wjip-generating-steps li {
	display: flex;
	align-items: center;
	gap: 11px;
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
	transition: color .3s ease;
}

.wjip-generating-steps li::before {
	content: "";
	width: 9px;
	height: 9px;
	flex: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, .28);
	transition: background-color .3s ease, box-shadow .3s ease;
}

.wjip-generating-steps li.is-active {
	color: #fff;
	font-weight: 600;
}

.wjip-generating-steps li.is-active::before {
	background: var(--wjip-gold);
	box-shadow: 0 0 0 4px rgba(198, 151, 73, .22);
}

.wjip-generating-steps li.is-done {
	color: rgba(255, 255, 255, .78);
}

.wjip-generating-steps li.is-done::before {
	background: var(--wjip-gold-soft);
}

.wjip-generating-note {
	margin-top: 26px;
	color: rgba(255, 255, 255, .6);
	font-size: 13.5px;
}

.wjip-stage-generating .wjip-button-quiet {
	margin-top: 18px;
	border-color: rgba(255, 255, 255, .3);
	background: transparent;
	color: rgba(255, 255, 255, .85);
}

.wjip-stage-generating .wjip-button-quiet:hover {
	border-color: var(--wjip-gold);
	background: rgba(255, 255, 255, .08);
}

@media (prefers-reduced-motion: reduce) {
	.wjip-generating-orb { animation: none; }
	.wjip-planner * { transition-duration: .01ms !important; }
}

/* -------------------------------------------------------------- Trip hero */

.wjip-trip-hero {
	position: relative;
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-green-deep);
	overflow: hidden;
}

.wjip-trip-hero-media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 42%;
	opacity: .55;
}

.wjip-trip-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(10, 43, 32, .95) 8%, rgba(10, 43, 32, .68) 52%, rgba(10, 43, 32, .38) 100%);
}

.wjip-trip-eyebrow {
	margin: 0 0 10px;
	color: var(--wjip-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.wjip-trip-hero-body {
	position: relative;
	z-index: 1;
	padding: clamp(24px, 3.4vw, 42px);
}

.wjip-trip-hero-body h2 {
	max-width: 16em;
	color: #fff;
	font-size: clamp(26px, 3.2vw, 40px);
}

.wjip-trip-meta {
	margin-top: 10px;
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
}

.wjip-trip-meta-sep {
	margin: 0 9px;
	opacity: .5;
}

.wjip-trip-summary {
	margin-top: 14px;
	max-width: 42em;
	color: rgba(255, 255, 255, .82);
	font-size: 15.5px;
	line-height: 1.6;
}

.wjip-trip-summary:empty {
	display: none;
}

.wjip-route-chain {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 4px;
	margin-top: 16px;
}

.wjip-route-chain li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 14.5px;
	font-weight: 600;
}

.wjip-route-chain li + li::before {
	content: "";
	width: 15px;
	height: 8px;
	margin-right: 4px;
	background-color: var(--wjip-gold);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12'%3E%3Cpath d='M0 5h19l-4-4 1.4-1.4L23 6l-6.6 6.4L15 11l4-4H0z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 12'%3E%3Cpath d='M0 5h19l-4-4 1.4-1.4L23 6l-6.6 6.4L15 11l4-4H0z'/%3E%3C/svg%3E") no-repeat center / contain;
}

[dir="rtl"] .wjip-route-chain li + li::before {
	transform: scaleX(-1);
}

.wjip-fallback-note {
	display: inline-block;
	margin-top: 14px;
	padding: 8px 14px;
	border: 1px solid rgba(230, 211, 171, .4);
	border-radius: 999px;
	color: var(--wjip-gold-soft);
	font-size: 13px;
	font-weight: 600;
}

.wjip-fallback-note[hidden] {
	display: none;
}

.wjip-trip-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.wjip-updated-flag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(198, 151, 73, .18);
	color: var(--wjip-gold-soft);
	font-size: 13px;
	font-weight: 650;
	animation: wjip-fade-in .3s ease;
}

.wjip-updated-flag[hidden] {
	display: none;
}

.wjip-updated-flag::before {
	content: "";
	width: 13px;
	height: 13px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
}

@keyframes wjip-fade-in {
	from { opacity: 0; transform: translateY(4px); }
	to { opacity: 1; transform: none; }
}

.wjip-save-panel {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	margin-top: 18px;
	padding: 16px;
	border-radius: var(--wjip-radius-md);
	background: rgba(255, 255, 255, .95);
}

.wjip-save-panel[hidden] {
	display: none;
}

.wjip-save-panel label {
	display: grid;
	flex: 1 1 220px;
	gap: 6px;
}

.wjip-save-panel label span {
	color: var(--wjip-muted);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wjip-save-panel p {
	flex: 1 1 100%;
	color: var(--wjip-muted);
	font-size: 13.5px;
}

.wjip-save-panel a {
	color: var(--wjip-green);
	font-weight: 650;
}

/* -------------------------------------------------------- Trip workspace */

.wjip-workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 30%);
	gap: 18px;
	margin-top: 18px;
	align-items: start;
}

.wjip-workspace-main {
	display: grid;
	grid-template-columns: 216px minmax(0, 1fr);
	gap: 18px;
	min-width: 0;
	align-items: start;
}

.wjip-mobile-tabs {
	display: none;
}

/* Day rail */

.wjip-dayrail {
	position: sticky;
	top: 18px;
	min-width: 0;
	overflow: hidden;
	padding: 16px 12px;
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-surface);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-dayrail-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	padding: 0 6px 12px;
	color: var(--wjip-green-deep);
	font-size: 14.5px;
	font-weight: 700;
}

.wjip-dayrail-count {
	padding: 3px 9px;
	border-radius: 999px;
	background: var(--wjip-sand);
	color: var(--wjip-muted);
	font-size: 11px;
	font-weight: 650;
}

.wjip-dayrail-list {
	position: relative;
	display: grid;
	/* Constrain the implicit column so long day titles ellipsize inside the
	   rail instead of widening it under the day panel. */
	grid-template-columns: minmax(0, 1fr);
	gap: 2px;
}

.wjip-dayrail-list::before {
	content: "";
	position: absolute;
	inset-inline-start: 31px;
	top: 26px;
	bottom: 26px;
	width: 2px;
	background: var(--wjip-sand);
}

.wjip-planner .wjip-daynav-item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	padding: 7px;
	border: 1px solid transparent;
	border-radius: var(--wjip-radius-md);
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: start;
	cursor: pointer;
	overflow: hidden;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.wjip-planner .wjip-daynav-item:hover {
	background: var(--wjip-ivory);
	transform: translateX(1px);
}

.wjip-planner .wjip-daynav-item.is-active {
	border-color: rgba(16, 64, 47, .16);
	background: var(--wjip-ivory);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-daynav-thumb {
	position: relative;
	width: 48px;
	height: 48px;
	flex: none;
	border-radius: 12px;
	background: var(--wjip-sand) center / cover no-repeat;
	box-shadow: 0 0 0 3px var(--wjip-surface);
}

.wjip-daynav-item.is-active .wjip-daynav-thumb {
	box-shadow: 0 0 0 2px var(--wjip-green), 0 0 0 4px var(--wjip-surface);
}

.wjip-daynav-text {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.wjip-daynav-day {
	display: block;
	color: var(--wjip-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.wjip-daynav-name {
	display: block;
	overflow: hidden;
	color: var(--wjip-green-deep);
	font-size: 14px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wjip-daynav-title {
	display: block;
	overflow: hidden;
	color: var(--wjip-muted);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* The single premium day panel */

.wjip-day-stage {
	min-width: 0;
	max-width: 100%;
}

.wjip-days {
	min-width: 0;
}

.wjip-day {
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-surface);
	box-shadow: var(--wjip-shadow-md);
	overflow: hidden;
	animation: wjip-day-in .28s ease;
}

@keyframes wjip-day-in {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: none; }
}

.wjip-day-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: clamp(18px, 2.2vw, 26px) clamp(18px, 2.2vw, 28px) 14px;
}

.wjip-day-eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--wjip-gold);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.wjip-day-eyebrow-sep {
	opacity: .5;
}

.wjip-day-title {
	margin-top: 7px;
	color: var(--wjip-green-deep);
	font-size: clamp(22px, 2.3vw, 30px);
	letter-spacing: -.02em;
}

.wjip-tag-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
	flex: none;
	max-width: 46%;
}

.wjip-tag-row:empty {
	display: none;
}

.wjip-tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 13px;
	border: 1px solid var(--wjip-line);
	border-radius: 999px;
	background: var(--wjip-ivory);
	color: var(--wjip-green-deep);
	font-size: 12px;
	font-weight: 650;
	white-space: nowrap;
}

.wjip-day-media {
	display: grid;
	gap: 6px;
	margin: 0 clamp(18px, 2.2vw, 28px);
}

.wjip-day-hero {
	position: relative;
	margin: 0;
	border-radius: var(--wjip-radius-md);
	overflow: hidden;
	background: var(--wjip-sand);
}

.wjip-day-hero img {
	width: 100%;
	aspect-ratio: 16 / 8.4;
	object-fit: cover;
}

/* With a gallery present the hero squares off against it as one media band. */
.wjip-day-media:has([data-slot="gallery"]:not([hidden])) .wjip-day-hero {
	border-end-start-radius: 4px;
	border-end-end-radius: 4px;
}

.wjip-media-fallback {
	display: grid;
	place-content: center;
	gap: 10px;
	justify-items: center;
	aspect-ratio: 16 / 8.4;
	padding: 16px;
	background: linear-gradient(150deg, var(--wjip-sand) 0%, #e6dcc9 100%);
	text-align: center;
}

.wjip-media-fallback[hidden] {
	display: none;
}

.wjip-media-fallback-mark {
	width: 34px;
	height: 34px;
	background-color: rgba(16, 64, 47, .34);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3zm2 2v8.2l4.3-4.3 3 3L15 11l4 4V7zM8.5 8.5A1.5 1.5 0 118.5 11a1.5 1.5 0 010-2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3zm2 2v8.2l4.3-4.3 3 3L15 11l4 4V7zM8.5 8.5A1.5 1.5 0 118.5 11a1.5 1.5 0 010-2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.wjip-media-fallback-label {
	color: rgba(16, 64, 47, .6);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .04em;
}

.wjip-day-body {
	display: grid;
	gap: 16px;
	padding: clamp(16px, 2vw, 22px) clamp(18px, 2.2vw, 28px) 0;
}

/* Reserved for destination actions in a later release. */
.wjip-day-links[hidden] {
	display: none;
}

.wjip-day-summary {
	color: var(--wjip-ink);
	font-size: clamp(15.5px, 1.4vw, 17px);
	line-height: 1.65;
}

.wjip-day-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin: 0;
	padding: 13px 16px;
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-ivory);
}

.wjip-fact {
	display: flex;
	align-items: baseline;
	gap: 10px;
	min-width: 0;
}

.wjip-fact[hidden] {
	display: none;
}

.wjip-planner .wjip-day-facts dt {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: none;
	color: var(--wjip-muted);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.wjip-planner .wjip-day-facts dd {
	margin: 0;
	min-width: 0;
	color: var(--wjip-green-deep);
	font-size: 14.5px;
	font-weight: 650;
}

.wjip-fact-icon {
	width: 17px;
	height: 17px;
	background-color: var(--wjip-green);
}

.wjip-fact-note {
	color: var(--wjip-muted);
	font-size: 13px;
	font-weight: 400;
}

.wjip-fact-note:not(:empty)::before {
	content: " · ";
	opacity: .5;
}

/* Video card */

.wjip-day-video[hidden] {
	display: none;
}

.wjip-video-card {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-green-deep);
	color: #fff;
	font: inherit;
	text-align: start;
	cursor: pointer;
	overflow: hidden;
}

.wjip-video-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 6.5;
	background: var(--wjip-green) center / cover no-repeat;
	overflow: hidden;
}

.wjip-video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wjip-video-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 43, 32, .1) 30%, rgba(10, 43, 32, .88) 100%);
}

.wjip-video-play {
	position: absolute;
	display: grid;
	top: 50%;
	inset-inline-start: 50%;
	z-index: 1;
	place-items: center;
	width: 54px;
	height: 54px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(198, 151, 73, .94);
	transition: transform .2s ease;
}

[dir="rtl"] .wjip-video-play {
	transform: translate(50%, -50%);
}

.wjip-video-card:hover .wjip-video-play {
	transform: translate(-50%, -50%) scale(1.07);
}

.wjip-video-play::after {
	content: "";
	width: 16px;
	height: 18px;
	margin-inline-start: 4px;
	background: var(--wjip-green-deep);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.wjip-video-caption {
	display: block;
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 1;
	padding: 14px 16px;
}

.wjip-video-title {
	display: block;
	font-size: 15.5px;
	font-weight: 650;
}

.wjip-video-meta {
	display: block;
	margin-top: 3px;
	color: rgba(255, 255, 255, .72);
	font-size: 12.5px;
}

.wjip-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--wjip-radius-md);
	overflow: hidden;
	background: #000;
}

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

.wjip-video-fallback {
	display: inline-block;
	margin-top: 8px;
	color: var(--wjip-green);
	font-size: 13px;
	font-weight: 650;
}

/* Gallery */

.wjip-day-gallery[hidden] {
	display: none;
}

.wjip-gallery-strip {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 6px;
}

.wjip-gallery-strip li {
	min-width: 0;
	overflow: hidden;
	border-radius: 4px;
}

.wjip-gallery-strip li:first-child {
	border-start-start-radius: 4px;
	border-end-start-radius: var(--wjip-radius-md);
}

.wjip-gallery-strip li:last-child {
	border-start-end-radius: 4px;
	border-end-end-radius: var(--wjip-radius-md);
}

.wjip-gallery-strip img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform .3s ease, opacity .2s ease;
}

.wjip-gallery-strip img:hover {
	transform: scale(1.05);
	opacity: .94;
}

/* Progressive day detail */

.wjip-day-details > summary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 0;
	color: var(--wjip-green);
	font-size: 14px;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.wjip-day-details > summary::-webkit-details-marker {
	display: none;
}

.wjip-day-details > summary::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}

.wjip-day-details[open] > summary::after {
	transform: rotate(225deg) translateY(-2px);
}

.wjip-day-details .wjip-details-close,
.wjip-day-details[open] .wjip-details-open {
	display: none;
}

.wjip-day-details[open] .wjip-details-close {
	display: inline;
}

.wjip-programme {
	display: grid;
	gap: 2px;
	margin-top: 14px;
	padding-inline-start: 4px;
	border-inline-start: 2px solid var(--wjip-sand);
}

.wjip-programme li {
	position: relative;
	padding: 11px 0 11px 20px;
}

[dir="rtl"] .wjip-programme li {
	padding: 11px 20px 11px 0;
}

.wjip-programme li::before {
	content: "";
	position: absolute;
	inset-inline-start: -5px;
	top: 18px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--wjip-gold);
}

.wjip-programme-time {
	display: block;
	color: var(--wjip-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.wjip-programme-title {
	display: block;
	margin-top: 2px;
	color: var(--wjip-green-deep);
	font-size: 15px;
	font-weight: 650;
}

.wjip-programme-text {
	margin-top: 3px;
	color: var(--wjip-muted);
	font-size: 14px;
}

.wjip-day-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	padding: 16px clamp(18px, 2.2vw, 28px);
	border-top: 1px solid var(--wjip-line);
	background: var(--wjip-ivory);
}

.wjip-planner .wjip-button-ask {
	min-height: 44px;
	padding: 10px 20px;
	border-color: rgba(16, 64, 47, .18);
	background: var(--wjip-surface);
	color: var(--wjip-green-deep);
	font-size: 14.5px;
}

.wjip-planner .wjip-button-ask:hover {
	border-color: var(--wjip-gold);
	background: #fff;
}

/* Notes and disclaimer */

.wjip-trip-notes {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.wjip-note-block {
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-surface);
}

.wjip-note-block[hidden] {
	display: none;
}

.wjip-note-block > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	color: var(--wjip-green-deep);
	font-size: 14.5px;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.wjip-note-block > summary::-webkit-details-marker {
	display: none;
}

.wjip-note-block > summary::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform .2s ease;
}

.wjip-note-block[open] > summary::after {
	transform: rotate(225deg) translateY(-2px);
}

.wjip-note-block > p,
.wjip-note-block > ul {
	padding: 0 18px 16px;
	color: var(--wjip-muted);
	font-size: 14.5px;
}

.wjip-note-block > ul {
	display: grid;
	gap: 8px;
}

.wjip-note-block > ul li {
	position: relative;
	padding-inline-start: 16px;
}

.wjip-note-block > ul li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--wjip-gold);
}

.wjip-ai-disclaimer {
	margin-top: 14px;
	padding: 14px 18px;
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-ivory);
	color: var(--wjip-muted);
	font-size: 12.5px;
	line-height: 1.6;
}

.wjip-ai-disclaimer strong {
	color: var(--wjip-green-deep);
}

/* ------------------------------------------------------------- Concierge */

.wjip-concierge {
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 20px;
	max-height: calc(100vh - 40px);
	min-height: 520px;
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-green-deep);
	box-shadow: var(--wjip-shadow-md);
	overflow: hidden;
}

.wjip-concierge-header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.wjip-concierge-header h2 {
	color: #fff;
	font-size: 16.5px;
}

.wjip-concierge-status {
	color: rgba(255, 255, 255, .58);
	font-size: 12.5px;
}

.wjip-concierge-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-inline-end: 6px;
	border-radius: 50%;
	background: #52c07f;
}

.wjip-concierge-avatar {
	width: 38px;
	height: 38px;
	flex: none;
	border-radius: 50%;
	background: radial-gradient(circle at 36% 30%, var(--wjip-gold-soft), var(--wjip-gold) 70%);
}

.wjip-chat-scroll {
	/* A zero flex-basis lets the message list absorb the free space so the
	   composer stays pinned to the bottom of the panel. */
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 0;
	padding: 18px;
	overflow-y: auto;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.wjip-chat-message {
	max-width: 84%;
	padding: 11px 14px;
	border-radius: 16px;
	font-size: 14.5px;
	line-height: 1.55;
	animation: wjip-fade-in .22s ease;
}

.wjip-chat-message-traveller {
	align-self: flex-end;
	border-end-end-radius: 5px;
	background: var(--wjip-green-soft);
	color: #fff;
}

.wjip-chat-message-assistant {
	align-self: flex-start;
	border-end-start-radius: 5px;
	background: var(--wjip-ivory);
	color: var(--wjip-ink);
}

.wjip-chat-message-system {
	align-self: center;
	max-width: 100%;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .7);
	font-size: 12.5px;
	text-align: center;
}

.wjip-chat-message-error {
	align-self: flex-start;
	border-end-start-radius: 5px;
	background: #fbe9e4;
	color: #7d2f1f;
}

.wjip-chat-typing {
	display: flex;
	gap: 5px;
	align-self: flex-start;
	padding: 13px 16px;
	border-radius: 16px;
	border-end-start-radius: 5px;
	background: var(--wjip-ivory);
}

.wjip-chat-typing span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--wjip-green-soft);
	animation: wjip-typing 1.3s ease-in-out infinite;
}

.wjip-chat-typing span:nth-child(2) { animation-delay: .16s; }
.wjip-chat-typing span:nth-child(3) { animation-delay: .32s; }

@keyframes wjip-typing {
	0%, 60%, 100% { opacity: .3; transform: translateY(0); }
	30% { opacity: 1; transform: translateY(-3px); }
}

.wjip-chat-context {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 18px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(198, 151, 73, .16);
	color: var(--wjip-gold-soft);
	font-size: 12.5px;
	font-weight: 650;
}

.wjip-chat-context[hidden] {
	display: none;
}

.wjip-chip-clear {
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: inherit;
	font: inherit;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
}

.wjip-chip-clear:hover {
	background: rgba(255, 255, 255, .25);
}

.wjip-chat-suggestions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 12px 18px 0;
}

.wjip-chat-suggestions:empty {
	display: none;
}

.wjip-planner .wjip-suggestion {
	flex: none;
	min-height: 34px;
	padding: 6px 14px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, .88);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-planner .wjip-suggestion:hover {
	border-color: var(--wjip-gold);
	background: rgba(255, 255, 255, .09);
}

.wjip-chat-composer {
	display: flex;
	align-items: flex-end;
	gap: 9px;
	margin: 12px 18px 0;
	padding: 9px;
	border-radius: var(--wjip-radius-md);
	background: rgba(255, 255, 255, .96);
}

.wjip-planner .wjip-chat-composer textarea {
	flex: 1;
	min-height: 42px;
	max-height: 130px;
	padding: 9px 10px;
	border: 0;
	background: transparent;
	font-size: 15px;
	resize: none;
}

.wjip-planner .wjip-chat-composer textarea:focus {
	box-shadow: none;
}

.wjip-planner .wjip-chat-send {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: none;
	border: 0;
	border-radius: 50%;
	background: var(--wjip-gold);
	color: var(--wjip-green-deep);
	cursor: pointer;
	transition: background-color .18s ease, transform .18s ease;
}

.wjip-planner .wjip-chat-send:hover {
	transform: scale(1.05);
}

.wjip-planner .wjip-chat-send:disabled {
	background: #b9c4bf;
	transform: none;
	cursor: default;
}

.wjip-chat-footnote {
	padding: 10px 18px 16px;
	color: rgba(255, 255, 255, .45);
	font-size: 11.5px;
	text-align: center;
}

/* ----------------------------------------------------------- Route panel */

.wjip-route-panel {
	grid-column: 1 / -1;
	justify-self: start;
	width: 100%;
	max-width: 460px;
	margin-top: 4px;
	padding: 18px 20px;
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-surface);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-route-panel h2 {
	font-size: 16px;
}

.wjip-route-list {
	display: grid;
	gap: 0;
	margin-top: 12px;
}

.wjip-route-stop {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0 8px 30px;
}

[dir="rtl"] .wjip-route-stop {
	padding: 12px 34px 12px 0;
}

.wjip-route-stop::before {
	content: "";
	position: absolute;
	inset-inline-start: 11px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: var(--wjip-sand);
}

.wjip-route-stop:first-child::before {
	top: 50%;
}

.wjip-route-stop:last-child::before {
	bottom: 50%;
}

.wjip-route-marker {
	position: absolute;
	inset-inline-start: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--wjip-green);
	color: #fff;
	font-size: 9.5px;
	font-weight: 700;
}

.wjip-route-thumb {
	width: 46px;
	height: 36px;
	flex: none;
	border-radius: var(--wjip-radius-sm);
	background: var(--wjip-sand) center / cover no-repeat;
}

.wjip-route-name {
	display: block;
	color: var(--wjip-green-deep);
	font-size: 14.5px;
	font-weight: 650;
}

.wjip-route-days {
	display: block;
	color: var(--wjip-muted);
	font-size: 13px;
}

.wjip-route-note {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid var(--wjip-line);
	color: var(--wjip-muted);
	font-size: 11.5px;
}

/* ------------------------------------------------ Preserved page sections */

.wjip-official-information,
.wjip-service-navigation,
.wjip-agency-assistance {
	margin-top: 22px;
	padding: clamp(20px, 2.6vw, 30px);
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-surface);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-official-information > p,
.wjip-service-navigation > p:not(.wjip-eyebrow),
.wjip-agency-copy p {
	margin-top: 10px;
	color: var(--wjip-muted);
	font-size: 14.5px;
}

.wjip-official-link-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.wjip-official-link-grid a {
	display: grid;
	gap: 3px;
	min-height: 62px;
	padding: 13px 16px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	color: var(--wjip-green-deep);
	text-decoration: none;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-official-link-grid a:hover {
	border-color: var(--wjip-gold);
	background: var(--wjip-ivory);
}

.wjip-official-link-grid strong {
	font-size: 14.5px;
}

.wjip-official-link-grid span {
	color: var(--wjip-muted);
	font-size: 13px;
}

.wjip-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.wjip-service-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	color: var(--wjip-green-deep);
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-service-grid a:hover {
	border-color: var(--wjip-gold);
	background: var(--wjip-ivory);
}

.wjip-agency-assistance {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.wjip-agency-eyebrow {
	color: var(--wjip-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.wjip-planner .wjip-agency-button {
	width: 100%;
	background: var(--wjip-green);
	color: #fff;
}

.wjip-planner .wjip-agency-button[disabled] {
	background: #8ba299;
	cursor: default;
}

.wjip-agency-unavailable,
.wjip-agency-commercial-note {
	margin-top: 10px;
	color: var(--wjip-muted);
	font-size: 12.5px;
}

.wjip-agency-commercial-note {
	grid-column: 1 / -1;
}

/* ---------------------------------------------------------- Empty states */

.wjip-empty-state {
	display: grid;
	gap: 8px;
	padding: 30px 22px;
	border: 1px dashed var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-ivory);
	color: var(--wjip-muted);
	font-size: 14.5px;
	text-align: center;
}

.wjip-empty-state strong {
	color: var(--wjip-green-deep);
	font-size: 16px;
}


/* ------------------------------------------------- Bucket C: benchmark polish */

/* Icon-based day tags */

.wjip-tag {
	gap: 7px;
}

.wjip-tag::before {
	content: "";
	width: 14px;
	height: 14px;
	flex: none;
	background-color: var(--wjip-gold);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3C/svg%3E");
}

.wjip-tag-relaxed::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 15h18v2H3zm2-4h6a3 3 0 013 3H5zm-2-6h2v6H3zM8 6a2 2 0 110 4 2 2 0 010-4zM15 9h6v2h-6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 15h18v2H3zm2-4h6a3 3 0 013 3H5zm-2-6h2v6H3zM8 6a2 2 0 110 4 2 2 0 010-4zM15 9h6v2h-6z'/%3E%3C/svg%3E");
}

.wjip-tag-family::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm8 1a2 2 0 110 4 2 2 0 010-4zM3 19v-3a4 4 0 014-4h2a4 4 0 014 4v3zm11 0v-2.5a3.5 3.5 0 013.5-3.5H19a2 2 0 012 2v4z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5a2.5 2.5 0 110 5 2.5 2.5 0 010-5zm8 1a2 2 0 110 4 2 2 0 010-4zM3 19v-3a4 4 0 014-4h2a4 4 0 014 4v3zm11 0v-2.5a3.5 3.5 0 013.5-3.5H19a2 2 0 012 2v4z'/%3E%3C/svg%3E");
}

.wjip-tag-walking::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3a2 2 0 110 4 2 2 0 010-4zm-1.6 5h2.2l2.9 4-1.6 1.2-1.8-2.4-1 3.6 2.4 2.3.9 5.3h-2.1l-.8-4.3-3-2.9-1.3 5.1-2-.5 2.4-9-1.9.9V16H5v-4.4z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3a2 2 0 110 4 2 2 0 010-4zm-1.6 5h2.2l2.9 4-1.6 1.2-1.8-2.4-1 3.6 2.4 2.3.9 5.3h-2.1l-.8-4.3-3-2.9-1.3 5.1-2-.5 2.4-9-1.9.9V16H5v-4.4z'/%3E%3C/svg%3E");
}

.wjip-tag-culture::before,
.wjip-tag-heritage::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 4v2H3V7zM5 10h2v7H5zm4 0h2v7H9zm4 0h2v7h-2zm4 0h2v7h-2zM3 18h18v2H3z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l9 4v2H3V7zM5 10h2v7H5zm4 0h2v7H9zm4 0h2v7h-2zm4 0h2v7h-2zM3 18h18v2H3z'/%3E%3C/svg%3E");
}

.wjip-tag-nature::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l5 7h-3l4 6H6l4-6H7zM11 16h2v5h-2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3l5 7h-3l4 6H6l4-6H7zM11 16h2v5h-2z'/%3E%3C/svg%3E");
}

.wjip-tag-adventure::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 4l6 16-8-5-8 5z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 4l6 16-8-5-8 5z'/%3E%3C/svg%3E");
}

.wjip-tag-wellness::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4c2 3 3 5 3 7a3 3 0 11-6 0c0-2 1-4 3-7zM5 13c2.5 0 4 1.6 4 4-2.5 0-4-1.5-4-4zm14 0c0 2.5-1.5 4-4 4 0-2.4 1.5-4 4-4z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4c2 3 3 5 3 7a3 3 0 11-6 0c0-2 1-4 3-7zM5 13c2.5 0 4 1.6 4 4-2.5 0-4-1.5-4-4zm14 0c0 2.5-1.5 4-4 4 0-2.4 1.5-4 4-4z'/%3E%3C/svg%3E");
}

.wjip-tag-beach::before,
.wjip-tag-diving::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 16c1.5 0 1.5 1.4 3 1.4S7.5 16 9 16s1.5 1.4 3 1.4 1.5-1.4 3-1.4 1.5 1.4 3 1.4 1.5-1.4 3-1.4v2c-1.5 0-1.5 1.4-3 1.4S19.5 18 18 18s-1.5 1.4-3 1.4S13.5 18 12 18s-1.5 1.4-3 1.4S7.5 18 6 18s-1.5 1.4-3 1.4zM12 4a6 6 0 016 6H6a6 6 0 016-6z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 16c1.5 0 1.5 1.4 3 1.4S7.5 16 9 16s1.5 1.4 3 1.4 1.5-1.4 3-1.4 1.5 1.4 3 1.4 1.5-1.4 3-1.4v2c-1.5 0-1.5 1.4-3 1.4S19.5 18 18 18s-1.5 1.4-3 1.4S13.5 18 12 18s-1.5 1.4-3 1.4S7.5 18 6 18s-1.5 1.4-3 1.4zM12 4a6 6 0 016 6H6a6 6 0 016-6z'/%3E%3C/svg%3E");
}

.wjip-tag-food::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h2v8a2 2 0 01-4 0V3h2zm0 10h2v8H6zM16 3c2 0 3 2 3 5s-1 4-2 4v9h-2V3z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 3h2v8a2 2 0 01-4 0V3h2zm0 10h2v8H6zM16 3c2 0 3 2 3 5s-1 4-2 4v9h-2V3z'/%3E%3C/svg%3E");
}

.wjip-icon-map {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3l6 2 5-2v16l-5 2-6-2-5 2V5zm0 2.2v13.6l6 2V7.2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3l6 2 5-2v16l-5 2-6-2-5 2V5zm0 2.2v13.6l6 2V7.2z'/%3E%3C/svg%3E");
}

.wjip-icon-eye {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5c5 0 9 4.2 10 7-1 2.8-5 7-10 7S3 14.8 2 12c1-2.8 5-7 10-7zm0 3a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5c5 0 9 4.2 10 7-1 2.8-5 7-10 7S3 14.8 2 12c1-2.8 5-7 10-7zm0 3a4 4 0 100 8 4 4 0 000-8zm0 2a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E");
}

/* Day header: title left, route control right */

.wjip-day-head {
	align-items: flex-start;
}

.wjip-planner .wjip-route-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: none;
	min-height: 38px;
	padding: 8px 16px;
	border: 1px solid var(--wjip-line);
	border-radius: 999px;
	background: var(--wjip-surface);
	color: var(--wjip-green-deep);
	font: inherit;
	font-size: 13.5px;
	font-weight: 650;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease;
}

.wjip-planner .wjip-route-button:hover {
	border-color: var(--wjip-gold);
	background: var(--wjip-ivory);
}

.wjip-tag-row {
	justify-content: flex-start;
	max-width: 100%;
	margin: 0 clamp(18px, 2.2vw, 28px) 14px;
}

/* Media row: video and gallery side by side */

.wjip-media-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
	align-items: start;
}

.wjip-media-row[hidden] {
	display: none;
}

.wjip-day-gallery {
	display: grid;
	gap: 8px;
}

.wjip-gallery-heading {
	color: var(--wjip-muted);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.wjip-gallery-strip {
	grid-auto-columns: minmax(0, 1fr);
	gap: 7px;
}

.wjip-gallery-strip li,
.wjip-gallery-strip li:first-child,
.wjip-gallery-strip li:last-child {
	border-radius: var(--wjip-radius-sm);
}

.wjip-gallery-strip img {
	aspect-ratio: 1 / 1;
	border-radius: var(--wjip-radius-sm);
}

.wjip-planner .wjip-gallery-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: var(--wjip-radius-sm);
	background: none;
	cursor: zoom-in;
	overflow: hidden;
}

/* Fact cards */

.wjip-day-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
	padding: 0;
	background: none;
}

.wjip-fact {
	display: grid;
	gap: 6px;
	align-items: start;
	align-content: start;
	padding: 14px 16px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-ivory);
}

.wjip-planner .wjip-day-facts dd {
	font-size: 15px;
	line-height: 1.4;
}

.wjip-fact-note {
	display: block;
	margin-top: 3px;
}

.wjip-fact-note:not(:empty)::before {
	content: none;
}

/* Day programme disclosure driven by the footer action */

.wjip-day-programme-wrap[hidden] {
	display: none;
}

.wjip-day-foot {
	gap: 10px;
	margin-top: 18px;
}

.wjip-planner .wjip-button-view {
	min-height: 44px;
	padding: 10px 22px;
	background: var(--wjip-green);
	color: #fff;
	font-size: 14.5px;
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-planner .wjip-button-view:hover {
	background: var(--wjip-green-soft);
}

.wjip-button-view .wjip-view-close,
.wjip-button-view[aria-expanded="true"] .wjip-view-open {
	display: none;
}

.wjip-button-view[aria-expanded="true"] .wjip-view-close {
	display: inline;
}

/* Concierge polish */

.wjip-chat-divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 2px 0 6px;
	color: rgba(255, 255, 255, .4);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wjip-chat-divider::before,
.wjip-chat-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, .12);
}

.wjip-chat-turn {
	display: flex;
	align-items: flex-end;
	gap: 9px;
	max-width: 88%;
	animation: wjip-fade-in .22s ease;
}

.wjip-chat-turn-assistant {
	align-self: flex-start;
}

.wjip-chat-turn-traveller {
	align-self: flex-end;
	flex-direction: row-reverse;
}

.wjip-chat-avatar {
	width: 28px;
	height: 28px;
	flex: none;
	border-radius: 50%;
	background: radial-gradient(circle at 36% 30%, var(--wjip-gold-soft), var(--wjip-gold) 72%);
}

.wjip-chat-turn-traveller .wjip-chat-avatar {
	display: none;
}

.wjip-chat-message {
	max-width: 100%;
	margin: 0;
}

.wjip-chat-message-assistant {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

.wjip-planner .wjip-suggestion {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.wjip-planner .wjip-suggestion::before {
	content: "";
	width: 12px;
	height: 12px;
	flex: none;
	background-color: var(--wjip-gold);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.9 5.6L19.5 9.5 13.9 11.4 12 17l-1.9-5.6L4.5 9.5l5.6-1.9z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.9 5.6L19.5 9.5 13.9 11.4 12 17l-1.9-5.6L4.5 9.5l5.6-1.9z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.wjip-chat-composer {
	position: relative;
	align-items: center;
}

.wjip-chat-count {
	position: absolute;
	inset-inline-end: 60px;
	bottom: 4px;
	color: var(--wjip-muted);
	font-size: 10.5px;
	font-weight: 650;
}

.wjip-chat-count:empty {
	display: none;
}

/* ------------------------------------------------------------- Lightbox */

.wjip-planner .wjip-lightbox {
	width: min(92vw, 1100px);
	max-width: none;
	max-height: 92vh;
	padding: 0;
	border: 0;
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-green-deep);
	color: #fff;
	overflow: visible;
}

.wjip-planner .wjip-lightbox::backdrop {
	background: rgba(6, 26, 19, .82);
	backdrop-filter: blur(3px);
}

.wjip-lightbox-figure {
	margin: 0;
	display: grid;
	gap: 10px;
	padding: 14px;
}

.wjip-lightbox-figure img {
	width: 100%;
	max-height: 78vh;
	object-fit: contain;
	border-radius: var(--wjip-radius-md);
	background: #000;
}

.wjip-lightbox-figure figcaption {
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	text-align: center;
}

.wjip-planner .wjip-lightbox-close,
.wjip-planner .wjip-lightbox-nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: var(--wjip-green-deep);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: transform .18s ease, background-color .18s ease;
}

.wjip-planner .wjip-lightbox-close:hover,
.wjip-planner .wjip-lightbox-nav:hover {
	background: #fff;
	transform: scale(1.06);
}

.wjip-planner .wjip-lightbox-close {
	top: -14px;
	inset-inline-end: -14px;
}

.wjip-planner .wjip-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
}

.wjip-planner .wjip-lightbox-nav:hover {
	transform: translateY(-50%) scale(1.06);
}

.wjip-planner .wjip-lightbox-prev { inset-inline-start: -14px; }
.wjip-planner .wjip-lightbox-next { inset-inline-end: -14px; }

.wjip-planner .wjip-lightbox-nav::before {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.wjip-planner .wjip-lightbox-prev::before { transform: rotate(-135deg) translate(-2px, -2px); }
.wjip-planner .wjip-lightbox-next::before { transform: rotate(45deg) translate(-2px, 2px); }

[dir="rtl"] .wjip-planner .wjip-lightbox-prev::before { transform: rotate(45deg) translate(-2px, 2px); }
[dir="rtl"] .wjip-planner .wjip-lightbox-next::before { transform: rotate(-135deg) translate(-2px, -2px); }

/* -------------------------------------------------------------- Responsive */

@media (max-width: 1180px) {
	.wjip-workspace {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 32%);
	}

	.wjip-workspace-main {
		grid-template-columns: 190px minmax(0, 1fr);
	}
}

@media (max-width: 980px) {
	.wjip-more-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wjip-agency-assistance {
		grid-template-columns: 1fr;
	}

	.wjip-day-head {
		flex-direction: column;
		gap: 12px;
	}

	.wjip-tag-row {
		justify-content: flex-start;
		max-width: 100%;
	}
}

@media (max-width: 860px) {
	.wjip-planner {
		margin: 12px auto;
	}

	.wjip-plan-canvas {
		min-height: 0;
		padding: clamp(34px, 8vw, 56px) 16px clamp(26px, 6vw, 40px);
		border-radius: var(--wjip-radius-lg);
	}

	.wjip-composer-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding: 10px 6px 6px;
	}

	.wjip-trip-row {
		flex-wrap: wrap;
		gap: 0;
	}

	.wjip-trip-field {
		flex: 1 1 44%;
	}

	.wjip-trip-divider {
		display: none;
	}

	.wjip-planner .wjip-trip-select,
	.wjip-trip-value {
		max-width: 100%;
	}

	.wjip-planner .wjip-composer-send {
		width: 100%;
		justify-content: center;
	}

	/*
	 * The positioning parent is one narrow cell of the trip row, so pinning both
	 * inline edges to it collapsed this popover to about 143px while the stepper
	 * inside cannot compress below 194px. That pushed the increment buttons past
	 * the right edge of a phone screen, where they could not be tapped at all.
	 * Anchor the end edge instead so the popover grows inward, and keep enough
	 * width for the stepper. Logical properties keep this correct in RTL.
	 */
	.wjip-traveller-pop {
		inset-inline-start: auto;
		inset-inline-end: 0;
		width: auto;
		min-width: 260px;
	}

	/* Mobile is a tabbed product, not a stacked desktop. */
	.wjip-mobile-tabs {
		position: sticky;
		top: 0;
		z-index: 6;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
		margin-top: 12px;
		padding: 6px;
		border-radius: 999px;
		background: var(--wjip-surface);
		box-shadow: var(--wjip-shadow-sm);
	}

	.wjip-mobile-tab {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		min-height: 46px;
		border: 0;
		border-radius: 999px;
		background: transparent;
		color: var(--wjip-muted);
		font: inherit;
		font-size: 13.5px;
		font-weight: 650;
		cursor: pointer;
		transition: background-color .2s ease, color .2s ease;
	}

	.wjip-mobile-tab.is-active {
		background: var(--wjip-green);
		color: #fff;
	}

	.wjip-workspace {
		display: block;
		margin-top: 12px;
	}

	.wjip-workspace > [data-wjip-panel] {
		display: none;
	}

	.wjip-workspace > [data-wjip-panel].is-visible {
		display: block;
	}

	/* The concierge must keep its column layout so the message list can absorb
	   the free space and hold the composer against the bottom edge. */
	.wjip-workspace > .wjip-concierge.is-visible {
		display: flex;
	}

	/* The day rail becomes a horizontal strip above the open day. */
	.wjip-workspace-main {
		display: block;
	}

	.wjip-dayrail {
		position: static;
		margin-bottom: 12px;
		padding: 12px;
	}

	/* Full-bleed destination cards rather than a thumbnail strip. */
	.wjip-dayrail {
		padding: 0;
		background: none;
		box-shadow: none;
	}

	.wjip-dayrail-heading {
		padding: 0 2px 10px;
	}

	.wjip-dayrail-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.wjip-dayrail-list::before {
		display: none;
	}

	.wjip-planner .wjip-daynav-item {
		position: relative;
		display: block;
		width: 100%;
		min-height: 128px;
		padding: 0;
		border: 0;
		border-radius: var(--wjip-radius-md);
		background: var(--wjip-green-deep);
		overflow: hidden;
		box-shadow: var(--wjip-shadow-sm);
	}

	.wjip-planner .wjip-daynav-item:hover {
		transform: none;
	}

	.wjip-planner .wjip-daynav-item.is-active {
		box-shadow: 0 0 0 2px var(--wjip-green), var(--wjip-shadow-md);
	}

	.wjip-daynav-thumb {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
		box-shadow: none;
	}

	.wjip-daynav-item.is-active .wjip-daynav-thumb {
		box-shadow: none;
	}

	.wjip-daynav-thumb::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(10, 43, 32, .05) 30%, rgba(10, 43, 32, .86) 100%);
	}

	.wjip-daynav-text {
		position: relative;
		z-index: 1;
		display: block;
		padding: 76px 16px 14px;
	}

	.wjip-daynav-day {
		color: var(--wjip-gold-soft);
	}

	.wjip-daynav-name {
		color: #fff;
		font-size: 19px;
		white-space: normal;
	}

	.wjip-daynav-title {
		color: rgba(255, 255, 255, .75);
		font-size: 13px;
	}

	/* The concierge owns its own screen on a phone. */
	.wjip-stage-trip[data-wjip-mobile-panel="chat"] > .wjip-trip-hero {
		display: none;
	}

	.wjip-stage-trip[data-wjip-mobile-panel="chat"] .wjip-mobile-tabs {
		margin-top: 0;
	}

	.wjip-concierge {
		position: static;
		height: calc(100vh - 96px);
		min-height: 420px;
		max-height: none;
	}

	.wjip-chat-composer {
		position: sticky;
		bottom: 8px;
	}

	.wjip-route-panel {
		max-width: none;
	}

	.wjip-trip-summary {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.wjip-trip-hero-body h2 {
		font-size: 26px;
	}
}

@media (max-width: 560px) {
	/*
	 * Long physical entry-point names cannot share one phone row. Keep the
	 * compact duration/traveller row, but give From and To a full logical line.
	 * The native select popup remains owned by the device; constraining its
	 * control to the viewport prevents the narrow anchor that broke Android's
	 * presentation. Logical sizing keeps the same rule correct in RTL.
	 */
	.wjip-trip-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
		width: 100%;
	}

	.wjip-trip-row > .wjip-trip-field:nth-child(1),
	.wjip-trip-row > .wjip-trip-field:nth-child(3) {
		grid-column: 1 / -1;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.wjip-trip-row > .wjip-trip-field:nth-child(1) .wjip-trip-select,
	.wjip-trip-row > .wjip-trip-field:nth-child(3) .wjip-trip-select {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 44px;
		text-overflow: ellipsis;
	}

	.wjip-plan-inner h1 {
		font-size: 30px;
	}

	.wjip-more-grid {
		grid-template-columns: 1fr;
	}

	.wjip-day-facts {
		grid-template-columns: 1fr;
	}

	.wjip-day-hero img,
	.wjip-media-fallback {
		aspect-ratio: 4 / 3;
	}

	.wjip-media-row {
		grid-template-columns: 1fr;
	}

	.wjip-gallery-strip {
		grid-auto-columns: 38%;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.wjip-gallery-strip::-webkit-scrollbar {
		display: none;
	}

	.wjip-day-facts {
		flex-direction: column;
		gap: 10px;
	}

	.wjip-trip-hero-actions .wjip-button {
		flex: 1 1 auto;
	}

	.wjip-official-link-grid,
	.wjip-service-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 380px) {
	.wjip-mobile-tab {
		font-size: 12.5px;
	}

	.wjip-mobile-tab .wjip-icon {
		display: none;
	}

	.wjip-planner .wjip-route-button {
		display: none;
	}

	.wjip-day-title {
		font-size: 21px;
	}
}

/* ------------------------------------------------------------------
 * Destination cards and the premium sponsor banner.
 *
 * Both are commercial surfaces and both sit outside AI-authored itinerary
 * content. Every rule below stays scoped beneath .wjip-planner, and logical
 * properties are used throughout so RTL needs no separate rules.
 * ------------------------------------------------------------------ */

.wjip-planner .wjip-day-commercial {
	margin: 22px 24px 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--wjip-line);
}

.wjip-planner .wjip-commercial-eyebrow {
	margin: 0 0 12px;
	color: var(--wjip-muted);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.wjip-planner .wjip-commercial-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wjip-planner .wjip-commercial-card {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wjip-planner .wjip-commercial-link {
	display: flex;
	gap: 12px;
	align-items: center;
	height: 100%;
	padding: 10px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-md);
	background: var(--wjip-surface);
	color: inherit;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

.wjip-planner .wjip-commercial-link:hover,
.wjip-planner .wjip-commercial-link:focus-visible {
	border-color: var(--wjip-gold-soft);
	box-shadow: var(--wjip-shadow-sm);
}

.wjip-planner .wjip-commercial-media {
	flex: 0 0 auto;
	overflow: hidden;
	width: 62px;
	height: 62px;
	border-radius: var(--wjip-radius-sm);
	background: var(--wjip-sand);
}

.wjip-planner .wjip-commercial-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wjip-planner .wjip-commercial-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.wjip-planner .wjip-commercial-title {
	/* Two lines rather than an ellipsis: a truncated business name is a poor
	   thing to show anyone, and worse for a partner who paid to appear. */
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--wjip-ink);
	font-size: 14.5px;
	font-weight: 650;
	line-height: 1.3;
}

.wjip-planner .wjip-commercial-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	align-items: center;
	color: var(--wjip-muted);
	font-size: 12.5px;
}

.wjip-planner .wjip-commercial-rating {
	/* A rating reads star, score, count in either direction. Isolating it keeps
	   RTL from reordering the group into "reviews 73 4.9". */
	display: inline-flex;
	direction: ltr;
	gap: 4px;
	align-items: baseline;
	unicode-bidi: isolate;
}

.wjip-planner .wjip-commercial-star {
	color: var(--wjip-gold);
}

.wjip-planner .wjip-commercial-score {
	color: var(--wjip-ink);
	font-weight: 650;
}

.wjip-planner .wjip-commercial-verified {
	padding: 1px 7px;
	border-radius: 999px;
	background: var(--wjip-sand);
	color: var(--wjip-green);
	font-size: 11.5px;
	font-weight: 650;
}

/* The paid card is separated from the unpaid ones and always carries its label. */
.wjip-planner .wjip-commercial-card.is-sponsored {
	grid-column: 1 / -1;
}

.wjip-planner .wjip-commercial-card.is-sponsored .wjip-commercial-link {
	border-color: var(--wjip-gold-soft);
	background: linear-gradient(180deg, var(--wjip-ivory), var(--wjip-surface));
}

.wjip-planner .wjip-commercial-label {
	color: var(--wjip-green);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.wjip-planner .wjip-commercial-note {
	margin: 12px 0 0;
	color: var(--wjip-muted);
	font-size: 12px;
	line-height: 1.45;
}

/* Premium sponsor banner. Styling was lost in the 0.8.1 rebuild; restored here. */
.wjip-planner .wjip-premium-sponsor {
	position: relative;
	overflow: hidden;
	margin: 22px 0 8px;
	border: 1px solid var(--wjip-gold-soft);
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-green);
	box-shadow: var(--wjip-shadow-sm);
	color: #fff;
	text-align: start;
}

.wjip-planner .wjip-premium-sponsor a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.wjip-planner .wjip-sponsor-media {
	display: block;
	overflow: hidden;
	background: var(--wjip-surface);
}

.wjip-planner .wjip-premium-sponsor img {
	display: block;
	width: 100%;
	height: clamp(170px, 24vw, 280px);
	object-fit: cover;
}

.wjip-planner .wjip-sponsor-name {
	display: block;
	padding: 16px 20px 18px;
	color: #fff;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.35;
}

.wjip-planner .wjip-sponsor-disclosure {
	position: absolute;
	z-index: 1;
	inset-block-start: 14px;
	inset-inline-start: 14px;
	margin: 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--wjip-gold-soft);
	color: var(--wjip-green-deep);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.wjip-planner .wjip-premium-sponsor a:hover .wjip-sponsor-name,
.wjip-planner .wjip-premium-sponsor a:focus-visible .wjip-sponsor-name {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.wjip-planner .wjip-premium-sponsor a:focus-visible {
	outline: 3px solid var(--wjip-gold);
	outline-offset: -5px;
}

.wjip-sponsor-admin-preview {
	max-width: 980px;
}

@media (max-width: 620px) {
	.wjip-planner .wjip-day-commercial {
		margin-inline: 16px;
	}

	.wjip-planner .wjip-commercial-list {
		grid-template-columns: 1fr;
	}
}

/* Trip-level partner: one card, in the commercial zone below official information. */
.wjip-planner .wjip-trip-sponsor {
	margin: 22px 0 8px;
	padding: 16px 18px;
	border: 1px solid var(--wjip-line);
	border-radius: var(--wjip-radius-lg);
	background: var(--wjip-ivory);
}

.wjip-planner .wjip-trip-sponsor .wjip-commercial-list {
	grid-template-columns: 1fr;
}

.wjip-planner .wjip-trip-sponsor .wjip-commercial-note {
	margin-top: 10px;
}
