/* Styles cho Custom Video Player Plyr của Yolth R2 */
.yolth-video-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: inherit;
    border-radius: 12px;
    background: #111;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    /* BAO MAT: Cham sao chep van ban */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yolth-player-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* BAO MAT: Chan menu mac dinh tren thiet bi cam ung */
.yolth-player {
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
}

.yolth-video-info {
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid #eaeaea;
}

.yolth-video-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
}

/* Custom CSS cho thanh công cụ Plyr */
:root {
    --plyr-color-main: #0070f3;
}

.plyr--full-ui input[type=range] {
    color: var(--plyr-color-main);
}
