.left-time {
	padding: 18px 16px;
}

#line {
	--tl-rail: color-mix(in srgb, var(--main_text_color) 16%, transparent);
	height: 206px;
	padding: 4px 2px 2px 12px;
	font-size: 12px;
	overscroll-behavior: contain;
	scroll-snap-type: y proximity;
	-webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 22px), transparent 100%);
	mask-image: linear-gradient(to bottom, #000 calc(100% - 22px), transparent 100%);
}

#line li {
	padding: 0 0 16px 15px;
	border-left: 1px solid var(--tl-rail);
	scroll-snap-align: start;
}

#line li:last-child {
	padding-bottom: 0;
	border-left-color: transparent;
}

#line .focus {
	left: -4px;
	top: 4px;
	width: 7px;
	height: 7px;
	border: none;
	border-radius: var(--m3-r-full);
	background: color-mix(in srgb, var(--main_text_color) 45%, transparent);
	animation: none;
}

#line li:first-child .focus:first-child {
	background: var(--m3-accent);
	animation: none;
}

#line .tlHead {
	line-height: 1.35;
	color: var(--main_text_color);
}

#line .tlDesc {
	font-size: 11px;
	line-height: 1.35;
	opacity: 0.5;
	color: var(--item_left_text_color);
}

#line .tlDate {
	display: block;
	margin-top: 3px;
	font-size: 10px;
	opacity: 0.35;
	color: var(--item_left_text_color);
}
