Template:Gameinfo/shared/styles.css

Template page
.gameinfo-row-header {
	font-weight: bold;
	font-size: 1em;
    border-bottom: 1px solid;
    border-color: var(--border-color-base);
	text-align: left;
}

.gameinfo-data {
	font-size: 0.875em;
	text-align: right;
}

.gameinfo-logo img {
	max-width: 300px;
	margin: 0 auto;
	width: 90%;
	height: auto;
}