.zw-template-inner *{
    text-wrap: pretty;
}
.gdpr-main {
    display: table
}

.zw-template-inner a {
    color: var(--zwc-link-clr)
}

.gdpr-content {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    min-height: 250px
}

.gdpr-content-highlight {
    width: 40%;
    float: right;
    padding: 20px 30px 30px;
    background-color: #fffde8
}

.zw-template-inner .content-wrap {
    max-width: 1170px
}

.zw-template-inner .content-wrap ul {
    padding: 0;
    margin: 0
}

.zw-template-inner .content-wrap ul li {
    display: inline-block;
    width: 45%;
    padding: 20px 0;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 -4px 0 0
}

.gdpr_sprite {
    position: relative;
    background-image: url(/sites/zweb/images/meeting/gdpr/sprite.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 50px;
    width: 51px;
    height: 50px;
    margin-bottom: 15px
}

.list-wrap h4 {
    margin-bottom: 5px
}

.process-icon {
    background-position: -211px 0;
    width: 51px
}

.consent-icon {
    background-position: -53px 0
}

.notify-icon {
    background-position: -106px 0
}

.restrict-icon {
    background-position: -264px 0
}

.erase-icon {
    background-position: 0 0
}

.secure-icon {
    background-position: -317px 0
}

.portable-icon {
    background-position: -159px 0
}

.restrict-video-icon {
    background-position: -370px 0
}

.to-help-icon {
    background-position: -423px 0
}

.disclaimer-note {
    margin: 60px auto 20px;
    font-size: 13px;
    padding: 15px 10px;
    background: #fffde8;
    max-width: 100%;
    display: block;
    box-sizing: border-box
}
p.gdpr-desc {
    text-align: center;
    margin-bottom: 50px
}

h3:has(+p.gdpr-desc) {
    margin-bottom: 20px
}
@media screen and (max-width: 991px) {
    .gdpr-banner {
        padding:150px 0
    }
}

@media screen and (max-width: 767px) {
    .gdpr-content {
        width:100%;
        float: none;
        padding: 0 10px 0 0;
        box-sizing: border-box;
        min-height: auto
    }

    .gdpr-content-highlight {
        width: 100%;
        float: none;
        padding: 20px 30px 30px;
        background-color: #fffde8;
        box-sizing: border-box
    }

    .zw-template-inner .content-wrap ul li {
        display: block;
        width: 100%;
        padding: 20px 0 0 0
    }
    .banner-content-inner h1{
        padding: 30px 0 15px;
    }
    p.gdpr-desc{
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    ul.list-wrap {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    h3 {
        text-align: center;
        font-family: var(--secondaryfont-bold);
        font-size: 32px;
        max-width: 700px;
        margin: 0 auto 50px
    }
}



.zgh-localization.init {
    display: none !important
}
