/* Hide when logged in (DNN adds this class to body when authenticated) */
body.personabar-visible #CookiebotWidget {
    display: none !important;
}

/* Cookiebot List Style - Removes Dot */
div#CybotCookiebotDialog li {
    list-style-type: none;
}
