.cookie-banner {
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: calc(100% - 20px);
    max-width: 670px;
    background-color: #333;
    color: #fff;
    text-align: justify;
    padding: 8px;
    font-family: sans-serif;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    display: none;
}

.cookie-banner .text{
    font-size: 0.8em;
    width: calc(100% - 100px);
    float: left;
}

.cookie-banner button {
    margin-left: 10px;
    padding: 6px 12px;
    border: none;
    background-color: #40bce9;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    float: right;
}
