<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.logged-in .YouTubePopUp-Wrap.vp-align{
    top:0;
}

.YouTubePopUp-Wrap.vp-align .vp-flex{
    max-height:100% !important;
}

.YouTubePopUp-Wrap.vp-align{
    width:480px;
    height:240px;
    top:auto;
    bottom:0;
    margin-top:auto;
    margin-bottom:30px;
    box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    padding:5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius:3px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}

.vp-align-left{
    left:0;
    right:auto;
    margin-left:30px;;
    margin-right:auto;
}

.vp-align-right{
    right:0;
    left:auto;
    margin-right:30px;
    margin-left:auto;
}

.vp-align .vp-flex{
    max-width:100% !important;
    height:100% !important;
    margin:0 !important;
    box-shadow:none !important;
   -moz-box-shadow:none !important;
   -webkit-box-shadow:none !important;
}

.vp-align .YouTubePopUp-Close{
    top:-33px;
    left:-5px;
    background-color:rgba(0,0,0,0.6);
    width:24px;
    height:24px;
    line-height:27px;
    border-radius:50%;
    text-align:center;
    -moz-border-radius:50%;
   -webkit-border-radius:50%;
   box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.vp-align .YouTubePopUp-Close:before{
    text-shadow:none;
    font-size:14px;
    color:#fff !important;
}

.vp-align .YouTubePopUp-Close.vp-dark-ci:before{
    color:#fff !important;
}

.vp-align .vp-flex.vp-dark-bg{
    background-color:inherit !important;
}

.vp-align .YouTubePopUp-Close.vp-dark-ci{
    background-color:rgba(0,0,0,0.6) !important;
}

.vp-align-right .YouTubePopUp-Close{
    left:auto;
    right:-5px;
}</pre></body></html>