@media (max-width: 768px) {
#cookiescript_injected {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100vw !important;
height: 100vh !important;
margin: 0 !important;
padding: 0 !important;
z-index: 99999 !important; /* Να κάθεται πάνω από όλα */
background: white !important; /* Ή ό,τι background θες */
box-sizing: border-box !important;
overflow: auto !important; /* Αν έχει πολύ περιεχόμενο */
}
#cookiescript_injected * {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
font: inherit !important;
color: inherit !important;
}
body {
overflow: hidden !important; /* Για να μην γίνεται scroll πίσω από το cookiescript */
}
}