.webx-gdpr-wrapper {
    width: 100%;
    display: block;
    background-image: url(placeholder-map.png);
    background-size: cover;
}
.webx-gdpr-placeholder {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 2em 1em;
    width: 100%;
    min-width: 300px;
    border: 1px solid #0F0F0F;
}
.webx-gdpr-placeholder-text {
    align-self: center;
}
.webx-gdpr-placeholder a {
    align-self: center!important;
}
.webx-gdpr-placeholder button {
    margin: 20px 0;
    align-self: center;
    min-height: 30px;
    width: 50%;
    cursor: pointer;
    background-color: var(--color-secondary);
    color: var(--color-text-secondary);
    border: 0px solid;
    border-radius: 5px;
    padding: 5px;
}
