.popis-kategorie.vcdt-collapsed {
	position: relative;
	overflow: hidden;
	max-height: var(--vcdt-max-height, 3em);
	padding-right: 120px;
}

.popis-kategorie.vcdt-collapsed::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 130px;
	height: 1.6em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
	pointer-events: none;
}

.popis-kategorie .vcdt-more {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	border: 0;
	background: #fff;
	padding: 0 0 0 6px;
	margin: 0;
	color: #6b5a4c;
	font: inherit;
	font-size: 0.95em;
	line-height: 1.6;
	cursor: pointer;
	text-decoration: underline;
}

.popis-kategorie .vcdt-more:hover {
	color: #4a3f35;
}
