.wbp-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: var(--wbp-space-lg);
}

.wbp-event-card__link {
	display: block;
	color: inherit;
	height: 100%;
}

.wbp-event-card__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--wbp-radius-md) var(--wbp-radius-md) 0 0;
}

.wbp-event-card__date {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	color: var(--wbp-green-deep);
	font-weight: 600;
}

.wbp-event-card__meta,
.wbp-event-card__desc {
	margin: 0.25rem 0 0;
	font-size: 0.8125rem;
	color: var(--wbp-text-muted);
}

.wbp-event-layout {
	display: grid;
	gap: var(--wbp-space-xl);
}

@media (min-width: 900px) {
	.wbp-event-layout {
		grid-template-columns: 1.4fr 0.9fr;
		align-items: start;
	}
}

.wbp-event-hero img {
	width: 100%;
	border-radius: var(--wbp-radius-md);
}

.wbp-event-sidebar .wbp-passport__list li {
	font-size: 0.875rem;
	line-height: 1.5;
}

.wbp-events-filters .wbp-input {
	min-height: 42px;
}
