<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body .yotu-videos.yotu-preset-slidedown a{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    overflow: initial;
    padding-bottom: 6px;
}
body .yotu-videos.yotu-preset-slidedown .yotu-video-title{
    padding: 14px 10px 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0!important;
    text-decoration: none;
    color: #212121;
    font-size: 14px;
}
body .yotu-videos.yotu-preset-slidedown .yotu-video-description{
    display: block;
    height: 0!important;
    padding: 0px 10px 0;
    color: #616161;
    margin: 0!important;
    height: 3.2em;
    font-size: 12px;
    -webkit-transition: height .5s linear;
    transition: height .5s linear;
    position: absolute;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
body .yotu-videos.yotu-preset-slidedown .yotu-video:hover .yotu-video-description{
    height: auto!important;
    padding-top: 10px;
}</pre></body></html>