.cv-85767806-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.cv-85767806-event {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	transition: transform 0.2s;
}
.cv-85767806-event:hover {
	transform: translateY(-2px);
}
.cv-85767806-date {
	flex-shrink: 0;
	background: #e0004d;
	color: #fff;
	padding: 10px 15px;
	border-radius: 6px;
	font-weight: bold;
	text-align: center;
	min-width: 80px;
	margin-right: 20px;
}
.cv-85767806-details {
	display: flex;
	flex-direction: column;
}
.cv-85767806-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
.cv-85767806-place {
	font-size: 0.9rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 5px;
}
.cv-85767806-icon {
	font-size: 1rem;
}
