/* Same existing utility button artwork and dimensions; only the white icon differs. */
#game .utility-controls > #farmButton { position:absolute; right:calc(200% + 16 * var(--ui-unit,1px)); bottom:0; }
#farmButton svg { fill:currentColor; stroke:none; }
#farmButton:disabled { opacity:.55; }
