/* Structural Styles for Modern Events List 83a315ee */

.events-list-wrapper-83a315ee {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.event-item-83a315ee {
	display: flex;
	align-items: center;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1);
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

.event-item-83a315ee:hover {
	transform: translateY(-3px);
}

/* Date Badge Stylings */
.event-date-badge-83a315ee {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	flex-shrink: 0;
	margin-right: 20px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.badge-month-83a315ee {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
}

.badge-day-83a315ee {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.badge-year-83a315ee {
	font-size: 10px;
	font-weight: 600;
	margin-top: 2px;
	opacity: 0.85;
}

/* Details and title block */
.event-details-block-83a315ee {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.event-title-83a315ee {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

/* Metadata lists */
.event-meta-row-83a315ee {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.event-meta-item-83a315ee {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	line-height: 1;
}

.event-meta-item-83a315ee svg {
	margin-right: 5px;
	flex-shrink: 0;
}

/* Right button container */
.event-action-block-83a315ee {
	margin-left: 20px;
	flex-shrink: 0;
}

.event-btn-83a315ee {
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	transition: background-color 0.2s ease, transform 0.2s ease;
	cursor: pointer;
}

/* Responsiveness adjustments */
@media (max-width: 768px) {
	.event-item-83a315ee {
		flex-direction: column;
		align-items: flex-start;
	}
	.event-date-badge-83a315ee {
		margin-bottom: 15px;
	}
	.event-action-block-83a315ee {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.event-btn-83a315ee {
		display: block;
		width: 100%;
	}
	.event-single-card-83a315ee {
		flex-direction: column !important;
	}
}

.events-empty-83a315ee {
	padding: 30px;
	text-align: center;
	font-size: 16px;
	color: #6b7280;
	border: 2px dashed #e5e7eb;
	border-radius: 8px;
}
