.cookie-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(25, 133, 179, 0.85);
    color: white;
    padding: 20px 0;
    text-align: center;
    z-index: 1000;
}
.cookie-banner button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 15px;
}