summary {
	list-style-position: inside;
}

.post-summary {
	display: grid;
	grid-template-columns: 120px 1fr;
	align-items: center; /* ?? */
	gap: 1em;
	cursor: pointer;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);	
}

.post-summary:hover {
	background-color: rgba(255, 119, 255, 0.05);
}

.post-summary::marker {
	color: #ff77ff;
	font-size: 1.5em;
	width: 4px;
	height: 4px;
}

.post-thumb:empty {
	min-height: 1px;	
	background-color: #ff0000;
}

.post-thumb img {
	width: 100%;
	display: block;
}

.no-posts {
	padding-top: 1em;
}