@use "~admin-stylesheets/colors";

.nab-premium-feature {
	background: colors.$nab-premium-background;
	border-radius: 16px;
	color: colors.$nab-premium-foreground;
	margin: -0.2em;
	padding: 0.2em;

	&:hover:not(:disabled),
	&:active:not(:disabled) {
		box-shadow: none;
		color: colors.$nab-premium-foreground;
	}

	&:focus:not(:disabled) {
		box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 2px)
			colors.$nab-premium-foreground;
		color: colors.$nab-premium-foreground;
		outline-color: transparent;
	}
}
