.ambh-signers-wall__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ambh-signers-wall__item {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e0e0e0;
}

.ambh-signers-wall__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ambh-signers-wall__name {
	font-weight: 600;
	color: var(--ambh-text-color, #1e1e1e);
}

.ambh-signers-wall__comment {
	margin-top: 0.25rem;
	color: var(--ambh-text-color, #1e1e1e);
	font-style: italic;
}

.ambh-signers-wall__time {
	display: block;
	margin-top: 0.25rem;
	font-size: var(--ambh-font-xs, 0.75rem);
	color: var(--ambh-text-muted, #646970);
}
