/* Final card polish: keeps the approved compact layout while protecting long content. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body {
	grid-template-rows: 24px 63px 30px minmax(42px, 1fr) 31px 39px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-event-meta {
	min-height: 24px !important;
	overflow: hidden !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-time-top,
#ajax-content-wrap .container.main-content .te-classic-shell .te-event-meta .te-date {
	font-size: 14px !important;
	line-height: 1.15 !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place {
	display: flex !important;
	align-items: center !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place .te-venue {
	display: inline-flex !important;
	align-items: center !important;
	min-width: 0 !important;
	max-width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--p-sea-dark, #1f4d5a) !important;
	font: 700 16px/1.2 "Dosis", Arial, sans-serif !important;
	letter-spacing: .035em !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-venue .te-compass {
	flex: 0 0 auto !important;
	margin-right: 7px !important;
	color: var(--p-brown, #895835) !important;
	font-weight: 700 !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-filter-tags {
	gap: 6px !important;
	min-width: 0 !important;
	overflow: hidden !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-filter-tag {
	max-width: calc(50% - 3px) !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-description {
	margin-bottom: 2px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-card-bottom {
	min-height: 39px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-event-link {
	margin-left: auto !important;
	padding: 0 13px !important;
	color: var(--p-sea, #296070) !important;
	text-decoration: none !important;
}

.te-classic-shell .te-classic-dialog .te-map {
	margin-top: 20px !important;
}

@media (max-width: 560px) {
	#ajax-content-wrap .container.main-content .te-classic-shell .te-when-place .te-venue {
		font-size: 15px !important;
	}
}
