.flavoria .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary);
    color: white;
    padding: 15px 0;
    z-index: 1055;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.flavoria .cookie-banner .btn {
    white-space: nowrap;
}