.tw-wizard-container {
	max-width: 860px;
	margin: 0 auto 28px;
	padding: 24px;
	background: #fff;
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.tw-step-wrapper {
	display: none;
}

.tw-step-wrapper.active {
	display: block;
}

.tw-progress {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-bottom: 24px;
}

.tw-progress-step {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7dade;
	border-radius: 8px;
	color: #6b7280;
	font-weight: 700;
	background: #f8fafc;
}

.tw-progress-step.active,
.tw-progress-step.completed {
	color: #fff;
	background: #1f6fae;
	border-color: #1f6fae;
}

.tw-delivery-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tw-delivery-card {
	padding: 18px;
	border: 2px solid #e2e4e7;
	border-radius: 8px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tw-delivery-card:hover,
.tw-delivery-card.active {
	border-color: #f56e28;
	background: #fff !important;
	color: inherit !important;
	box-shadow: 0 4px 14px rgba(245, 110, 40, 0.14);
}

.tw-delivery-card img {
	width: 100%;
	max-width: 180px;
	height: 120px;
	object-fit: contain;
	margin-bottom: 12px;
}

.tw-delivery-card h3 {
	margin: 0;
	font-size: 18px;
}

.tw-wizard-nav {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 24px;
	padding-top: 18px;
	border-top: 1px solid #e8eaed;
}

.tw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 6px;
	background: #1f6fae;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.tw-btn-secondary {
	background: #eef1f4;
	color: #1f2937;
}

#frameOfficeLocator {
	width: 100%;
	height: 520px;
	border: 1px solid #cfd6dd;
	border-radius: 8px;
	background: #f8fafc;
}

.tw-classic-speedy-box {
	clear: both;
	margin: 0 0 22px;
}

.tw-classic-speedy-box #tw-office-container {
	display: block;
}

.tw-classic-speedy-box #frameOfficeLocator {
	height: 430px;
}

.tw-wizard-container #place_order {
	display: none !important;
}

#speedy_chosen_office_text,
.tw-summary-box,
.tw-coupon-wrapper {
	padding: 14px;
	margin-bottom: 16px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #f8fafc;
}

.tw-summary-box {
	border-color: #62b36f;
	background: #edf9ef;
}

.tw-coupon-row {
	display: flex;
	gap: 10px;
}

.tw-coupon-row input {
	flex: 1;
}

.tw-native-hidden {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.targoweb-tracking-container {
	max-width: 560px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
}

.targoweb-tracking-container label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.targoweb-tracking-container input {
	width: 100%;
	margin-bottom: 10px;
}

.targoweb-tracking-table {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
}

.targoweb-tracking-table th,
.targoweb-tracking-table td {
	padding: 10px;
	border: 1px solid #dfe3e8;
	text-align: left;
}

.targoweb-error {
	color: #b32d2e;
}

@media (max-width: 768px) {
	.tw-wizard-container {
		padding: 16px;
	}

	.tw-delivery-cards {
		grid-template-columns: 1fr;
	}

	.tw-wizard-nav,
	.tw-coupon-row {
		flex-direction: column;
	}

	#frameOfficeLocator {
		height: 380px;
	}
}
