
#millennes-cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #111;
    color: #fff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

.millennes-cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.millennes-cookie-buttons button {
    margin-left: 10px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

#millennes-accept {
    background: #28a745;
    color: #fff;
}

#millennes-reject {
    background: #dc3545;
    color: #fff;
}
