#cookie-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.cookie-box {
    background: #111;
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}

.cookie-box p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.cookie-box button {
    background: #ffcc00;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
}