.privacy-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #eaecee;
    padding: 10px;
    border-radius: 5px;
    max-width: 400px;
    text-align: center;
 }

 .privacy-modal h2 {
	margin-bottom: 10px;
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

.privacy-modal p {
	margin: 5px 0;
    color: #666;
    font-size: 0.8em;
}

.privacy-modal button {
	display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #333;
    font-size: 0.9em;
}

.privacy-modal button:hover {
	background-color: #e0e0e0;
}
