/* Generated by scripts/build-legacy-css.mjs from legacy/templates/video/list.html. */

/* legacy/templates/video/list.html */
.video {
        padding: 0 10px;
    }

    .video-title {
        font-size: 14px;
        font-weight: bold;
        padding: 20px 0 0;
        line-height: 22px;
    }

    .video-description {
        padding-bottom: 10px;
    }

    .embeded-youtube-top {
        margin-bottom: 0;
    }

    .youtuber {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .youtuber-left {
        width: 40px;
        height: 40px;
    }

    .youtuber-thumbnail {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 33px;
    }

    .youtuber-right {
        margin-left: 10px;
        height: 40px;
        overflow: hidden;
    }

    .youtuber-name {
        font-weight: bold;
        line-height: 40px;
    }

    .other-video {
        display: block;
        align-items: center;
        overflow: hidden;
        border-bottom: 2px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .other-video img {
        width: 100%;
        margin-bottom: 10px;
        display: block; 
    }

    .other-video p {
        overflow: hidden;   
    }

    .channel-link {
    display: flex;
    border-radius: 6px 6px 0 0;
    height: 38px;
    margin: 20px 0 10px;
    overflow: hidden;
    border-bottom: 2px solid #E3939C;
    }

    .channel-link h2 {
    background: #E3939C;
    color: white;
    width: 50%;
    text-align: center;
    line-height: 38px;
    border-radius: 6px 6px 0 0;
    }

    .channel-link a {
    background: white;
    color: #E3939C;
    width: 50%;
    text-align: center;
    line-height: 38px;
    }


.channel-info {
    margin-left: 10px;
}

.channel-name {
    font-weight: bold;
}

.channel-name {
    font-weight: bold;
    padding-bottom: 3px;
}

.channel-image {
    max-width: 140px;
}

.channel-metrics {
  color: #999;
}

.channel-youtube {
  margin-top: 5px;
}


.channel {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 450px) { 

    .channel-image {
        max-width: 100px;
    }

}
