.mtast-tracking {
	margin: 24px 0;
}

.mtast-tracking h2 {
	margin-bottom: 12px;
}

.mtast-tracking ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mtast-tracking li {
	border: 1px solid currentColor;
	border-radius: 4px;
	margin: 0 0 8px;
	padding: 10px 12px;
}

.mtast-tracking a {
	text-decoration: underline;
}

.mtast-map-card {
	border: 1px solid currentColor;
	border-radius: 4px;
	margin-top: 16px;
	padding: 12px;
}

.mtast-map-card h3 {
	margin: 0 0 8px;
}

.mtast-map-card iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	margin: 12px 0;
	max-height: 360px;
	width: 100%;
}

.mtast-map-note {
	font-size: 0.9em;
	margin-bottom: 0;
	opacity: 0.75;
}

.mtast-live-tracking {
	margin: 12px 0 16px;
}

.mtast-live-status {
	font-weight: 700;
	margin: 0 0 8px;
}

.mtast-timeline {
	border-left: 2px solid currentColor;
	list-style: none;
	margin: 12px 0;
	padding: 0 0 0 16px;
}

.mtast-timeline li {
	border: 0;
	margin: 0 0 12px;
	padding: 0;
	position: relative;
}

.mtast-timeline li::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: -21px;
	position: absolute;
	top: 7px;
	width: 8px;
}

.mtast-timeline strong,
.mtast-timeline span,
.mtast-timeline time {
	display: block;
}

.mtast-timeline span,
.mtast-timeline time {
	font-size: 0.9em;
	opacity: 0.75;
}
