.eu-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    display: none; /* hidden by default */
}

.eu-cookie-bar button {
    margin-left: 10px;
    padding: 5px 10px;
    background: #f1c40f;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
