/* Ported from Code Snippets: "JD: MEC-free event card styling" (id 37), pulled fresh from production 2026-08-24.
   NOTE: this snippet doesn't map to any CPT folder in the brief's original tree (the MEC single-event
   page itself is handled separately via the child-theme override, not this plugin). Filed here in a
   new cpt/events/ folder since it styles event CARDS in loop/grid contexts elsewhere on the site.
   See CHANGELOG. */

.jd-event-badge-month {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--jd-accent);
	text-align: center;
	line-height: 1.3;
}
.jd-event-badge-day {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--jd-text);
	text-align: center;
	line-height: 1.1;
}
a.jd-event-title-link {
	font-size: 16px;
	font-weight: 700;
	color: var(--jd-text);
	text-decoration: none;
}
a.jd-event-title-link:hover {
	text-decoration: underline;
}
.jd-event-subtitle {
	display: block;
	font-size: 13px;
	color: var(--jd-text-muted);
	margin-top: 2px;
}
.jd-event-card:last-child {
	border-bottom: none;
}
