.wbk_appearanceFooter__wrapper {
    position: fixed;
    bottom: 0;
    background: colors.$background-white;
    padding: 16px;
    z-index: 999;
    border-top: 1px solid colors.$input-border;
    box-shadow: 0 0 25px colors.$shadow;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: calc(100% - 160px);

    #wbk_spa_dashboard[data-theme='dark'] & {
        box-shadow: none;
    }

    @media (max-width: 960px) {
        width: calc(100% - 36px);
    }

    @media (max-width: 782px) {
        width: 100%;
    }
}
