:root {
    --width: 75.6%;
}

.netzero-videodetail {
    padding-top: 24px;
    padding-bottom: 24px;
}

    .netzero-videodetail .breadcrumb-wrapper {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 1px solid #303030;
    }

        .netzero-videodetail .breadcrumb-wrapper .list {
            padding-left: 0;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .netzero-videodetail .breadcrumb-wrapper .list > * {
                list-style: none;
            }

            .netzero-videodetail .breadcrumb-wrapper .list .item {
                font-family: Inter;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
                color: #5A5A5A;
            }

            .netzero-videodetail .breadcrumb-wrapper .list .icon {
                line-height: 16px;
            }

                .netzero-videodetail .breadcrumb-wrapper .list .icon svg {
                    vertical-align: baseline;
                }

    .netzero-videodetail .story-detail {
        display: flex;
        margin-bottom: 24px;
    }

        .netzero-videodetail .story-detail .left {
            width: calc(var(--width) - 12px);
            margin-right: 24px;
        }

            .netzero-videodetail .story-detail .left > *:nth-last-child(n+2) {
                margin-bottom: 16px;
            }

            .netzero-videodetail .story-detail .left .meta-box {
                display: flex;
                align-items: center;
                gap: 8px;
            }

                .netzero-videodetail .story-detail .left .meta-box .keyword .tag {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 20px;
                    padding: 4px 8px;
                    border: 1px solid var(--Border-Neutral-tertiary, #B2B2B2);
                    border-radius: 1px;
                    color: #303030;
                    text-transform: uppercase;
                }

                    .netzero-videodetail .story-detail .left .meta-box .keyword .tag:nth-last-child(n+2) {
                        margin-right: 8px;
                    }

                .netzero-videodetail .story-detail .left .meta-box .post-time {
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 12px;
                    line-height: 20px;
                    color: #5A5A5A;
                    margin-bottom: 0;
                }

                .netzero-videodetail .story-detail .left .meta-box .dot {
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background-color: #5A5A5A;
                }

            .netzero-videodetail .story-detail .left .title {
                font-family: Inter;
                font-weight: 700;
                font-size: 42px;
                line-height: 58px;
                color: #2C2C2C;
            }

            .netzero-videodetail .story-detail .left .description {
                font-family: Inter;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                padding-bottom: 16px;
                border-bottom: 1px solid var(--Stroke, #E4E4E4)
            }

            .netzero-videodetail .story-detail .left .story-image {
                position: relative;
            }

                .netzero-videodetail .story-detail .left .story-image .tool-bar {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    border: 1px solid#E4E4E4;
                    border-radius: 8px;
                    padding: 24px 16px;
                    display: flex;
                    align-items: center;
                    flex-direction: column;
                }

                    .netzero-videodetail .story-detail .left .story-image .tool-bar .item {
                        cursor: pointer;
                    }

                        .netzero-videodetail .story-detail .left .story-image .tool-bar .item svg {
                            width: 24px;
                            height: 24px;
                        }

                        .netzero-videodetail .story-detail .left .story-image .tool-bar .item:nth-last-child(n+2) {
                            margin-bottom: 32px;
                        }

                .netzero-videodetail .story-detail .left .story-image .img-holder {
                    width: 78%;
                    margin: 0 auto;
                }

                    .netzero-videodetail .story-detail .left .story-image .img-holder .thumb-wrapper {
                        margin-bottom: 16px;
                    }

                    .netzero-videodetail .story-detail .left .story-image .img-holder .thumb-description {
                        font-family: Inter;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 22px;
                        text-align: center;
                    }

    .netzero-videodetail .video-player .play-btn {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .netzero-videodetail .story-detail .left .combo-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid #E4E4E4;
    }

        .netzero-videodetail .story-detail .left .combo-box .tool-bar .item {
            display: inline-block;
            width: 24px;
            height: 24px;
        }

            .netzero-videodetail .story-detail .left .combo-box .tool-bar .item:nth-last-child(n+2) {
                margin-right: 32px;
            }

            .netzero-videodetail .story-detail .left .combo-box .tool-bar .item svg {
                width: 24px;
                height: 24px;
            }

        .netzero-videodetail .story-detail .left .combo-box .author {
            font-family: Inter;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
        }

    .netzero-videodetail .story-detail .left .keyword-wrapper {
        display: flex;
        gap: 16px;
        align-items: center;
    }

        .netzero-videodetail .story-detail .left .keyword-wrapper .title {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
        }

        .netzero-videodetail .story-detail .left .keyword-wrapper .keyword {
            font-family: Inter;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
        }

    .netzero-videodetail .story-detail .right {
        width: calc(100% - var(--width) - 12px);
        position: relative;
    }

        .netzero-videodetail .story-detail .right .banner {
            margin-bottom: 24px;
        }

            .netzero-videodetail .story-detail .right .banner img {
                width: 100%;
                object-fit: cover;
            }

        .netzero-videodetail .story-detail .right .sticky-wrap {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        .netzero-videodetail .story-detail .right .sticky-content {
            position: sticky;
            top: 0;
        }

    .netzero-videodetail > .banner {
        max-height: 300px;
        border-radius: 8px;
        overflow: hidden;
    }

        .netzero-videodetail > .banner img {
            width: 100%;
            object-fit: cover;
        }
    /* MORE INFO */
    .netzero-videodetail .more-info {
        margin-bottom: 24px;
    }

        .netzero-videodetail .more-info .list {
            display: flex;
        }

            .netzero-videodetail .more-info .list > * {
                width: calc((100% / 4) - 18px);
            }

                .netzero-videodetail .more-info .list > *:nth-last-child(n+2) {
                    margin-right: 24px;
                }

                .netzero-videodetail .more-info .list > * .story-title {
                    font-size: 20px;
                    line-height: 24px;
                }

    .netzero-videodetail .more {
        display: flex;
        align-items: center;
    }

        .netzero-videodetail .more .text {
            margin-right: 8px;
            font-family: Inter;
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #2C2C2C;
        }

    .netzero-videodetail .cate-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #303030;
        padding-bottom: 8px;
        margin-bottom: 24px;
    }

        .netzero-videodetail .cate-header .name-wrap {
            display: flex;
            align-items: center;
        }

        .netzero-videodetail .cate-header .bar {
            display: inline-block;
            width: 8px;
            height: 26px;
            background-color: var(--Netzero, #54C5D0);
        }

        .netzero-videodetail .cate-header .name {
            font-family: Inter;
            font-weight: 700;
            font-size: 24px;
            line-height: 36px;
            margin-left: 8px;
            margin-bottom: 0px;
        }

    .netzero-videodetail .mobile-toolbox {
        display: none;
    }

    .netzero-videodetail .mobile-more {
        display: none;
    }

@media screen and (max-width: 992px) {
    .mobile {
        display: block;
    }

    .netzero-videodetail {
        padding-top: 16px;
    }

        .netzero-videodetail .breadcrumb-wrapper {
            padding-bottom: 16px;
            margin-bottom: 16px;
        }

        .netzero-videodetail .story-detail .left {
            width: 100%;
            margin-right: 0;
        }

            .netzero-videodetail .story-detail .left .title {
                font-size: 32px;
                line-height: 40px;
            }

        .netzero-videodetail .mobile-toolbox {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            border: 0.85px solid #E4E4E4;
            border-radius: 8px;
            padding: 16px 0;
        }

            .netzero-videodetail .mobile-toolbox svg {
                width: 24px;
            }

        .netzero-videodetail .story-detail .left .story-image .tool-bar {
            display: none;
        }

        .netzero-videodetail .story-detail .left .story-image .img-holder {
            width: 100%;
        }

        .netzero-videodetail .story-detail .left .combo-box {
            flex-direction: column;
        }

            .netzero-videodetail .story-detail .left .combo-box .tool-bar {
                order: 2;
                width: 100%;
                border: 0.85px solid#E4E4E4;
                border-radius: 8px;
                padding: 16px 0;
                text-align: center;
            }

            .netzero-videodetail .story-detail .left .combo-box .author {
                order: 1;
                align-self: end;
                margin-bottom: 16px;
            }

        .netzero-videodetail .story-detail .left .keyword-wrapper {
            flex-wrap: wrap;
        }

        .netzero-videodetail .story-detail .right {
            display: none;
        }

        .netzero-videodetail .more-info {
            margin-bottom: 0px;
        }

            .netzero-videodetail .more-info .cate-header .more,
            .netzero-videodetail .more-info + .banner {
                display: none;
            }

        .netzero-videodetail .cate-header .name {
            font-size: 20px;
            line-height: 24px;
        }

        .netzero-videodetail .more-info .list {
            flex-direction: column;
        }

            .netzero-videodetail .more-info .list > *:nth-last-child(n+2) {
                margin-right: 0;
            }

            .netzero-videodetail .more-info .list > * {
                width: 100%;
                display: flex;
            }

                .netzero-videodetail .more-info .list > * .story-thumb {
                    width: 48.35%;
                    min-width: 163px;
                    margin-right: 8px;
                    margin-bottom: 0;
                }

                .netzero-videodetail .more-info .list > * .story-info {
                    flex: 1;
                }

                .netzero-videodetail .more-info .list > *:nth-last-child(n+2) {
                    padding-bottom: 16px;
                    margin-bottom: 16px;
                    border-bottom: 1px solid #E4E4E4;
                }

                .netzero-videodetail .more-info .list > * .story-title {
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 4px;
                }

        .netzero-videodetail .mobile-more {
            display: block;
            margin-top: 16px;
        }

            .netzero-videodetail .mobile-more > * {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .netzero-videodetail .mobile-more .text {
                font-family: Inter;
                font-weight: 500;
                font-size: 14px;
                line-height: 22px;
                margin-right: 4px;
            }
}
