.att-tracker-wrap {
	max-width: 640px;
	margin: 0 auto;
	padding: 32px 24px;
	font-family: inherit;
}

.att-tracker-title {
	margin-bottom: 4px;
	font-size: 26px;
}

.att-tracker-sub {
	margin-bottom: 20px;
	color: #555;
}

.att-tracker-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.att-tracker-form input[type="text"] {
	flex: 1 1 240px;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
}

.att-tracker-form button {
	padding: 12px 22px;
	background: #0b3d91;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.att-tracker-form button:hover {
	background: #092f70;
}

.att-tracker-form button:disabled {
	opacity: 0.6;
	cursor: default;
}

.att-tracker-result {
	margin-top: 24px;
}

.att-loading {
	color: #777;
}

.att-result-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
}

.att-result-error {
	background: #fdecea;
	border-color: #f5c6cb;
	color: #7a1f1f;
}

.att-result-header {
	margin-bottom: 16px;
	line-height: 1.7;
}

.att-overall-status {
	display: inline-block;
	margin-top: 8px;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	background: #eef2ff;
	color: #333;
}

.att-overall-completed { background: #e3f9e5; color: #1e7e34; }
.att-overall-received { background: #fff6e0; color: #8a6d00; }
.att-overall-on_hold { background: #fdecea; color: #a33; }

.att-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid #e2e2e2;
	margin-left: 8px;
}

.att-stage {
	position: relative;
	padding: 0 0 20px 24px;
}

.att-stage:last-child {
	padding-bottom: 0;
}

.att-stage-dot {
	position: absolute;
	left: -7px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
	border: 2px solid #fff;
}

.att-stage-completed .att-stage-dot { background: #2e7d32; }
.att-stage-in_progress .att-stage-dot { background: #f9a825; }
.att-stage-pending .att-stage-dot { background: #bbb; }

.att-stage-name {
	font-weight: 600;
}

.att-stage-meta {
	font-size: 13px;
	color: #666;
	margin-top: 2px;
}

.att-stage-notes {
	font-size: 13px;
	color: #444;
	margin-top: 4px;
}

.att-last-updated {
	margin-top: 16px;
	font-size: 12px;
	color: #888;
}

.att-tracker-footnote {
	margin-top: 24px;
	font-size: 13px;
	color: #666;
}
