#cookie-banner {
    position: fixed;
	z-index:997;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}

#cookie-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
