/* Opt-out of the .wel-card border (see _notes/STYLE_GUIDE.md "Card system").
   Link this AFTER a skin's own style.css - it overrides the --wel-card-border
   variable so that skin's .wel-card renders without its outline. Radius,
   padding, and background are left as the skin defines them. Shared across
   any reseller that wants this look; don't duplicate this rule per-skin. */
.wel-card {
	--wel-card-border: none;
}
