/* Maha Aarti Events - Front End Styles */

.mae-upcoming-event {
	max-width: 480px;
	margin: 0 auto;
	padding: 28px 30px;
	border-radius: 14px;
	background: linear-gradient(135deg, #ff9933 0%, #ff5e62 100%);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	text-align: center;
}

.mae-upcoming-event.mae-no-event {
	background: #f4f4f4;
	color: #555;
	box-shadow: none;
}

.mae-upcoming-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.25);
	padding: 4px 14px;
	border-radius: 20px;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.mae-upcoming-event .mae-event-name {
	margin: 0 0 16px;
	font-size: 26px;
	font-weight: 700;
}

.mae-event-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline-block;
}

.mae-event-meta li {
	margin: 8px 0;
	font-size: 15px;
	line-height: 1.4;
}

.mae-event-meta a {
	color: #fff;
	text-decoration: underline;
	font-weight: 600;
}

.mae-icon {
	margin-right: 6px;
}

/* Events list page */

.mae-events-page {
	max-width: 900px;
	margin: 0 auto;
}

.mae-section-title {
	margin: 30px 0 16px;
	font-size: 22px;
	border-bottom: 2px solid #ff9933;
	padding-bottom: 8px;
}

.mae-section-title-past {
	border-bottom-color: #ccc;
}

.mae-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 18px;
}

.mae-event-card {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 18px 20px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.mae-event-card .mae-event-name {
	margin: 0 0 10px;
	font-size: 18px;
	color: #333;
}

.mae-event-card .mae-event-meta {
	text-align: left;
}

.mae-event-card .mae-event-meta a {
	color: #ff5e62;
}

.mae-event-card-past {
	opacity: 0.75;
}
