/*
@package Going Bold Cookie Notice
@author Going Bold
@since 1.0.0
@version 1.0.2
*/
/* Hide the banner unless you are logged in */
body:not(.logged-in) #cookies-eu-banner {
	display: none !important;
}

.wp-block-button--alt .wp-block-button__link {
	color: #f4241d !important;
}

.wp-block-button--alt .wp-block-button__link#cookies-eu-reject:hover,
.wp-block-button--alt .wp-block-button__link#cookies-eu-reject:active,
.wp-block-button--alt .wp-block-button__link#cookies-eu-reject:focus {
	color: #ffffff !important;
	background-color: #bc0000 !important;
}

.p--gb-alert__message a {
	color: #f4241d;
}