.gcc-fox-mu-timeline {
	--gcc-timeline-line: rgba(0,0,0,.16);
	--gcc-timeline-dot: currentColor;
	position: relative;
}
.gcc-fox-mu-timeline .p-wrap {
	position: relative;
	padding-left: 38px;
}
.gcc-fox-mu-timeline .p-wrap::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: -24px;
	width: 1px;
	background: var(--gcc-timeline-line);
}
.gcc-fox-mu-timeline .p-wrap::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 12px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--gcc-timeline-dot);
	box-shadow: 0 0 0 4px var(--body-bg, #fff);
}
.gcc-fox-mu-timeline .p-wrap:last-child::before { bottom: 50%; }
[data-theme="dark"] .gcc-fox-mu-timeline,
html[data-gcc-theme="dark"] .gcc-fox-mu-timeline {
	--gcc-timeline-line: rgba(255,255,255,.24);
}
