.gbeci-event-title-row,
.gbeci-single-title-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gbeci-event-title-row .tribe-events-calendar-list__event-title,
.gbeci-event-title-row .tribe-events-calendar-day__event-title,
.gbeci-event-title-row .tribe-events-calendar-latest-past__event-title,
.gbeci-single-title-row .tribe-events-single-event-title {
	flex: 1;
	min-width: 0;
	margin-top: 0;
}

.gbeci-fav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	color: #8a8a8a;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.gbeci-fav:hover,
.gbeci-fav:focus {
	color: #e84739;
	outline: none;
}

.gbeci-fav.is-favourited,
.gbeci-fav.is-favourited i {
	color: #e84739 !important;
}

.gbeci-fav--icon {
	width: auto;
	height: auto;
	background: transparent;
	box-shadow: none;
	color: #969696;
	font-size: 30px;
}

.gbeci-fav--icon:hover,
.gbeci-fav--icon:focus {
	color: #3fdfaf;
}

.gbeci-fav.is-busy {
	opacity: 0.65;
	pointer-events: none;
}

.gbeci-fav--overlay {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

.gbeci-fav--icon i {
	margin-right: 20px;
}

.gbeci-favorite-events {
	max-width: 920px;
}

.gbeci-favorite-events__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.gbeci-favorite-events[data-columns="1"] .gbeci-favorite-events__grid {
	grid-template-columns: 1fr;
}

.gbeci-favorite-events[data-columns="3"] .gbeci-favorite-events__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gbeci-fav-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.gbeci-fav-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: #111;
}

.gbeci-fav-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gbeci-fav-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #3fdfaf;
	font-size: 28px;
}

.gbeci-fav-card__body {
	padding: 16px 18px 18px;
}

.gbeci-fav-card__title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.3;
}

.gbeci-fav-card__title a {
	color: inherit;
	text-decoration: none;
}

.gbeci-fav-card__meta {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	color: #585858;
	font-size: 13px;
}

.gbeci-fav-card__meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
}

.gbeci-fav-card__meta i {
	color: #3fdfaf;
	width: 14px;
}

.gbeci-fav-card__actions {
	display: flex;
	gap: 8px;
}

.gbeci-fav-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.2;
}

.gbeci-fav-card__btn--solid {
	background: #3fdfaf;
	color: #111 !important;
}

.gbeci-fav-card__btn--ghost {
	border: 1px solid #3fdfaf;
	color: #111 !important;
	background: #fff;
}

.gbeci-favorite-events--empty,
.gbeci-favorite-events--login {
	padding: 40px 20px;
	text-align: center;
	background: #fafafa;
	border-radius: 16px;
}

.gbeci-favorite-events__pages {
	margin-top: 24px;
	text-align: center;
}

.gbeci-favorite-events__pages .page-numbers {
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	border-radius: 999px;
	color: #111;
	text-decoration: none;
}

.gbeci-favorite-events__pages .page-numbers.current,
.gbeci-favorite-events__pages .page-numbers:hover {
	background: #3fdfaf;
}

@media (max-width: 700px) {
	.gbeci-favorite-events__grid,
	.gbeci-favorite-events[data-columns="3"] .gbeci-favorite-events__grid {
		grid-template-columns: 1fr;
	}
}
