.zpm-calendar__assignee,
.zpm-calendar-event--assignee-label,
.zpm-calendar-event--start,
.zpm-calendar-event--due,
.zpm-calendar__project-container{
	display: none !important;
}

.zpm-calendar__description {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limit to 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em; /* Approximate height for 2 lines (adjust as needed) */
	line-height: 1.5em; /* Match with max-height */
}