@use "~admin-stylesheets/colors";

.nab-subscribe-with-coupon-button {
	background: colors.$nab-background-red !important;
	box-shadow: none !important;
	color: colors.$nab-text-inverted !important;
	font-weight: 700;

	&:focus {
		box-shadow: 0 0 0 var(--wp-admin-border-width-focus)
			colors.$nab-background-red !important;
	}

	&:hover {
		opacity: 0.9 !important;
	}
}
