.youtube-consent {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.youtube-consent .youtube-consent__video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;

    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;

    -webkit-filter: blur(1px);
    filter: blur(1px);
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.youtube-consent .youtube-consent__overlay {
    z-index: 10;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: calc(100% - 50px);
    max-width: calc(100% - 50px);
    overflow-y: auto;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-box-shadow: 8px 5px 5px -3px rgb(0 0 0 / 10%), 5px 8px 5px -3px rgb(0 0 0 / 10%);
    box-shadow: 8px 5px 5px -3px rgb(0 0 0 / 10%), 5px 8px 5px -3px rgb(0 0 0 / 10%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.youtube-consent .youtube-consent__title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1rem;
}

.youtube-consent .youtube-consent__message {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.youtube-consent .youtube-consent__button {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1rem;
}
