.youtube-consent-block {
    max-width: 100%;
    margin: 0 auto;
}

.youtube-consent-block .embed-consent-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.youtube-consent-block .embed-consent-overlay {
    background-color: rgb(0 0 0 / 0.6);
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube-consent-block .embed-consent-content {
    padding: 1em;
}

.youtube-consent-block .embed-consent-privacy a {
    color: #fff;
    text-decoration: underline;
}

.youtube-consent-block iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
