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

/* legacy/templates/video/index.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: 20px;
    }

    .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;
    }

    .product-item-list {
        display: grid;
        flex-wrap: wrap;
        column-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        background: #EFEAEB;
        box-sizing: border-box;
        padding: 10px;
    }

    @media screen and (min-width: 650px) { 
        .product-item-list {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .product {
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        background: white;
        border-radius: 8px;
        box-shadow: 0px 3px 0px 0px #e6dadd;
    }

    .product-title {
        font-weight: bold;
        color: #352F30;
    }

    .product-short {
        padding-top: 3px;
        color: #666;
        padding-bottom: 6px;
    }

    .product-brand {
        font-style: italic;
        font-weight: bold;
        padding: 3px 0;
        color: #666;
    }

    .product-price {
        color: #9F9F9F;
    } 

    .product-image {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }

    .product-comment {
        padding-top: 5px;
        font-style: italic;
        flex-grow: 1;
        color: #352F30;
    }

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

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

    .other-video p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: bold; 
        color: #352F30;
    }
