
    /* STANDARD CSS */
    #fuji-stone-detail { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.7; color: #333; font-size: 16px; background: #fff; }
    #fuji-stone-detail .article-container { max-width: 1200px; margin: 0 auto; padding: 20px; }
    
    /* RTL SPECIFIC OVERRIDES */
    #fuji-stone-detail.rtl { direction: rtl; text-align: right; }
    #fuji-stone-detail.rtl h2 { font-size: 22px; color: #000; border-bottom: 2px solid #b71c1c; padding-bottom: 10px; margin-top: 40px; font-weight: 700; }
    #fuji-stone-detail.rtl h3 { font-size: 19px; color: #444; margin-top: 30px; border-right: 5px solid #b71c1c; border-left: none; padding-right: 12px; padding-left: 0; font-weight: 600; }
    #fuji-stone-detail.rtl p { margin-bottom: 15px; text-align: justify; }
    #fuji-stone-detail.rtl ul { margin-bottom: 20px; padding-right: 25px; padding-left: 0; }
    #fuji-stone-detail.rtl li { margin-bottom: 8px; }
    
    /* GRID */
    #fuji-stone-detail.rtl .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
    #fuji-stone-detail.rtl .feature-box { background: #f8f9fa; padding: 25px; border: 1px solid #e9ecef; border-radius: 6px; }
    #fuji-stone-detail.rtl .feature-box strong { display: block; color: #b71c1c; margin-bottom: 10px; font-size: 18px; }
    
    /* TABLE */
    #fuji-stone-detail.rtl .table-wrapper { overflow-x: auto; margin-bottom: 25px; border: 1px solid #dee2e6; }
    #fuji-stone-detail.rtl table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: 16px; }
    #fuji-stone-detail.rtl th, #fuji-stone-detail.rtl td { padding: 14px; border: 1px solid #dee2e6; text-align: center; }
    #fuji-stone-detail.rtl th { background: #f1f3f5; font-weight: 700; }
    
    /* MEDIA */
    #fuji-stone-detail.rtl img { max-width: 100% !important; height: auto !important; border-radius: 6px; margin: 20px auto; display: block; }
    #fuji-stone-detail.rtl a { color: #b71c1c; text-decoration: none; border-bottom: 1px dotted #b71c1c; font-weight: 600; }
    
    /* EXTRAS */
    #fuji-stone-detail.rtl .safety-box { background: #fff3cd; border-right: 6px solid #ffc107; border-left: none; padding: 20px; margin: 25px 0; border-radius: 4px; }
    #fuji-stone-detail.rtl .faq-item { border-bottom: 1px solid #eee; padding: 15px 0; }
    #fuji-stone-detail.rtl .faq-question { font-weight: 700; color: #000; display: block; margin-bottom: 8px; font-size: 18px; cursor: pointer; }

    @media (max-width: 768px) { #fuji-stone-detail.rtl .feature-grid { grid-template-columns: 1fr; } }
