
/* CSS Optimized for Arabic (RTL) */
.fuji-news-container { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; color: #333; line-height: 1.6; max-width: 100%; margin: 0 auto; direction: rtl; text-align: right; }
.fuji-news-container h2 { font-size: 22px; font-weight: 700; color: #000; margin-top: 30px; margin-bottom: 15px; border-bottom: 2px solid #d32f2f; padding-bottom: 8px; }
.fuji-news-container h3 { font-size: 18px; font-weight: 600; color: #444; margin-top: 25px; margin-bottom: 10px; }
.fuji-news-container p { margin-bottom: 15px; }
.fuji-news-container ul { list-style: none; padding: 0; margin-bottom: 20px; }
.fuji-news-container li { margin-bottom: 10px; padding-right: 25px; position: relative; } /* Adjusted padding for RTL */
.fuji-news-container li::before { content: "✔"; position: absolute; right: 0; color: #d32f2f; font-weight: bold; } /* Bullet on right */
.fuji-news-container img { max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); margin: 20px auto; display: block; }
.fuji-news-container a { color: #0056b3; text-decoration: none; font-weight: 600; }
.fuji-news-container a:hover { text-decoration: underline; }
.contact-card { border: 1px solid #0056b3; border-radius: 8px; overflow: hidden; margin-top: 30px; }
.contact-header { background-color: #0056b3; color: #fff; padding: 12px 20px; font-weight: bold; }
.contact-body { padding: 20px; background-color: #e3f2fd; }
@media (max-width: 768px) { .fuji-news-container { padding: 10px; } .fuji-news-container h2 { font-size: 20px; } }
