/* Event detail — side-by-side image + description (aligned with businessclubdelagrange) */
.eb-event-large-image {
	margin: 0;
	max-width: 100%;
	height: auto;
	display: block;
}

.eb-event-detail-media {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}

.eb-event-detail-image {
	flex: 0 0 40%;
	max-width: 40%;
}

.eb-event-detail-image img,
.eb-event-detail-thumb {
	max-width: 100%;
	height: auto;
	display: block;
}

.eb-event-detail-text {
	flex: 1 1 60%;
	min-width: 0;
}

@media (max-width: 767px) {
	.eb-event-detail-media {
		flex-direction: column;
	}

	.eb-event-detail-image {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}
}