Template:InfoBox/styles.css

From Aphelium
.infobox {
	display: flex;
	flex-direction: column;
}
.infobox-name {
	font-size: 1.125rem;
	font-weight: bold;
}
.infobox-separator {
	background: #00d2ff;
	padding: 0.5rem;
	font-weight: bold;
}