/**
 * Under-player title + tabs — enqueued on all singles.
 * Root style.css only loads for "custom" colorTheme; preset themes skipped those .single-post rules.
 */

#contentWrapper .videoWrap .title-container.awp-video-title-bar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 16px;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #2a2a2a;
    background: #1b1b1b;
    clear: both;
}

/*
 * Direct Video.js players are already fluid 16:9. Let the wrapper grow with the
 * actual player height so the title row never starts underneath the player.
 */
#contentWrapper .videoWrap .videoBox.videoBox--direct-player {
    height: auto !important;
    min-height: 0;
}

#contentWrapper .videoWrap .videoBox.videoBox--direct-player .post-video-container {
    width: 100%;
}

#contentWrapper .videoWrap .awp-video-title-bar .awp-video-title {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0.02em;
}

#contentWrapper .videoWrap .awp-video-title-bar .rprt.awp-video-report {
    float: none;
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #c4c4c4 !important;
    font-size: 13px;
    text-decoration: none;
    background: #252525;
    border: 1px solid #3b3b3b;
}

#contentWrapper .videoWrap .awp-video-title-bar .rprt.awp-video-report:hover {
    color: #f3c669 !important;
    border-color: #555;
    background: #2d2d2d;
}

#contentWrapper .videoWrap .awp-video-title-bar .awp-video-report-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#contentWrapper .videoWrap .menu-wrap-container.awp-video-undervideo {
    clear: both;
    height: auto;
    min-height: 140px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    border-top: none;
    background: #101010;
}

#contentWrapper .videoWrap .awp-under-video-tabs {
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    padding: 6px 12px;
    box-sizing: border-box;
    background-color: #1b1b1b;
    border-bottom: 1px solid #2a2a2a;
}

#contentWrapper .videoWrap .awp-under-video-tabs .newone {
    float: none;
    padding: 4px 0;
}

#contentWrapper .videoWrap .awp-under-video-tabs .undervideo-menu-li {
    float: none;
    margin: 0 0 0 8px;
    height: auto;
    padding: 6px 4px;
}

@media screen and (max-width: 480px) {
    #contentWrapper .videoWrap .awp-video-title-bar .awp-video-title {
        font-size: 1rem;
    }

    #contentWrapper .videoWrap .awp-video-title-bar .awp-video-report-label {
        display: none;
    }
}
