
/*
 * Generated EN events in the EVENTS-page Post List:
 * keep title rows even without touching the homepage carousel.
 */
.pb-english-event-list-card .pb-ee-list-title {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	white-space: normal !important;
	text-overflow: clip !important;
	line-height: 1.25 !important;
	min-height: 2.5em !important;
	max-height: 2.5em !important;
}


/* v0.4.3 – Upcoming Events search + quick filters */
.pb-ee-event-tools {
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1320px;
	margin: 0 auto 30px;
	padding: 0;
}

.pb-ee-search-wrap {
	position: relative;
	margin-bottom: 14px;
}

.pb-ee-event-search {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #222;
	font: inherit;
	font-size: 16px;
	outline: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.pb-ee-event-search:focus {
	border-color: #e0a900;
	box-shadow: 0 0 0 3px rgba(242, 180, 0, .16);
}

.pb-ee-filter-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.pb-ee-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pb-ee-filter-chip {
	appearance: none;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #f5f5f5;
	color: #333;
	padding: 7px 14px;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.pb-ee-filter-chip:hover {
	border-color: #c8c8c8;
	background: #ededed;
}

.pb-ee-filter-chip.is-active {
	border-color: #f2b400;
	background: #f2b400;
	color: #111;
}

.pb-ee-filter-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	color: #777;
	font-size: 13px;
	white-space: nowrap;
}

.pb-ee-clear-filters {
	appearance: none;
	border: 0;
	background: transparent;
	color: #9a7100;
	padding: 3px 0;
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pb-ee-no-results {
	margin-top: 26px;
	padding: 22px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
	text-align: center;
	color: #666;
}

.pb-ee-filter-hidden {
	display: none !important;
}

@media (max-width: 780px) {
	.pb-ee-event-tools {
		width: calc(100% - 24px);
		margin-bottom: 22px;
	}

	.pb-ee-filter-row {
		align-items: flex-start;
	}

	.pb-ee-filter-meta {
		width: 100%;
		margin-left: 0;
		justify-content: space-between;
	}

	.pb-ee-filter-chip {
		padding: 7px 12px;
	}
}


/* v0.4.6 – hide the whole Post List grid item when filtering */
.pb-ee-filter-target.pb-ee-filter-hidden {
	display: none !important;
}


/* v0.4.7 – venue label above Upcoming Events card title */
.pb-english-event-list-card .pb-ee-list-venue {
	margin: 0 0 4px;
	color: #888;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .02em;
}

@media (max-width: 780px) {
	.pb-english-event-list-card .pb-ee-list-venue {
		font-size: 10px;
		margin-bottom: 3px;
	}
}
