@use "@automattic/jetpack-base-styles/style";

.jetpack-upgrade-plan-banner__wrapper {
	column-gap: 32px;
}

.jetpack-upgrade-plan-banner.jetpack-ai-upgrade-banner {

	.jetpack-upgrade-plan-banner__wrapper {

		.components-button.is-primary.is-busy {
			background: var(--jp-white);
			color: var(--jp-black);
		}
	}
}

.jetpack-ai-fair-usage-notice-muted-variant {
	line-height: 1.4;
	margin: 0;
	text-wrap: pretty;
	font-size: calc(13px);
	font-weight: 400;
	color: #757575;

	a {
		color: #757575;
	}
}

.jetpack-ai-fair-usage-notice {
	color: #1e1e1e;

	a {
		color: #1e1e1e;
	}
}
