/*
ZTN Prime Unified Shows Engine 1.1.2 Watchlist + Continue Watching.
Keeps /shows/ simplified to New Releases and All Shows.
*/
.ztn-ush-filter-strip{display:none!important}
.ztn-ush-archive .ztn-ush-section[id^="ztn-genre-"]{display:none!important}
.ztn-ush-watchlist-btn{
    position:absolute;
    right:10px;
    bottom:10px;
    z-index:8;
    border:1px solid rgba(255,255,255,.25);
    background:rgba(0,0,0,.78);
    color:#fff;
    border-radius:999px;
    padding:8px 11px;
    font-size:12px;
    font-weight:900;
    cursor:pointer;
    backdrop-filter:blur(8px);
}
.ztn-ush-watchlist-btn:hover,
.ztn-ush-watchlist-btn.is-active{
    background:#f59e0b;
    color:#111;
    border-color:#f59e0b;
}
.ztn-ush-thumb{position:relative}
.ztn-ush-progress{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:5px;
    background:rgba(255,255,255,.25);
    z-index:9;
}
.ztn-ush-progress span{
    display:block;
    height:100%;
    background:#f59e0b;
}
.ztn-ush-continue-card .ztn-ush-card-body em{
    color:#f59e0b;
}
.ztn-ush-toast{
    position:fixed;
    left:50%;
    bottom:84px;
    transform:translateX(-50%);
    background:#111;
    color:#fff;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    padding:12px 18px;
    z-index:999999;
    font-weight:900;
    box-shadow:0 18px 40px rgba(0,0,0,.45);
}
