/**
 * Cookie Notice — loaded after plugin CSS (see inc/cookie-notice-styles.php).
 * Duplicates Accept / close rules so they win over plugin colour pickers.
 */

body #cookie-notice #cn-accept-cookie,
body #cookie-notice a#cn-accept-cookie,
body #cookie-notice .cn-accept-cookie,
body #cookie-notice a.cn-accept-cookie.cn-set-cookie,
body #cookie-notice button.cn-accept-cookie {
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	animation: lvt-cookie-accept-pulse 2.4s ease-in-out infinite;
}

body #cookie-notice #cn-close-notice,
body #cookie-notice .cn-close-icon,
body #cookie-notice a.cn-close-icon,
body #cookie-notice button.cn-close-icon {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
	body #cookie-notice #cn-accept-cookie,
	body #cookie-notice a#cn-accept-cookie,
	body #cookie-notice .cn-accept-cookie,
	body #cookie-notice button.cn-accept-cookie {
		animation: none !important;
	}
}
