#cookie-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.90);
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

#cookie-banner .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}