.csc-latest-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.csc-latest-items-item {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-bottom: .75rem;
}

.csc-latest-items-thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.csc-latest-items-title {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}
