/* Commercial Discloser CSS */

#grid-wrap {
	display: grid !important; /* DON'T LIKE THIS HACK, BUT ONLY THING WORKING FOR NOW... */
	gap: 1rem;
	grid-template-columns: 1fr 7fr;
}

#grid-wrap > div {
	/*color: red;*/
}