.gdpr-banner:before {
    top: 0;
}

.gdpr-banner:after {
    bottom: 0;
}

.banner-wrap {
    padding: 40px 0;
}

.gdpr-banner {
    padding: 100px 0;
}

.gdpr-banner h1 {
    max-width: 650px;
    margin: 0 auto;
}

.gdpr-banner p {
    color: #fff;
    max-width: 550px;
    margin: 0 auto;
}

.disclaimer-note {
    margin: 0 auto 60px;
    font-size: 14px;
    padding: 15px 20px;
    background: #fffde8;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 10px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
}

table th{
    font-family: var(--zf-primary-semibold);
}

@media only screen and (max-width: 767px) {
    table th,
    table td {
        font-size: 15px;
    }
}


/*GDPR Starts - Other lang Dropdown hidden*/

.zgh-localization.init {
    display: none !important;
}


/*GDPR Ends*/