.wg-customer-page {
	max-width: 520px;
	margin: 2rem auto;
	padding: 0 1rem 3rem;
}

.wg-customer-page h1 {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: var(--wg-brand, #123b47);
}

.wg-customer-page__intro {
	color: #555;
	margin-bottom: 1.5rem;
}

.wg-customer-form label {
	display: block;
	margin-bottom: 1rem;
}

.wg-customer-form label span {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.wg-customer-form input {
	width: 100%;
	padding: 0.6rem 0.75rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
}

.wg-customer-form input:focus {
	outline: none;
	border-color: var(--wg-brand, #123b47);
	box-shadow: 0 0 0 3px rgba(18, 59, 71, 0.12);
}

.wg-customer-form__submit {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 0;
	border-radius: 6px;
	background: var(--wg-yellow, #e8b923);
	color: var(--wg-brand, #123b47);
	font-weight: 700;
	cursor: pointer;
}

.wg-customer-form__submit:hover {
	background: var(--wg-yellow-light, #f0d04a);
}

.wg-customer-form__error {
	padding: 0.75rem;
	background: #f8d7da;
	color: #842029;
	border-radius: 6px;
}

.wg-track-result {
	margin-top: 1.5rem;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(18, 59, 71, 0.12);
	border-radius: 10px;
}

.wg-track-result__status {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--wg-brand, #123b47);
}

.wg-track-result__items {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.wg-track-result__items li {
	padding: 0.35rem 0;
	border-bottom: 1px solid #eee;
}

.wg-track-timeline {
	list-style: none;
	margin: 1.25rem 0;
	padding: 0;
}

.wg-track-timeline__step {
	position: relative;
	padding: 0 0 1rem 1.75rem;
	color: #6b7280;
}

.wg-track-timeline__step.is-done {
	color: #123b47;
}

.wg-track-timeline__dot {
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	background: #d1d5db;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #d1d5db;
}

.wg-track-timeline__step.is-done .wg-track-timeline__dot {
	background: #e8b923;
	box-shadow: 0 0 0 1px #e8b923;
}

.wg-track-timeline__time {
	display: block;
	font-size: 0.8rem;
	color: #9ca3af;
	margin-top: 0.15rem;
}

.wg-track-curbside-btn,
.wg-track-rating button {
	margin-top: 0.75rem;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 8px;
	background: #123b47;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.wg-track-rating__stars {
	display: flex;
	gap: 0.35rem;
	margin: 0.5rem 0;
}

.wg-track-rating__stars label span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 6px;
	background: #f3f4f6;
	cursor: pointer;
}

.wg-track-rating__stars input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wg-track-rating__stars input:checked + span {
	background: #e8b923;
	color: #123b47;
}

.wg-reorder-list {
	margin-top: 1.5rem;
}

.wg-reorder-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	margin-bottom: 0.5rem;
	background: #fff;
	border: 1px solid rgba(18, 59, 71, 0.12);
	border-radius: 8px;
}

.wg-reorder-card button {
	padding: 0.45rem 0.85rem;
	border: 0;
	border-radius: 6px;
	background: var(--wg-yellow, #e8b923);
	color: var(--wg-brand, #123b47);
	font-weight: 700;
	cursor: pointer;
}

.wg-cart-lang-toggle {
	display: flex;
	gap: 0.2rem;
	margin-left: auto;
	padding: 0.2rem;
	background: rgba(18, 59, 71, 0.06);
	border-radius: 10px;
	border: 1px solid rgba(18, 59, 71, 0.08);
}

.wg-cart-lang-btn,
.wg-cart-lang-toggle button {
	padding: 0.35rem 0.55rem;
	border: none;
	background: transparent;
	border-radius: 8px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #7b7b7b;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.wg-cart-lang-toggle button.is-active,
.wg-cart-lang-btn.is-active {
	background: #fff;
	color: var(--wg-brand, #123b47);
	box-shadow: 0 2px 8px rgba(18, 59, 71, 0.1);
}

.wg-order-cart__addons {
	margin: 1rem 0;
	padding: 0.75rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.wg-order-cart__addons-title {
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.wg-order-cart__addon-btn {
	display: inline-block;
	margin: 0.25rem 0.35rem 0.25rem 0;
	padding: 0.35rem 0.65rem;
	border: 1px solid var(--wg-brand, #123b47);
	background: #fff;
	color: var(--wg-brand, #123b47);
	border-radius: 999px;
	font-size: 0.8125rem;
	cursor: pointer;
}

.wg-order-cart__row--discount {
	color: #0f5132;
}

.wg-order-cart__promo {
	display: flex;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.wg-order-cart__promo input {
	flex: 1;
	min-width: 0;
}

.wg-order-cart__promo button {
	flex-shrink: 0;
	padding: 0.65rem 1rem;
	border: none;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--wg-yellow, #e8b923), var(--wg-yellow-light, #f0d04a));
	color: var(--wg-brand, #123b47);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: opacity 0.2s;
}

.wg-order-cart__promo button:hover {
	opacity: 0.92;
}

.wg-order-success__track {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.65rem 1.25rem;
	border-radius: 999px;
	border: 1px solid rgba(18, 59, 71, 0.25);
	color: var(--wg-brand, #123b47);
	font-weight: 600;
	text-decoration: none;
}
