
.gdpr-youtube__defaultLayout {
    width: 100%;
    background: #000;
}

.gdpr-youtube__defaultLayout .gdpr-youtube__logoPortion {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    text-align: center;
}

.gdpr-youtube__defaultLayout .gdpr-youtube__logoPortion .gdpr-youtube__iconWrap {
    text-align: center;
}

.gdpr-youtube__defaultLayout .gdpr-youtube__logoPortion .gdpr-youtube__iconWrap span {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 50px;
    color: rgb(255, 0, 0);
    background: #fff;
}

.gdpr-youtube__defaultLayout .gdpr-youtube__logoPortion .gdpr-youtube__iconWrap span::before {
    position: absolute;
    top: -9px;
    left: -11px;
}

.gdpr-youtube__defaultLayout .gdpr-youtube__logoPortion h4 {
    color: #fff;
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay::before {
    content: '';
    background-color: var(--ytbg-color , #CCCCCC);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay.hasBgImage::before {
    content: '';
    background-color: transparent !important;
    background-image: var(--ytbgimg-url);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content {
    width: 85%;
    text-align: center;
    z-index: 10;
}

@media screen and (max-width: 580px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content {
        width: 90%;
    }
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content>*:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 360px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content>*:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content>a.btn.btn-primary {
        font-size: 14px;
    }

    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay {
        padding: 20px;
    }

}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content p {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content p {
        line-height: 1.2;
    }
}

@media screen and (max-width: 360px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__content p {
        font-size: 14px;
        background-color: red;
    }
}

.gdpr-youtube__consent-overlay__headline {
    color: var(--ytheading-color,#000) !important;
    font-size: 24px;
    font-weight: 600;
}
.gdpr-youtube__consent-overlay__text{
    color: var(--yttext-color) !important;

}
.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__headline p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: var(--yttext-color) !important;
}

@media screen and (max-width: 580px) {
    .gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__headline p {
        font-size: 16px;
    }
}

.gdpr-youtube__wrapper .gdpr-youtube__consent-overlay__text>p>a {
    text-decoration: underline;
}

.gdpr-youtube__consent-overlay__btn {
    background-color: var(--ytbtn-bg-color,#2271b1) !important;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--ytbtn-txt-color, #fff) !important;
    cursor: pointer;
    text-decoration: none !important;

}
.gdpr-youtube__consent-overlay__btn.link-action-gdpr.round {
    border-radius: 100px;
}

.gdpr-youtube__wrapper {
    position: relative;
    width: 100%;
    background: #ccc;
}

.gdpr-youtube__video-container {
    position: relative;
    width: 100%;
}

.gdpr-youtube__video-container iframe {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
}
.gdpr-youtube__icon{
    background-image: url(./img/youtube-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.gdpr-youtube__video-container:not(:has(iframe)) {
    padding-top: 0 !important;
}
