/* Vertex Fulfillment Status - My Account order view */

.sm-vertex-fulfillment {
	margin-top: 30px;
}

/* ── Status row ─────────────────────────────────────── */

.sm-vertex-fulfillment__status-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.sm-vertex-fulfillment__status-label {
	font-weight: 600;
}

/* ── Badges (shared with admin, scoped here) ─────────── */

.sm-vertex-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.sm-vertex-badge--pending  { background: #f0f6fc; color: #2271b1; }
.sm-vertex-badge--picking  { background: #fcf9e8; color: #9a6700; }
.sm-vertex-badge--packed   { background: #edfaef; color: #1a7431; }
.sm-vertex-badge--shipped  { background: #edfaef; color: #1a7431; }
.sm-vertex-badge--error    { background: #fce8e8; color: #c02b0a; }

/* ── Table ───────────────────────────────────────────── */

.sm-vertex-fulfillment__table {
	width: 100%;
	margin-bottom: 12px;
}

.sm-vertex-fulfillment__serial {
	font-family: monospace;
	font-size: 13px;
	word-break: break-all;
}

.sm-vertex-fulfillment__serial em {
	font-family: inherit;
	color: #757575;
}

.sm-vertex-fulfillment__imei2 {
	color: #757575;
	font-size: 12px;
}

/* ── Note ────────────────────────────────────────────── */

.sm-vertex-fulfillment__note {
	font-size: 13px;
	color: #757575;
	font-style: italic;
	margin: 0;
}
