.vwt-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.vwt-form-wrap {
	max-width: 760px;
	margin: 0;
}

.vwt-intro {
	margin-bottom: 24px;
}

.vwt-intro h2 {
	margin-bottom: 8px;
}

.vwt-intro p {
	margin: 0;
	opacity: .78;
}

.vwt-tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	padding: 5px;
	background: #f3f7f7;
	border-radius: 12px;
}

.vwt-tab {
	flex: 1;
	padding: 11px 14px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
}

.vwt-tab.is-active {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.vwt-panel[hidden] {
	display: none !important;
}

.vwt-form {
	display: grid;
	gap: 16px;
}

.vwt-field label {
	display: block;
	margin-bottom: 7px;
	font-weight: 650;
}

.vwt-field input {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #cfdada;
	border-radius: 9px;
	background: #fff;
	font: inherit;
	box-sizing: border-box;
}

.vwt-field input:focus {
	outline: 2px solid rgba(0, 137, 137, .18);
	border-color: #008989;
}

.vwt-button {
	justify-self: start;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 9px;
	background: #008989;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.vwt-button:hover {
	filter: brightness(.96);
}

.vwt-button:disabled {
	opacity: .6;
	cursor: wait;
}

.vwt-message {
	margin-top: 20px;
	padding: 14px 16px;
	border-radius: 10px;
}

.vwt-message.is-loading {
	background: #f3f7f7;
}

.vwt-message.is-error {
	background: #fff2f2;
	border: 1px solid #f1caca;
}

.vwt-card {
	margin-top: 28px;
	padding: 28px;
	border: 1px solid #dfe8e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.vwt-eyebrow {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vwt-card h3 {
	margin: 0 0 8px;
	font-size: clamp(24px, 4vw, 30px);
	line-height: 1.2;
}

.vwt-detail {
	margin: 0;
	opacity: .72;
}

.vwt-progress {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 6px;
	margin: 28px 0;
}

.vwt-step {
	text-align: center;
	opacity: .46;
}

.vwt-step.is-done {
	opacity: 1;
}

.vwt-step-dot {
	display: flex;
	width: 32px;
	height: 32px;
	margin: 0 auto 8px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e5eeee;
	font-size: 13px;
	font-weight: 800;
}

.vwt-step.is-done .vwt-step-dot {
	background: #008989;
	color: #fff;
}

.vwt-step-label {
	display: block;
	font-size: 12px;
	line-height: 1.3;
}

.vwt-details {
	border-top: 1px solid #edf2f2;
	padding-top: 14px;
}

.vwt-detail-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
}

.vwt-detail-row span {
	opacity: .7;
}

.vwt-detail-row strong {
	text-align: right;
}

.vwt-external-link {
	margin: 18px 0 0;
}

.vwt-external-link a {
	color: #008989;
	font-weight: 700;
}

.vwt-footnote,
.vwt-partner-note {
	margin-top: 20px;
	font-size: 13px;
	opacity: .65;
}

.vwt-partner-note {
	text-align: center;
}

@media (max-width: 620px) {
	.vwt-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.vwt-card {
		padding: 22px 18px;
	}

	.vwt-progress {
		gap: 2px;
	}

	.vwt-step-dot {
		width: 28px;
		height: 28px;
	}

	.vwt-step-label {
		font-size: 10px;
	}

	.vwt-detail-row {
		display: block;
	}

	.vwt-detail-row strong {
		display: block;
		margin-top: 2px;
		text-align: left;
	}
}

/* ===== Rich WareIQ Tracking Layout ===== */

.vwt-summary-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: start;
}

.vwt-summary-right {
	text-align: right;
	min-width: 150px;
}

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

.vwt-order-meta div {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.vwt-order-meta span {
	font-size: 12px;
	opacity: .65;
}

.vwt-order-meta strong {
	font-size: 14px;
}

.vwt-eta {
	margin-bottom: 14px;
}

.vwt-eta span {
	display: block;
	font-size: 12px;
	opacity: .65;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.vwt-eta strong {
	display: block;
	font-size: 26px;
	line-height: 1.1;
	margin-top: 3px;
}

.vwt-courier-logo {
	display: block;
	max-width: 110px;
	max-height: 34px;
	margin-left: auto;
	margin-bottom: 6px;
	object-fit: contain;
}

.vwt-courier-name {
	font-size: 13px;
	font-weight: 700;
}

.vwt-tracking-number {
	font-size: 12px;
	opacity: .65;
	margin-top: 2px;
	word-break: break-all;
}

.vwt-journey {
	display: grid;
	gap: 0;
	margin: 34px 0 26px;
	position: relative;
}

.vwt-journey::before {
	content: "";
	position: absolute;
	left: var(--vwt-step-edge);
	right: var(--vwt-step-edge);
	top: 14px;
	height: 2px;
	background: #dce8e8;
	z-index: 0;
}

.vwt-journey-step {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 5px;
	opacity: .45;
}

.vwt-journey-step.is-complete {
	opacity: 1;
}

.vwt-journey-dot {
	width: 28px;
	height: 28px;
	margin: 0 auto 9px;
	border-radius: 50%;
	background: #e5eeee;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #e5eeee;
}

.vwt-journey-step.is-complete .vwt-journey-dot {
	background: #008989;
	box-shadow: 0 0 0 2px #008989;
}

.vwt-journey-status {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.vwt-journey-city {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.25;
	opacity: .75;
	word-break: break-word;
}

.vwt-journey-time {
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.25;
	opacity: .55;
}

.vwt-destination {
	margin: 10px 0 20px;
	padding: 12px 14px;
	background: #f5f9f9;
	border-radius: 9px;
	font-size: 14px;
}

.vwt-updates-toggle {
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #008989;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.vwt-all-updates {
	margin-top: 22px;
	border-top: 1px solid #edf2f2;
	padding-top: 20px;
}

.vwt-update-day + .vwt-update-day {
	margin-top: 26px;
}

.vwt-update-day h4 {
	margin: 0 0 12px;
	font-size: 14px;
}

.vwt-update-item {
	position: relative;
	padding: 0 0 18px 20px;
	border-left: 2px solid #dce8e8;
	margin-left: 5px;
}

.vwt-update-item::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #008989;
}

.vwt-update-status {
	font-size: 14px;
	font-weight: 700;
}

.vwt-update-city,
.vwt-update-time {
	margin-top: 3px;
	font-size: 12px;
	opacity: .65;
}

@media (max-width: 700px) {

	.vwt-summary-grid {
		grid-template-columns: 1fr;
	}

	.vwt-summary-right {
		text-align: left;
	}

	.vwt-courier-logo {
		margin-left: 0;
	}

	.vwt-journey {
		display: block;
		margin-top: 28px;
	}

	.vwt-journey::before {
		display: none;
	}

	.vwt-journey-step {
		text-align: left;
		padding: 0 0 22px 42px;
		min-height: 38px;
	}

	.vwt-journey-dot {
		position: absolute;
		left: 3px;
		top: 0;
		margin: 0;
		width: 24px;
		height: 24px;
	}

	.vwt-journey-step:not(:last-child)::after {
		content: "";
		position: absolute;
		left: 15px;
		top: 24px;
		bottom: 0;
		width: 2px;
		background: #dce8e8;
	}

	.vwt-journey-status {
		font-size: 14px;
	}

	.vwt-journey-city,
	.vwt-journey-time {
		font-size: 12px;
	}
}