.desc-text.limit {
	max-height: 90px; /* Ubah sesuai tinggi yang diinginkan */
	overflow: hidden;
	position: relative;
}

.desc-text.limit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #f8f9fa); /* efek fade bawah */
}

.toggle-link {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.9em;
	color: #007bff;
	cursor: pointer;
}