.wmc-time-events {
	position: relative;
	max-width: 100%;
}

.wmc-time-events__inner {
	position: relative;
	padding-left: 94px;
	padding-right: 80px;
}

.wmc-time-events__title {
	font-size: 28px;
	font-weight: 700;
	color: #cb1331;
	margin: 0 0 18px 0;
}

.wmc-time-events__viewport {
	position: relative;
	overflow: auto;
	max-height: 520px;
	padding-right: 18px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

.wmc-time-events__viewport::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.wmc-time-events__list {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.wmc-time-events__item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wmc-time-events__year {
	font-size: 28px;
	font-weight: 700;
	color: #111;
	line-height: 1.1;
}

.wmc-time-events__headline {
	font-size: 16px;
	font-weight: 600;
	color: #142637;
	line-height: 1.3;
}

.wmc-time-events__desc {
	font-size: 14px;
	color: rgba(20, 38, 55, 0.85);
	line-height: 1.5;
}

.wmc-time-events__scrollbar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 18px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.wmc-time-events__arrow {
	width: 100%;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: rgba(20, 38, 55, 0.4);
	transition: color 0.15s ease;
	flex-shrink: 0;
}

.wmc-time-events__arrow:hover {
	color: rgba(20, 38, 55, 0.8);
}

.wmc-time-events__arrow svg {
	width: 12px;
	height: 6px;
}

.wmc-time-events__track {
	flex: 1;
	width: 9px;
	background: #fff;
	position: relative;
	border-radius: 4px;
}

.wmc-time-events__thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 4px;
	background: #888;
	transition: background 0.15s ease, top 0.08s ease-out;
	cursor: pointer;
}

.wmc-time-events__thumb:hover {
	background: #666;
}

@media (max-width: 768px) {
	.wmc-time-events__inner {
		padding-left: 34px;
		padding-right: 20px;
	}

	.wmc-time-events__title {
		font-size: 22px;
	}

	.wmc-time-events__year {
		font-size: 22px;
	}
}
