#cookie-banner {
    position:fixed;
    bottom:-200px;
    left:25px;
    width:30%;
    background: linear-gradient(rgba(190, 226, 190, 0.95), rgba(255, 255, 255, 0.95));
    color: #034012;
    padding:15px;
    text-align:center;
    font-family:Arial, sans-serif;
    z-index:9999;
    transition:bottom 1.2s ease;
    max-width:500px;
    border-radius:10px;
    box-shadow:0 8px 12px rgba(0,0,0,0.2);
}

#accept-btn {
    background: #044514;
    color:#fff;
    border:none;
    padding:5px 10px;
    margin:0 5px;
    cursor:pointer;
    border-radius:0;
	margin-bottom: 10px;
}

#reject-btn {
    background: #fc0019;
    color:#fff;
    border:none;
    padding:5px 10px;
    margin:0 5px;
    cursor:pointer;
    border-radius:0;
	margin-bottom: 10px;
 }