#cookie-banner {
    width: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    font-family: verdana, sans-serif;
    background: #ededed;
}

#cookie-banner #close-banner {
    float: right;
    clear: both;
    margin: 20px 20px 0px;
}

#cookie-banner #banner-content{
    margin: 15px;
}

#cookie-banner #banner-content a{
    color: #1e96ff;
}

#cookie-banner #banner-text {
    color: black;
    float: left;
    font-size: 1rem;
    margin: 0px 0px 10px;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cookie-banner #customizePreferencesBtn, #acceptAllBtn, #acceptEssentialBtn {
    color: white;
    background-color: #1e96ff;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    min-width: 170px;
    clear: both;
    margin: 0px 0px 10px;
}

#cookie-banner #cookie-btn-container #customizePreferencesBtn, #acceptEssentialBtn {
    margin-left: 5px;
}
@media screen and (max-width: 600px) {
    #cookie-banner #cookie-btn-container {
        flex-wrap: wrap;
    }
    #cookie-banner #cookie-btn-container #customizePreferencesBtn, #acceptEssentialBtn {
        margin-left: 0;
    }
}