.cookie-banner {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    
    border-top: solid 10px #0d2c6c;
    background: #ebebeb;
    padding: 10px;
    z-index: 10000;
}

.cookie-banner-gowithgas {
    padding: 8px;
}

.cookie-banner-gowithgas p {
    font-size: 14px;
    line-height: 1;
}

.cookie-wrapper {
    display: flex;
    align-items: center;
    /*flex-direction: row;*/
    flex-direction: column;
    margin: 0 auto;
}

.cookie-wrapper p {
    margin-right: 40px;
}

.cookie-buttons {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    /*margin-left: auto;*/
}

.cookie-buttons a.button {
    width: 200px;
}

.cookie-banner-gowithgas .cookie-buttons a.button {
    padding: 12px 16px;   
}