/* Background of the cookie banner */
.gdpr-cookie-banner {
background: #f0f0f0 !important; /* Lighter grey background */
}
/* Background and text color for the disclaimer text and its nested spans */
.gdpr-cookie-banner .disclaimer-text.sqs-cookie-banner-v2-text {
background-color: #f0f0f0 !important; /* Lighter grey background */
color: #000000 !important; /* Ensure text color is black */
}
.gdpr-cookie-banner .disclaimer-text.sqs-cookie-banner-v2-text span {
background-color: #f0f0f0 !important; /* Lighter grey background */
color: #000000 !important; /* Ensure text color is black */
}
.gdpr-cookie-banner .disclaimer-text.sqs-cookie-banner-v2-text span span {
background-color: #f0f0f0 !important; /* Lighter grey background for nested spans */
color: #000000 !important; /* Ensure text color is black */
}