/* VIDEO PAGE - YOUTUBE STYLE FIXED */
.player-wrapper {
    background: #000 !important;
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
}
#player {
    background: #000 !important;
    position: relative !important;
    width: 100% !important;
    padding-top: 56.25% !important; /* 16:9 aspect ratio */
    margin: 0 !important;
    border: none !important;
    overflow: hidden !important;
}
#player video,
#player iframe,
#player .vjs-default-skin,
#player .video-js,
#player > div,
#player > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
/* Responsive - max height on large screens */
@media (min-width: 1281px) {
    #player {
        padding-top: 720px !important;
    }
}

/* VIDEO PAGE - TITLE, RATING & CONTENT */
#main.col-12 h1 {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    margin: 20px 0 16px !important;
    padding: 0 !important;
}

/* RATING/VOTING SYSTEM */
ul#rating_options {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    list-style: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}
ul#rating_options li {
    display: inline-flex !important;
    align-items: center !important;
}
ul#rating_options li a {
    background: #222 !important;
    border: 2px solid #333 !important;
    border-radius: 50% !important;
    color: #999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    transition: all .2s ease !important;
}
ul#rating_options li a:hover {
    transform: scale(1.1) !important;
}
ul#rating_options li a.up {
    color: #4caf50 !important;
    border-color: #4caf50 !important;
}
ul#rating_options li a.up:hover {
    background: #4caf50 !important;
    color: #fff !important;
}
ul#rating_options li a.down {
    color: #f44336 !important;
    border-color: #f44336 !important;
}
ul#rating_options li a.down:hover {
    background: #f44336 !important;
    color: #fff !important;
}
ul#rating_options li a i {
    font-size: 18px !important;
}
ul#rating_options li.score {
    background: #ff9000 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
}
ul#rating_options li.total {
    color: #999 !important;
    font-size: 14px !important;
}

/* TABS */
ul.tabs-list {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
}
ul.tabs-list li {
    flex: 0 !important;
}
ul.tabs-list li a {
    background: #222 !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    color: #e5e5e5 !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    transition: all .2s ease !important;
}
ul.tabs-list li a:hover {
    background: #2a2a2a !important;
    border-color: #ff9000 !important;
    color: #ff9000 !important;
}
ul.tabs-list li.active a {
    background: #ff9000 !important;
    border-color: #ff9000 !important;
    color: #fff !important;
}

/* VIDEO INFO TAB */
.tab-wrapper {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    display: flex !important;
    gap: 20px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.tab-wrapper .avatar {
    flex-shrink: 0 !important;
    width: 48px !important;
}
.tab-wrapper .avatar img {
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
}
.tab-wrapper .contents {
    flex: 1 !important;
}

/* STATS LIST */
ul.stats-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}
ul.stats-list li {
    color: #999 !important;
    font-size: 13px !important;
}
ul.stats-list li a {
    color: #e5e5e5 !important;
    font-weight: 600 !important;
}
ul.stats-list li a:hover {
    color: #ff9000 !important;
}

/* DESCRIPTION */
.description p {
    color: #b3b3b3 !important;
    line-height: 1.6 !important;
    margin: 12px 0 0 !important;
}

/* COMMENTS SECTION */
.row {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}
.row h2 {
    color: #fff !important;
    font-size: 18px !important;
    margin: 0 0 16px !important;
    padding: 0 0 12px !important;
    border-bottom: 2px solid #ff9000 !important;
}

/* SHARE BUTTONS */
.addthis_inline_share_toolbox {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
}

/* DIVIDERS */
.divider {
    display: none !important;
}
