.gtroph-center-block {
	--gtroph-recent-spacing: 0.5em;
	container-type: inline-size;
}

.gtroph-center-block ul {
	margin-bottom: 0;
}

ul li.b3p-gtroph-recent {
	display: flex;
	column-gap: var(--gtroph-recent-spacing);
	margin-bottom: calc(var(--gtroph-recent-spacing) / 2);
	align-items: baseline;
}

ul li.b3p-gtroph-recent a {
	font-size: inherit;
	font-weight: initial;
	display: inline;

	&.username-coloured {
		font-weight: bold;
	}
}

.b3p-gtroph-recent .g-tags {
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
	padding-left: var(--gtroph-recent-spacing);
}

@container (max-width: 576px) {
	ul li.b3p-gtroph-recent {
		flex-direction: column;
	}

	.b3p-gtroph-recent > i {
		padding-left: calc(var(--gtroph-recent-spacing) * 2.5);
	}
}
