.cet-calendar {
	max-width: 800px;
	margin: 0 auto;
}

.cet-day-group {
	margin-bottom: 2em;
}

.cet-day-heading {
	border-bottom: 2px solid #ddd;
	padding-bottom: 0.3em;
	margin-bottom: 0.8em;
}

.cet-event {
	display: flex;
	gap: 1em;
	padding: 0.8em 0;
	border-bottom: 1px solid #eee;
}

.cet-event-thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 6px;
}

.cet-event-title {
	margin: 0 0 0.2em 0;
}

.cet-event-meta {
	font-size: 0.9em;
	color: #666;
	margin: 0 0 0.4em 0;
}

.cet-event-desc {
	font-size: 0.95em;
	margin-bottom: 0.4em;
}

.cet-event-source a {
	font-size: 0.85em;
}

.cet-calendar-empty {
	text-align: center;
	color: #888;
	padding: 2em 0;
}
