.kodik-serials-sidebar-title {
	background: linear-gradient(90deg, #7c3fb1, #d548a8);
}

.kodik-serials-sidebar-content {
	padding: 14px 12px 16px;
}

.kodik-serials-sidebar-empty {
	padding: 10px 8px;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.ksupdate_block {
	margin: 0 0 12px;
}

.ksupdate_block:last-child {
	margin-bottom: 0;
}

.ksupdate_block_date {
	margin: 0 0 6px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	color: #ffdb4c;
	font-size: 13px;
	font-weight: 700;
}

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

.ksupdate_block_list_item {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ksupdate_block_list_item:last-child {
	border-bottom: 0;
}

.side .ksupdate_block_list_link {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 10px 8px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.ksupdate_block_poster {
	display: block;
	flex: 0 0 54px;
	width: 54px;
	height: 76px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .24);
}

.ksupdate_block_poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ksupdate_block_info {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.side .ksupdate_block_list_link:hover {
	background: rgba(255, 255, 255, .07);
	color: #ffdb4c;
}

.ksupdate_block_title {
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ksupdate_block_meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 12px;
}

.ksupdate_block_season {
	color: #d9d9df;
}

.ksupdate_block_episode {
	flex: 0 0 auto;
	padding: 4px 8px;
	border-radius: 4px;
	background: #8c45c5;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 600px) {
	.kodik-serials-sidebar-content {
		padding: 12px 10px 14px;
	}

	.side .ksupdate_block_list_link {
		padding: 11px 8px;
	}

	.ksupdate_block_poster {
		flex-basis: 50px;
		width: 50px;
		height: 70px;
	}
}
