.cookie-container {
    display: flex;
    justify-content: center;
    height: auto !important;
}

.bt-consent-ref{
    color: #028b3d;
}

.p-cookie{
    margin: 10px 0 10px;
}

.cookie-banner {
    display: flex;
    background-color: #fefefe;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2px 20px;
//margin: 20px;
//max-width: 370px;
    border-radius: 5px;
    border: 1px solid #028b3d;
    position: fixed;
    bottom: -5px;
//right: 0;
    z-index: 10;
}

.cookie-text {
    text-align: left;
    margin-bottom: 0;
}

.cookie-btn {
    margin: 0 10px;
    font-size: 13px;
    color: #fefefe;
    text-align: center;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background-color: #028b3d;
}

.cookie-btn:hover {
    filter: brightness(105%);
}

.cookie-banner a{
    color: #028b3d;
}

.cookie-banner a:hover{
    color: #028b3d;
    filter: brightness(85%);
    text-decoration: none;
}