/* إصلاح محاذاة السهم في زر تشغيل الفيديو */
.video-section .video-column .video-box .link .icon {
    padding-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}