/* YouTube / iOS: المشغّل الحقيقي فوق غطاء الإيماءة داخل الكلمة — بدون طبقات إضافية فوق زر التشغيل */
.wordIcon .manual-youtube-trigger {
    z-index: 200000 !important;
    pointer-events: auto !important;
}

.video-embed-block iframe[src*="youtube.com/embed"] {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.video-embed-block .video-embed-label {
    position: relative;
    z-index: 0;
}
