.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 9999;
}
.cookie-banner button {
    margin: 0 10px;
    padding: 8px 16px;
    border: none;
    background: #fff;
    color: #222;
    cursor: pointer;
    border-radius: 4px;
}
.cookie-banner a {
    color: #4ea3ff;
}
