.hz-cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: rgba(17,17,17,0.92);
color: #fff;
padding: 16px;
z-index: 9999;
}
.hz-cookie-inner {
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.hz-cookie-inner p {
font-size: 18px;
line-height: 1.5;
margin: 0;
font-weight: bold;
color: #fff;
}
.hz-btn {
padding: 10px 16px;
border: none;
cursor: pointer;
font-size: 18px;
font-weight: bold;
border-radius: 4px;
}
.hz-btn-primary {
background: #005fcc;
color: #fff;
font-size: 18px;
font-weight: bold;
}
#hz-reject {
background: #444;
color: #fff;
}