/*
Theme Name: JustVideo Child
Theme URI: https://wpenjoy.com/themes/justvideo
Template: justvideo
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: JustVideo is a modern, responsive, and mobile-friendly WordPress video theme designed for video creators, vloggers, and media publishers. It allows you to easily showcase and publish videos from multiple sources, including YouTube, Vimeo, and self-hosted files. With its clean layout, customizable options, and fast-loading design, JustVideo ensures your content looks stunning on any device. Whether you’re building a personal video blog, a professional media site, or a niche streaming platform, JustVideo provides the flexibility and performance to engage your audience. Theme demo: https://demo.wpenjoy.com/justvideo/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.1.2.1773198573
Updated: 2026-03-11 03:09:33

/* Watched Badge Overlay on Thumbnails */
.post,
article,
.hentry,
.video-item,
.entry-thumbnail,
.post-thumbnail {
    position: relative;
}

.watched-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #28a745;          /* Solid success green (Bootstrap-like) */
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    pointer-events: none;         /* Prevents badge from blocking clicks on thumbnail or link */
    line-height: 1;               /* Improves text vertical centering */
}