.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    z-index: 9999;
    font-size: 14px;
}
.cookie-banner a {
    color: #4a90e2;
    text-decoration: underline;
}
.cookie-btn {
    background: #4a90e2;
    color: #fff;
    border: none;
    padding: 5px 15px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 4px;
}
