.rfw-free-ad-credit {
	background-color: colors.$rfw-color-green-0;
	display: flex;
	align-items: center;
	gap: calc(var(--main-gap) / 3 * 2);
	padding: calc(var(--main-gap) / 3 * 2);
	color: wpColors.$black;

	svg {
		flex: 0 0 auto;
		fill: colors.$rfw-color-green;
	}

	&__description {
		font-size: wpVariables.$helptext-font-size;
	}

	& a {
		color: inherit
	}
}
