
    .fuji-article-container {
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        direction: rtl;
    }
    .fuji-article-container h2 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-top: 35px;
        margin-bottom: 15px;
        border-bottom: 2px solid #e60012;
        padding-bottom: 5px;
    }
    .fuji-article-container h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .fuji-article-container p {
        margin-bottom: 15px;
        text-align: right;
    }
    .fuji-article-container ul {
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 0;
    }
    .fuji-article-container li {
        margin-bottom: 8px;
    }
    .fuji-article-container a {
        color: #e60012;
        text-decoration: underline;
        font-weight: bold;
        transition: opacity 0.3s;
    }
    .fuji-article-container a:hover {
        opacity: 0.8;
    }
    .fuji-article-container img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 20px auto;
        border-radius: 4px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        max-width: 800px;
        margin: 20px auto;
        background: #000;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    .table-wrapper {
        overflow-x: auto;
        margin: 25px 0;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .tech-table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        font-size: 15px;
    }
    .tech-table th, .tech-table td {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: right;
    }
    .tech-table th {
        background-color: #f5f5f5;
        font-weight: bold;
        color: #000;
    }
    .pro-tip {
        background-color: #f0f7ff;
        border-right: 5px solid #0056b3;
        border-left: none;
        padding: 15px;
        margin: 20px 0;
        font-size: 15px;
    }
    .faq-item {
        background: #fafafa;
        border-right: 4px solid #e60012;
        border-left: none;
        padding: 15px;
        margin-bottom: 15px;
    }
    .faq-q {
        display: block;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        margin-bottom: 5px;
    }
    .fuji-article-container > *:first-child {
        margin-top: 0;
    }
    .eeat-box {
        background-color: #f9f9f9;
        border-right: 5px solid #4CAF50;
        border-left: none;
        padding: 15px;
        margin-top: 30px;
        font-size: 15px;
    }
