.gdpr-prompt.with-footer {
    bottom: 83px;
}
.gdpr-prompt {
    width: 100%;
    height: 83px;
    padding: 20px 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 20%);
    background-color: white;
    display: none;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.gdpr-prompt-title {
	margin-top:20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 5px;
}
.gdpr-prompt-text {
    font-size: 12px;
}
.gdpr-prompt-text a {
    color:  #5C068C ;
}