.smsa-tracking-card {
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #fff;
}

.smsa-tracking-form {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}

.smsa-tracking-form input {
	flex: 1;
	padding: 8px 10px;
}

.smsa-tracking-form button {
	padding: 8px 16px;
	cursor: pointer;
}

.smsa-tracking-summary {
	margin-bottom: 20px;
}

.smsa-tracking-awb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 6px;
}

.smsa-tracking-status {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	background: #eef3ff;
	font-weight: 600;
	font-size: 13px;
}

.smsa-status-delivered {
	background: #e6f6ea;
	color: #1a7a1a;
}

.smsa-tracking-route {
	color: #666;
	font-size: 13px;
}

.smsa-tracking-error,
.smsa-tracking-empty {
	color: #a00;
}

.smsa-tracking-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid #e1e1e1;
}

.smsa-scan {
	position: relative;
	padding: 0 0 18px 20px;
}

.smsa-scan:last-child {
	padding-bottom: 0;
}

.smsa-scan-dot {
	position: absolute;
	left: -7px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #cfcfcf;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #cfcfcf;
}

.smsa-scan-latest .smsa-scan-dot {
	background: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}

.smsa-scan-description {
	margin: 0 0 2px;
	font-weight: 600;
}

.smsa-scan-meta {
	margin: 0;
	font-size: 12px;
	color: #777;
}

body.rtl .smsa-tracking-timeline {
	border-left: none;
	border-right: 2px solid #e1e1e1;
}

body.rtl .smsa-scan {
	padding: 0 20px 18px 0;
}

body.rtl .smsa-scan-dot {
	left: auto;
	right: -7px;
}
