/* ========================================================================= */
/* == CSS CUỐI CÙNG CHO PLAYER, PLAYLIST & UP NEXT - v3.1 == */
/* ========================================================================= */
.pt_plist_hdr{display:flex!important;align-items:center!important;justify-content:space-between!important}.playlist-header-controls{display:flex;align-items:center;gap:10px;margin-left:auto;padding-right:5px}.pt_plist_hdr .plist-btn-subscribe{padding:8px 16px!important;font-size:14px!important;font-weight:500!important;line-height:1.2!important;border-radius:20px!important;background-color:#50c4f6!important;border:none!important;box-shadow:0 2px 5px rgba(80,196,246,.25);transition:all .2s ease-in-out!important}.pt_plist_hdr .plist-btn-subscribe:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(80,196,246,.35)}.playlist-view-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;border-radius:20px;background-color:#50c4f6;color:#fff;border:1px solid #50c4f6;user-select:none;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.playlist-view-toggle:hover{background-color:#45b0de;border-color:#45b0de}.playlist-view-toggle svg{width:20px;height:20px;fill:#fff}.play-list-cont{display:none}#episode-list-view{display:grid;padding:10px;grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px;align-content:flex-start;box-sizing:border-box;width:100%;overflow-x:hidden}.play-list-cont-wrapper .play-list-cont,.play-list-cont-wrapper #episode-list-view{flex-grow:1;overflow-y:auto}#episode-list-view .ep-button{appearance:none;-webkit-appearance:none;margin:0;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;height:auto;padding:0;background-color:#e7e7e7;border:1px solid #e7e7e7;border-radius:6px;cursor:pointer;font-size:14px;color:#333;font-weight:500;text-align:center;line-height:1;transition:all .2s ease}#episode-list-view .ep-button.active{background-color:var(--primary-color,#04abf2);border-color:var(--primary-color,#04abf2);color:#fff;font-weight:700}.custom-vjs-prev-button,.custom-vjs-next-button{width:3em!important}
/* === CSS CHO HEADER "UP NEXT" (VIDEO THƯỜNG) === */
.next-video{display:flex;align-items:center;justify-content:space-between;padding:10px 0;width:100%}.next-video .next-text.pull-left,.next-video .pt_mn_wtch_switch.pull-right{float:none!important;width:auto}.next-video .clear{display:none}.next-video .next-text{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.next-video .next-text h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px}.next-video .pt_mn_wtch_switch{flex-shrink:0;margin-left:15px}