
    .fuji-arabic-video-wrapper {
        position: relative;
        background-color: #fff;
        padding: 60px 0;
        width: 100%;
        direction: rtl;
        /* 强制覆盖可能的全局右对齐 */
        text-align: center !important; 
    }
    
    .fuji-arabic-video-container {
        width: 94%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: 'Tahoma', 'Arial', sans-serif;
        /* FLEX 居中大法 - 最强力修正 */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fuji-arabic-video-title {
        font-size: 30px;
        font-weight: 800;
        color: #000;
        margin-bottom: 20px;
        line-height: 1.3;
        width: 100%;
        text-align: center !important;
    }

    .fuji-arabic-video-desc {
        font-size: 18px;
        color: #444;
        max-width: 1100px; /* 加宽 */
        line-height: 1.8;
        width: 100%;
        text-align: center !important;
    }
