<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.button-gold {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #A29061;
	color: #FFF !important;
	text-decoration: none !important;
}

a.button-black {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: #000;
	color: #FFF !important;
	text-decoration: none !important;
}
</pre></body></html>