.cookie-icon {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
    cursor: pointer;
}

.cookie-icon img,
.cookie-icon svg {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 640px) {
    #cc-main .cm__btns .cm__btn-group {
        flex-direction: row !important;
    }
}