@media (max-width: 768px) {
    .ce-cookie-bot {
        width: 100%;
        overflow: hidden;
    }

    .ce-cookie-bot .CookieDeclarationType {
        overflow-x: auto;
    }

    .ce-cookie-bot .CookieDeclarationTable {
        table-layout: initial;
    }
}
