.sst-frontend-tracking {
	margin: 24px 0;
}

.sst-frontend-tracking h2 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.sst-frontend-tracking-table {
	width: 100%;
	border-collapse: collapse;
}

.sst-frontend-tracking-table th,
.sst-frontend-tracking-table td {
	text-align: left;
	padding: 8px 10px;
	border: 1px solid #e2e2e2;
}

.sst-live-status {
	margin-top: 20px;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: #fafafa;
}

.sst-live-status-heading {
	margin: 0 0 12px;
	font-size: 0.95em;
}

.sst-live-status-bar {
	display: flex;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.sst-live-status-bar li {
	flex: 1;
	text-align: center;
	position: relative;
	font-size: 0.8em;
	color: #999999;
}

.sst-live-status-bar li:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -50%;
	width: 100%;
	height: 2px;
	background: #cdc5b1;
	z-index: 0;
}

.sst-live-status-bar li.sst-status-done:not(:first-child)::before,
.sst-live-status-bar li.sst-status-current:not(:first-child)::before {
	background: #443103;
}

.sst-status-dot {
	position: relative;
	z-index: 1;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto 6px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #cdc5b1;
}

.sst-status-done .sst-status-dot,
.sst-status-current .sst-status-dot {
	border-color: #443103;
	background: #443103;
}

.sst-status-current .sst-status-label {
	color: #443103;
	font-weight: bold;
}

.sst-status-done .sst-status-label {
	color: #333333;
}

.sst-live-status-detail {
	margin: 0 0 4px;
	font-weight: bold;
}

.sst-live-status-date {
	font-weight: normal;
	color: #666666;
}

.sst-live-status-note {
	margin: 0;
	font-size: 0.8em;
	color: #999999;
}
