#territoryResourceList {
	display: grid;
	grid-template-columns: 1fr repeat(4, max-content);
	gap: 3px 5px;
	align-items: center;
}
#territoryResourceList > span:first-child {
	grid-column: 1 / -1;
	margin-bottom: 5px;
}
.resourceRow {
	display: contents;
}
.resourceRow > * {
	text-align: right;
	border-bottom: 1px solid var(--color-background-secondary);
	padding-left: 15px;
	padding-right: 5px;
}
.resourceRow > *:first-child {
	margin-right: auto;
	width: 250px;
}