#post-title {
	display: flex;
	flex-direction: row;
	column-gap: 0.5rem;
}

img {
	display: inline;
	aspect-ratio: 1;
	width: 1.25em;
	align-self: baseline;
}

b {
	font-weight: normal;
	color: var(--text-bright);
}

li {
	small {
		color: var(--text-dim);
	}
}