Custom Cookie Background and icon
Tailor the background, corner radius and even add an icon before the message if you want.
//Cookie Banner
.sqs-cookie-banner-v2:before {
width: 350px;
height: 50px;
margin: 0px 0px;
background: url(URL-HERE) center center no-repeat;
background-size: contain;
display: inline-block;
content: "";
}
.sqs-cookie-banner-v2.DARK, .sqs-cookie-banner-v2.LIGHT {
border-radius: 10px;
background: -webkit-linear-gradient(to top, #109B02, #77B93D);
background: linear-gradient(to top, #109B02, #77B93D);
}