/* DooPlay Live TV: intentionally uses the theme background. */
.dptv-home{margin:24px 0 36px;padding:0;color:inherit;position:relative;overflow:visible;background:transparent!important}
.dptv-main-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}
.dptv-main-heading h2{margin:0!important;font-size:0!important;line-height:1!important}
.dptv-main-heading h2 span{display:inline-block;background:#ff0909;color:#fff;border-radius:7px;padding:6px 11px;font-size:19px!important;font-weight:800!important;line-height:1.1!important}
.dptv-main-all,.dptv-heading>a{color:inherit!important;text-decoration:none!important;font-size:13px;font-weight:700;opacity:.82}
.dptv-main-all:hover,.dptv-heading>a:hover{opacity:1}
.dptv-section{margin:0 0 28px}
.dptv-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;padding:0 2px}
.dptv-heading h3{margin:0!important;color:inherit!important;font-size:18px!important;font-weight:800!important;line-height:1.2!important}
.dptv-carousel{position:relative;min-width:0}
.dptv-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:3px 8px 10px;cursor:grab}
.dptv-track:active{cursor:grabbing}
.dptv-track::-webkit-scrollbar{display:none}
.dptv-card{position:relative;display:flex;flex:0 0 94px;flex-direction:column;align-items:center;text-decoration:none!important;color:inherit!important;min-width:0}
.dptv-logo{width:86px;height:86px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.18)}
.dptv-logo img{width:100%;height:100%;object-fit:contain;display:block}
.dptv-no-logo{font-size:18px;font-weight:800;color:#222}
.dptv-name{display:block;margin-top:8px;text-align:center;font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:94px;color:inherit!important}
.dptv-live{position:absolute;top:-2px;right:0;background:#e60000;color:#fff;border-radius:8px;padding:2px 5px;font-size:8px;line-height:1.1;font-weight:900;z-index:2}
.dptv-arrow{position:absolute;top:26px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(70,85,92,.82);color:#fff;font-size:13px;line-height:34px;z-index:5;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.15);opacity:.9}
.dptv-arrow:hover{opacity:1;background:rgba(35,45,50,.95)}
.dptv-prev{left:-4px}.dptv-next{right:-4px}
.dptv-all{margin:10px 0 45px;color:inherit}.dptv-all-title{margin-bottom:30px}.dptv-all-title h1{margin:0;font-size:28px;font-weight:800;color:inherit}.dptv-all-title p{margin:6px 0 0;opacity:.65}.dptv-all-section{margin-bottom:38px}.dptv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:25px 18px}.dptv-grid .dptv-card{justify-self:center}
.dptv-watch{margin:10px 0 45px}.dptv-watch-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.dptv-watch-head h1{margin:0;font-size:27px;color:inherit}.dptv-watch-head p{margin:3px 0 0;opacity:.65}.dptv-live-pill{background:#ef3340;color:#fff;border-radius:9px;padding:9px 13px;font-size:12px;font-weight:800}.dptv-watch-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.dptv-player-frame{background:#000;border-radius:14px;overflow:hidden;aspect-ratio:16/9;box-shadow:0 8px 30px rgba(0,0,0,.25)}.dptv-jw-player,.dptv-youtube-player{width:100%;height:100%;min-height:300px;display:block;border:0}
/* Custom shell for YouTube/Embed URLs. Native YouTube controls are disabled and replaced by the site controls below. */
.dptv-youtube-shell{position:relative;width:100%;height:100%;min-height:300px;background:#000;overflow:hidden}
.dptv-youtube-shell .dptv-youtube-player{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;pointer-events:none}
.dptv-yt-overlay{position:absolute;inset:0;background:transparent;cursor:pointer}
.dptv-yt-title{position:absolute;top:12px;left:14px;right:14px;display:flex;align-items:center;gap:8px;z-index:3;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.75);font-size:14px;pointer-events:none}
.dptv-yt-live{display:inline-flex;align-items:center;background:#e60000;border-radius:6px;padding:3px 6px;font-size:9px;font-weight:900;letter-spacing:.04em}
.dptv-yt-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;border:0;background:rgba(0,0,0,.55);color:#fff;font-size:25px;line-height:62px;z-index:4;cursor:pointer;opacity:.96;display:none}
.dptv-yt-controls{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(transparent,rgba(0,0,0,.88));z-index:4;opacity:0;transition:opacity .18s}
.dptv-youtube-shell:hover .dptv-yt-controls,.dptv-youtube-shell.dptv-controls-show .dptv-yt-controls{opacity:1}
.dptv-yt-controls button{width:34px;height:30px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:16px;padding:0}
.dptv-yt-live-text{margin-left:auto;font-size:11px;font-weight:900;color:#fff;letter-spacing:.06em}
.dptv-player-loading{height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;color:#fff;background:#000;font-size:14px}.dptv-player-error{height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;padding:25px;text-align:center;color:#fff;background:#111}.dptv-player-meta{display:flex;justify-content:space-between;gap:10px;padding:14px 4px}.dptv-player-meta span{opacity:.65}.dptv-related{background:rgba(20,30,28,.72);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px}.dptv-related-head h2{margin:0 0 12px;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.dptv-related-list{max-height:410px;overflow:auto}.dptv-related-list a{display:flex;align-items:center;gap:10px;min-height:58px;padding:8px 10px;margin-bottom:8px;border-radius:10px;background:rgba(255,255,255,.05);text-decoration:none!important;color:inherit!important}.dptv-related-list a:hover{background:rgba(255,255,255,.09)}.dptv-rel-num{font-size:11px;font-weight:800;opacity:.45;width:24px}.dptv-rel-logo{width:38px;height:38px;border-radius:50%;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 38px}.dptv-rel-logo img{width:100%;height:100%;object-fit:contain}.dptv-related-note{font-size:12px;opacity:.55;margin:10px 2px 0}
@media(max-width:900px){.dptv-watch-layout{grid-template-columns:1fr}.dptv-related-list{max-height:300px}.dptv-related{order:2}.dptv-card{flex-basis:84px}.dptv-logo{width:80px;height:80px}.dptv-name{max-width:84px}.dptv-arrow{display:flex;align-items:center;justify-content:center}}
@media(max-width:600px){.dptv-home{margin-top:20px}.dptv-main-heading h2 span{font-size:17px!important}.dptv-track{gap:14px}.dptv-watch-head h1{font-size:21px}.dptv-grid{grid-template-columns:repeat(3,1fr);gap:20px 10px}.dptv-grid .dptv-card{width:100%}.dptv-player-frame{border-radius:10px}.dptv-player-meta{font-size:12px}}

/* Home is a single Movie-Dokan-style horizontal channel slider, no per-category blocks. */
.dptv-home-carousel .dptv-track{padding-left:8px;padding-right:8px;}
.dptv-home-carousel .dptv-arrow{top:22px;}
.dptv-all{margin:0 0 45px;}
.dptv-all-section{margin-bottom:34px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08);}
.dptv-all-section:last-child{border-bottom:0;}
.dptv-all-section .dptv-heading{margin-bottom:18px;}
.dptv-all-section .dptv-heading h2{font-size:18px!important;font-weight:800!important;}

/* v1.6.1: safe homepage mount + final layout corrections */
.dptv-page-live-tv .single-page > h1.head,
.dptv-page-live-tv .single-page > h1.entry-title,
.dptv-page-live-tv .single-page > header,
.dptv-page-live-tv .dptv-all + h1 {display:none!important;}

.dptv-home{margin-top:26px;margin-bottom:34px;background:transparent!important;}
.dptv-theme-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:0 0 10px;border-bottom:1px solid rgba(255,255,255,.09);}
.dptv-theme-header h2{margin:0!important;padding:0!important;color:inherit!important;font-size:20px!important;font-weight:800!important;line-height:1.2!important;}
.dptv-theme-header h2 span{display:inline!important;background:transparent!important;color:inherit!important;border-radius:0!important;padding:0!important;font-size:inherit!important;font-weight:inherit!important;}
.dptv-home-viewall{font-size:12px;font-weight:700;opacity:.78;white-space:nowrap;}
.dptv-home-viewall a{color:inherit!important;text-decoration:none!important;}
.dptv-home-viewall a:hover{opacity:1;}
.dptv-home-carousel{padding:0 5px;}
.dptv-home-carousel .dptv-track{padding:4px 2px 10px;gap:18px;overflow-x:auto;}
.dptv-home-carousel .dptv-arrow{top:28px;}
.dptv-home-carousel .dptv-card{flex-basis:96px;}
.dptv-home-carousel .dptv-logo{width:88px;height:88px;}
.dptv-home-carousel .dptv-name{max-width:96px;}
.dptv-home-carousel .dptv-arrow.dptv-disabled{display:none!important;}

.dptv-watch-layout{align-items:stretch;}
.dptv-player-column{min-width:0;display:flex;flex-direction:column;}
.dptv-player-frame{width:100%;aspect-ratio:16/9;min-height:0;}
.dptv-related{height:auto;min-height:0;display:flex;flex-direction:column;align-self:stretch;box-sizing:border-box;overflow:hidden;}
.dptv-related-head{flex:0 0 auto;}
.dptv-related-list{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:4px;}
.dptv-related-list a{min-height:64px;margin-bottom:8px;}
.dptv-rel-text{display:flex;flex-direction:column;min-width:0;line-height:1.2;}
.dptv-rel-text strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dptv-rel-text small{font-size:10px;opacity:.55;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.dptv-related-empty{padding:18px 6px;color:rgba(255,255,255,.55);font-size:12px;}
.dptv-below-related{margin-top:26px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08);}
.dptv-below-related .dptv-track{gap:18px;}
.dptv-below-related .dptv-arrow{top:29px;}

@media(max-width:900px){
  .dptv-related{min-height:340px;}
  .dptv-related-list{max-height:340px;}
}
@media(max-width:600px){
  .dptv-theme-header h2{font-size:18px!important;}
  .dptv-home{margin-top:20px;}
  .dptv-home-carousel .dptv-logo{width:80px;height:80px;}
  .dptv-home-carousel .dptv-card{flex-basis:86px;}
  .dptv-related{min-height:300px;}
}

/* v1.6.1: never affect page output before the Live TV block is mounted */
.dptv-home-mount{display:block!important;background:transparent!important;}
.dptv-home-mount > #dptv-live-tv-home{display:none;}
.dptv-home-mount > #dptv-live-tv-home.dptv-home-ready{display:block;}
