/* ==========================================================
   DOTVDO WATCH 2026 V2
   Clean modern video watch layout
   ========================================================== */

/* ---------- PAGE ---------- */

.video-player-page {
    background: #fff !important;
    color: #0f0f0f !important;
}

.video-player-page > .row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.video-player-page .content,
.video-player-page .pt_shadow,
.video-player-page .new_box_color {
    box-shadow: none !important;
}

/* ---------- MAIN COLUMNS ---------- */

.video-player-page .player-video {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.video-player-page > .row > .col-md-4,
.video-player-page .col-md-4.no-padding-left {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/* ---------- PLAYER ---------- */

.video-player-page .player-video > .video-player,
.video-player-page .video-player.pt_video_player,
.video-player-page .pt_vdo_plyr,
.video-player-page .embed-responsive {
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #000 !important;
    box-shadow: none !important;
}

.video-player-page .pt_video_player .mejs__container,
.video-player-page .pt_video_player .mejs__inner,
.video-player-page .pt_video_player .mejs__mediaelement {
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.video-player-page .pt_video_player video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #000 !important;
}

/* YouTube / Vimeo / external embeds */

.video-player-page .pt_vdo_plyr {
    width: 100% !important;
}

.video-player-page .pt_vdo_plyr iframe {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
}

/* ---------- INFORMATION WRAPPER ---------- */

.video-player-page .video_section_wrap {
    float: none !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ---------- TITLE ---------- */

.video-player-page .video_section_wrap > h1 {
    margin: 14px 0 6px !important;
    padding: 0 !important;

    color: #0f0f0f !important;

    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;

    border: 0 !important;
    background: transparent !important;
}

/* ---------- VIEWS + ACTIONS ---------- */

.video-player-page .video_views_section {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 14px !important;

    border: 0 !important;
    background: transparent !important;
}

.video-player-page .left_count_view {
    float: none !important;
    flex: 0 1 auto !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
}

.video-player-page .video-views {
    margin: 0 !important;

    color: #606060 !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;

    white-space: nowrap !important;
}

.video-player-page .right_count_view {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    float: none !important;

    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 8px !important;

    overflow: visible !important;
}

.video-player-page .right_count_view > div,
.video-player-page .right_count_view > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    float: none !important;
    flex: 0 0 auto !important;

    min-width: 0 !important;
    min-height: 36px !important;

    margin: 0 !important;
    padding: 0 13px !important;

    border: 0 !important;
    border-radius: 18px !important;

    background: #f2f2f2 !important;
    box-shadow: none !important;

    color: #0f0f0f !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 36px !important;

    text-decoration: none !important;

    cursor: pointer !important;
}

.video-player-page .right_count_view > div:hover,
.video-player-page .right_count_view > a:hover {
    background: #e5e5e5 !important;
    color: #0f0f0f !important;
}

.video-player-page .right_count_view svg {
    flex: 0 0 auto !important;

    width: 18px !important;
    height: 18px !important;

    margin: 0 6px 0 0 !important;
}

.video-player-page .right_count_view span {
    line-height: 1 !important;
}

/* Like / dislike compact */

.video-player-page #likes-bar,
.video-player-page #dislikes-bar {
    min-width: 50px !important;
}

/* ---------- CHANNEL ---------- */

.video-player-page .publisher-element.pt_mn_wtch_pub {
    display: flex !important;
    align-items: center !important;

    float: none !important;

    width: 100% !important;

    margin: 16px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.video-player-page .publisher-element .publisher-avatar {
    float: none !important;

    flex: 0 0 40px !important;

    width: 40px !important;
    height: 40px !important;

    margin: 0 12px 0 0 !important;
}

.video-player-page .publisher-element .publisher-avatar a {
    display: block !important;
}

.video-player-page .publisher-element .publisher-avatar img {
    display: block !important;

    width: 40px !important;
    height: 40px !important;

    margin: 0 !important;

    border-radius: 50% !important;

    object-fit: cover !important;
}

.video-player-page .publisher-element .publisher-name {
    float: none !important;

    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #0f0f0f !important;
}

.video-player-page .publisher-element .publisher-name > a {
    display: block !important;

    color: #0f0f0f !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;

    text-decoration: none !important;
}

.video-player-page .subscriber_count_publisher {
    margin: 1px 0 0 !important;

    color: #606060 !important;

    font-size: 12px !important;
    line-height: 17px !important;
}

.video-player-page .publisher-subscribe-button {
    float: none !important;

    margin: 0 0 0 auto !important;
    padding: 0 !important;
}

.video-player-page .publisher-subscribe-button button,
.video-player-page .publisher-subscribe-button .btn,
.video-player-page .publisher-subscribe-button a {
    min-height: 36px !important;

    padding: 8px 16px !important;

    border: 0 !important;
    border-radius: 18px !important;

    box-shadow: none !important;

    font-size: 14px !important;
    font-weight: 600 !important;
}

/* ---------- DESCRIPTION ---------- */

/*
   IMPORTANT:
   Only without_moview_div is the outer card.
   watch-video-description must NOT create a second card.
*/

.video-player-page .without_moview_div {
    position: relative !important;

    width: 100% !important;

    margin: 16px 0 0 !important;
    padding: 12px !important;

    border: 0 !important;
    border-radius: 12px !important;

    background: #f2f2f2 !important;
    box-shadow: none !important;

    color: #0f0f0f !important;
}

.video-player-page .watch-video-description {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    color: #0f0f0f !important;

    font-size: 14px !important;
    line-height: 20px !important;
}

.video-player-page .watch-video-description p {
    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;

    font-size: inherit !important;
    line-height: inherit !important;
}

.video-player-page .watch-video-show-more {
    display: inline-block !important;

    margin: 6px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    color: #0f0f0f !important;

    font-size: 14px !important;
    font-weight: 600 !important;

    cursor: pointer !important;
}

/* ---------- COMMENTS ---------- */

.video-player-page .comments_section_vid {
    clear: both !important;

    width: 100% !important;

    margin: 24px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: #fff !important;
    box-shadow: none !important;
}

.video-player-page .comments-content.pt_video_comments {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
}

.video-player-page .pt_video_comments .pt_shadow {
    border: 0 !important;
    box-shadow: none !important;
}

.video-player-page .pt_video_comments textarea,
.video-player-page .comments_section_vid textarea {
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px !important;

    background: #fff !important;
    box-shadow: none !important;

    color: #0f0f0f !important;
}

.video-player-page .pt_video_comments textarea:focus,
.video-player-page .comments_section_vid textarea:focus {
    border-color: #aaa !important;

    outline: none !important;
    box-shadow: none !important;
}

/* ---------- RIGHT SIDEBAR ---------- */

.video-player-page .next-video,
.video-player-page .videos-list,
.video-player-page .related-videos {
    border: 0 !important;
    box-shadow: none !important;
}

.video-player-page .col-md-4.no-padding-left > .content {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
}

/* ---------- TABLET ---------- */

@media (max-width: 991px) {

    .video-player-page .player-video,
    .video-player-page .col-md-4.no-padding-left {
        float: none !important;
        width: 100% !important;

        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .video-player-page .col-md-4.no-padding-left {
        margin-top: 24px !important;
    }
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {

    .video-player-page > .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .video-player-page .player-video,
    .video-player-page .col-md-4.no-padding-left {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .video-player-page .player-video > .video-player,
    .video-player-page .video-player.pt_video_player,
    .video-player-page .pt_vdo_plyr,
    .video-player-page .embed-responsive,
    .video-player-page .pt_video_player .mejs__container,
    .video-player-page .pt_video_player .mejs__inner,
    .video-player-page .pt_video_player .mejs__mediaelement {
        border-radius: 0 !important;
    }

    .video-player-page .video_section_wrap {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .video-player-page .video_section_wrap > h1 {
        margin-top: 12px !important;

        font-size: 18px !important;
        line-height: 24px !important;
    }

    .video-player-page .video_views_section {
        display: block !important;
    }

    .video-player-page .right_count_view {
        justify-content: flex-start !important;

        width: 100% !important;

        margin-top: 10px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .video-player-page .right_count_view::-webkit-scrollbar {
        display: none !important;
    }

    .video-player-page .right_count_view > div,
    .video-player-page .right_count_view > a {
        white-space: nowrap !important;
    }

    .video-player-page .publisher-element.pt_mn_wtch_pub {
        margin-top: 14px !important;
    }

    .video-player-page .publisher-element .publisher-avatar,
    .video-player-page .publisher-element .publisher-avatar img {
        width: 36px !important;
        height: 36px !important;
    }

    .video-player-page .publisher-element .publisher-avatar {
        flex-basis: 36px !important;
        margin-right: 10px !important;
    }

    .video-player-page .publisher-subscribe-button button,
    .video-player-page .publisher-subscribe-button .btn,
    .video-player-page .publisher-subscribe-button a {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    .video-player-page .without_moview_div {
        margin-top: 14px !important;
        border-radius: 10px !important;
    }

    .video-player-page .comments_section_vid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .video-player-page .col-md-4.no-padding-left {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
