.cookie-popup {
position: fixed;
left: 50%;
transform: translateX(-50%);
padding: 20px;
background: #fff;
color: #000;
border-radius: 10px;
z-index: 9999;
}
.cookie-popup.bottom {
bottom: 0px;
}
.cookie-popup.center {
top: 50%;
transform: translate(-50%, -50%);
}
#cookie-popup a {
color: inherit;
text-decoration: underline;
font-size: inherit;
font-weight: inherit;
}
#cookie-popup button {
font-family: inherit;
}