#cookies-banner {
    position: fixed;
    width: 100%;
    padding: 15px;
    bottom: 0;
    left: 0;
    z-index: 49;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#cookies-banner > div {
    display: flex;
    gap: 20px;
}