.evomart-wc-notice-blocks a.button,
.evomart-wc-notice-blocks button,
.evomart-wc-notice-blocks input[type="button"],
.evomart-wc-notice-blocks input[type="submit"],
.evomart-wc-notice-blocks .wp-element-button,
.evomart-wc-notice-blocks .wc-forward,
.evomart-wc-notice-blocks .evomart-wc-notice-message-link {
	background: var(--evomart-notice-button-bg, rgb(238, 52, 35));
	border-color: var(--evomart-notice-button-bg, rgb(238, 52, 35));
	color: var(--evomart-notice-button-text, #fff);
	font-size: var(--evomart-notice-button-size, inherit);
	font-weight: var(--evomart-notice-button-weight, 700);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.evomart-wc-notice-blocks a.button:hover,
.evomart-wc-notice-blocks a.button:focus,
.evomart-wc-notice-blocks button:hover,
.evomart-wc-notice-blocks button:focus,
.evomart-wc-notice-blocks input[type="button"]:hover,
.evomart-wc-notice-blocks input[type="button"]:focus,
.evomart-wc-notice-blocks input[type="submit"]:hover,
.evomart-wc-notice-blocks input[type="submit"]:focus,
.evomart-wc-notice-blocks .wp-element-button:hover,
.evomart-wc-notice-blocks .wp-element-button:focus,
.evomart-wc-notice-blocks .wc-forward:hover,
.evomart-wc-notice-blocks .wc-forward:focus,
.evomart-wc-notice-blocks .evomart-wc-notice-message-link:hover,
.evomart-wc-notice-blocks .evomart-wc-notice-message-link:focus {
	background: var(--evomart-notice-button-hover-bg, rgb(21, 198, 238));
	border-color: var(--evomart-notice-button-hover-bg, rgb(21, 198, 238));
	color: var(--evomart-notice-button-text, #fff);
}
