#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    min-height: 100px;
    max-height: 20vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

 #cookies-eu-banner > div {
    margin-top: 22px;
 }


#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 10px 20px;
    margin: 12px 8px;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus {

}

#cookies-eu-accept {
    background: #f00a64;
    border: 1px solid #f00a64;
}

#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    color: #fff;
    text-decoration: underline;
    margin-left: 15px;
    margin-right: 15px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 10px 20px;
    margin: 2px 0;
    border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}

#cookies-eu-restore {
  display: inline-block;
  margin-right:  10px;
}

/* hide in blog post page */

.single-post #cookies-eu-restore {
    display: none;
}

@media (max-width: 768px) {
    #cookies-eu-banner {
        min-height: 130px;
    }

    #cookies-eu-accept,
    #cookies-eu-reject {
        margin-top: 20px;
    }
}
