/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 23:55:34 */
    <style>
        /* * ==================================================================
         * CSS مخصص ومعزول لجدول المقارنة فقط (نسخة ثابتة)
         * تم ربط جميع الأنماط بالمعرّف الفريد 
         * #jointace-dorofen-comparison-static
         * لضمان عدم تأثيرها على أي عناصر أخرى في الموقع.
         * ==================================================================
        */

        #jointace-dorofen-comparison-static * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        #jointace-dorofen-comparison-static {
            font-family: 'Cairo', sans-serif;
            background-color: #f8fafc; /* خلفية للمعاينة */
            padding: 2rem;
        }

        #jointace-dorofen-comparison-static .container {
            max-width: 896px;
            margin-left: auto;
            margin-right: auto;
            background-color: #ffffff;
            border-radius: 1rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            padding: 2rem;
        }

        #jointace-dorofen-comparison-static .header {
            text-align: center;
            margin-bottom: 2rem;
        }

        #jointace-dorofen-comparison-static .header h2 {
            font-size: 2.25rem;
            font-weight: 900;
            color: #1f2937;
        }

        #jointace-dorofen-comparison-static .header .text-blue { color: #2563eb; }
        #jointace-dorofen-comparison-static .header .text-green { color: #16a34a; }
        
        #jointace-dorofen-comparison-static .header p {
            color: #6b7280;
            margin-top: 0.5rem;
            font-size: 1.125rem;
        }

        #jointace-dorofen-comparison-static .table-wrapper {
            overflow-x: auto;
        }

        #jointace-dorofen-comparison-static .comparison-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0 1rem;
        }

        #jointace-dorofen-comparison-static .comparison-table th,
        #jointace-dorofen-comparison-static .comparison-table td {
            text-align: center;
            padding: 1.25rem 1rem;
            vertical-align: middle;
        }
        
        #jointace-dorofen-comparison-static .comparison-table thead th {
            font-size: 1.125rem;
        }
        
        #jointace-dorofen-comparison-static .comparison-table thead .feature-col { background-color: #f9fafb; border-top-right-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }
        #jointace-dorofen-comparison-static .comparison-table thead .jointace-col { background-color: #eff6ff; color: #1e40af; font-weight: 700; }
        #jointace-dorofen-comparison-static .comparison-table thead .dorofen-col { background-color: #f0fdf4; color: #166534; font-weight: 700; border-top-left-radius: 0.75rem; border-bottom-left-radius: 0.75rem; }

        #jointace-dorofen-comparison-static .comparison-table tbody tr {
            background-color: #ffffff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border-radius: 0.75rem;
            transition: all 0.3s ease-in-out;
        }

        #jointace-dorofen-comparison-static .comparison-table tbody tr:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            z-index: 10;
            position: relative;
        }
        
        #jointace-dorofen-comparison-static .comparison-table tbody td:first-child { font-weight: 700; color: #374151; }
        #jointace-dorofen-comparison-static .comparison-table tbody td { color: #4b5563; }
        #jointace-dorofen-comparison-static .comparison-table i { color: #9ca3af; margin-left: 0.5rem; }

        #jointace-dorofen-comparison-static .recommendation-section {
            margin-top: 2rem;
        }

        #jointace-dorofen-comparison-static .recommendation-header {
            background-color: #f9fafb;
            border-radius: 1rem;
            padding: 1.5rem;
            text-align: center;
        }

        #jointace-dorofen-comparison-static .recommendation-header h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1f2937;
        }

        #jointace-dorofen-comparison-static .recommendation-content {
            padding-top: 1.5rem;
        }

        #jointace-dorofen-comparison-static .recommendation-grid {
            display: grid;
            gap: 1.5rem;
        }
        
        #jointace-dorofen-comparison-static .recommendation-card {
            padding: 1rem;
            border-radius: 0.5rem;
            text-align: right;
        }
        
        #jointace-dorofen-comparison-static .recommendation-card h4 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        
        #jointace-dorofen-comparison-static .recommendation-card ul {
            list-style-position: inside;
            list-style-type: disc;
            color: #374151;
            line-height: 2;
        }
        
        #jointace-dorofen-comparison-static .jointace-card { background-color: #dbeafe; border-right: 4px solid #3b82f6; }
        #jointace-dorofen-comparison-static .jointace-card h4 { color: #1e40af; }

        #jointace-dorofen-comparison-static .dorofen-card { background-color: #dcfce7; border-right: 4px solid #22c55e; }
        #jointace-dorofen-comparison-static .dorofen-card h4 { color: #166534; }
        
        #jointace-dorofen-comparison-static .disclaimer {
            margin-top: 1.5rem;
            background-color: #fefce8;
            color: #854d0e;
            padding: 1rem;
            border-radius: 0.5rem;
            font-weight: 700;
            text-align: center;
        }
        
        @media (min-width: 768px) {
            #jointace-dorofen-comparison-static .recommendation-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

    </style>