.ext-archive-no-orders {
	margin: 2em 0;
	text-align: center;
	color: #767676;
}

.ext-archive-order-number a {
	font-weight: 600;
}

.woocommerce-account .woocommerce-orders-table .order-status {
	display: inline-block;
	line-height: 2.5;
	padding: 0 0.75em;
	border-radius: 4px;
	font-size: 0.85em;
	font-weight: 600;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-completed {
	background: #c8d7e1;
	color: #2e4453;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-processing {
	background: #c6e1c6;
	color: #5b841b;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-onhold {
	background: #f8dda7;
	color: #94660c;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-pending {
	background: #b5e6f7;
	color: #1e85be;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-cancelled {
	background: #e5e5e5;
	color: #777;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-failed {
	background: #eba3a3;
	color: #761919;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-refunded {
	background: #c6d9e8;
	color: #1e3a5f;
}

.woocommerce-account .woocommerce-orders-table .order-status.status-archived {
	background: #f0e6ff;
	color: #6b21a8;
}

/* ── Archived-orders pagination ─────────────────────────────────────────── */
.ext-archive-pagination {
	margin: 1.5em 0 0.5em;
	text-align: center;
}

.ext-archive-pagination ul {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ext-archive-pagination ul li {
	margin: 0;
}

.ext-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #555;
	font-size: 0.875em;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.ext-archive-pagination .page-numbers:hover {
	background: #f5f5f5;
	border-color: #aaa;
	color: #333;
}

.ext-archive-pagination .page-numbers.current {
	background: #7f54b3;
	border-color: #7f54b3;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.ext-archive-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	pointer-events: none;
}

.ext-archive-pagination .prev.page-numbers,
.ext-archive-pagination .next.page-numbers {
	font-weight: 600;
}
