.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	background: #000;
    color: #fff;
    padding: 10px;
    z-index: 10000;
}
.cookie-banner p {
    font-size: 11px;
	
}

.button-container button {
    margin: 5px;
    padding: 8px 16px;
}
.cookie-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
}
