:root {
    --plyr-color-main: #2ecc71;
}

.player-wrapper {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

/* YouTube Header/Link Block */
.top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.01);
    z-index: 10;
    cursor: default;
    pointer-events: auto; /* මෙයට ක්ලික් කළ නොහැකි වන සේ */
}

.syw-watermark {
    position: absolute;
    z-index: 12;
    pointer-events: none;
    color: #fff;
    opacity: 0.5;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    white-space: nowrap;
    transition: transform 3s linear;
}