﻿.cookie-consent {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: white;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 9999;
}

.cookie-consent p {
margin: 0;
flex: 1;
}

.cookie-consent button {
margin-left: 10px;
padding: 10px 20px;
border: none;
background-color: #f1c40f;
color: black;
cursor: pointer;
}

.cookie-consent button:hover {
background-color: #d4ac0d;
}
