/**
 * Our Supporters / Silent Auction
 * See editor.css
 */
.auction-section a {
	color: var(--theme-palette-color-4, hsl(207, 11%, 4%));
}

.auction-section a:hover {
	color: var(--theme-palette-color-2);
}