@layer blocks {
    .cookie-consent-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--cookie-consent-background-color, var(--decoration-color));
        z-index: 2;
    }
}