
/* English CSS + RTL Adjustments */
.fuji-article-container { font-family: 'Segoe UI', Verdana, Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; direction: rtl; text-align: right; }
.fuji-article-container h2 { font-size: 24px; font-weight: 700; color: #111; margin-top: 40px; margin-bottom: 20px; border-bottom: 3px solid #e60012; padding-bottom: 10px; text-align: right; }
.fuji-article-container h3 { font-size: 20px; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 15px; text-align: right; }
.fuji-article-container a { color: #e60012; text-decoration: underline; font-weight: 600; transition: color 0.2s; }
.fuji-img-responsive { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.img-caption { text-align: center; font-size: 14px; color: #666; margin-top: -20px; margin-bottom: 30px; font-style: italic; }
.fuji-tech-table { width: 100%; border-collapse: collapse; margin: 25px 0; font-size: 15px; }
.fuji-tech-table th, .fuji-tech-table td { border: 1px solid #e0e0e0; padding: 14px; text-align: right; }
.fuji-tech-table th { background-color: #f8f9fa; font-weight: 700; color: #e60012; }
.fuji-tech-table tr:nth-child(even) { background-color: #fafafa; }
.fuji-list { margin-bottom: 25px; padding-right: 20px; padding-left: 0; } /* RTL Padding */
.insight-box { background-color: #f0f7ff; border-right: 5px solid #0056b3; border-left: none; padding: 20px; margin: 25px 0; font-size: 15px; }
.fuji-faq-item { margin-bottom: 15px; background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 20px; }
.fuji-faq-question { font-weight: 700; font-size: 18px; color: #000; display: block; margin-bottom: 10px; }
.fuji-faq-answer { color: #555; font-size: 16px; }
@media screen and (max-width: 768px) { .fuji-article-container { padding: 15px; } .fuji-tech-table { display: block; overflow-x: auto; white-space: nowrap; } }
