/* Minimal defaults only — the theme is expected to take it from here. */

.event-attendee-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-attendee-list__item {
	padding: 0.35em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.event-attendee-list__item:last-child {
	border-bottom: 0;
}

.event-attendee-list__name {
	font-weight: 600;
}

.event-attendee-list__date {
	opacity: 0.7;
	font-size: 0.9em;
}

.event-attendee-list__empty {
	opacity: 0.8;
	font-style: italic;
}
