.clara-events-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.clara-event-card {
	padding: 16px 0;
}

.clara-event-title {
	margin: 0 0 4px;
	font-weight: 600;
	line-height: 1.25;
}

.clara-event-date,
.clara-events-empty,
.clara-rsvp-logged-out {
	line-height: 1.45;
}

.clara-event-join-wrap {
	margin-top: 4px;
	line-height: 1.35;
}

.clara-event-join {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.clara-event-rsvp-wrap {
	display: flex;
	margin-top: 8px;
}

.clara-next-dates-title {
	margin: 0 0 10px;
	line-height: 1.3;
}

.clara-next-dates-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.clara-next-date-row,
.clara-next-dates-empty {
	line-height: 1.45;
}

.clara-rsvp-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.clara-rsvp-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	max-width: 100%;
}

.clara-rsvp-date {
	line-height: 1.4;
}

.clara-rsvp-trigger {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	cursor: pointer;
}

.clara-rsvp-current {
	opacity: 0.68;
	text-decoration: none;
}

.clara-rsvp-popover {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 999;
	min-width: 185px;
}

.clara-rsvp-modal {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 4px 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.clara-rsvp-option {
	width: 100%;
	padding: 7px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111;
	text-align: left;
	cursor: pointer;
	line-height: 1.25;
}

.clara-rsvp-option + .clara-rsvp-option {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.clara-rsvp-option:hover,
.clara-rsvp-option.is-active {
	background: rgba(0, 0, 0, 0.045);
	color: #111;
}

.clara-rsvp-message {
	min-height: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.2;
	opacity: 0.55;
}

.clara-rsvp-message:not(:empty) {
	padding-top: 6px;
}
