.mta-player-wrapper{position:relative;width:100%;max-width:1000px;margin:0 auto;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.2);}
.mta-html5-video{width:100%;height:auto;display:block;border-radius:12px 12px 0 0;}
.mta-ad-skip-btn{position:absolute;bottom:20px;right:20px;background:rgba(255, 255, 255, 0.9);color:#111;border:none;padding:10px 20px;font-size:14px;font-weight:bold;border-radius:5px;z-index:100;transition:all 0.3s ease;}
.mta-ad-skip-btn:disabled{opacity:0.7;cursor:not-allowed;}
.mta-ad-skip-btn:not(:disabled):hover{background:#ff3366;color:#fff;}
.mta-video-chapters{background:#1e1e1e;padding:15px;color:#fff;border-radius:0 0 12px 12px;}
.mta-video-chapters h4{margin:0 0 10px 0;font-size:16px;color:#ccc;border-bottom:1px solid #333;padding-bottom:10px;}
.mta-video-chapters ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:10px;}
.mta-chapter-item{background:#2a2a2a;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:13px;display:flex;align-items:center;transition:background 0.2s ease;}
.mta-chapter-item:hover{background:#ff3366;}
.mta-chapter-time{background:#111;padding:3px 6px;border-radius:3px;margin-left:10px;font-weight:bold;color:#00d2ff;}
.mta-chapter-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}