.elementor-3175 .elementor-element.elementor-element-d4288ef{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3175 .elementor-element.elementor-element-f9618f0{text-align:center;}.elementor-3175 .elementor-element.elementor-element-f9618f0 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-size:21px;font-weight:600;color:#000000;}.elementor-3175 .elementor-element.elementor-element-639cebd{--display:flex;}@media(max-width:767px){.elementor-3175 .elementor-element.elementor-element-f9618f0 .elementor-heading-title{font-size:15px;line-height:1.7em;}}/* Start custom CSS for html, class: .elementor-element-a56b49f *//* استيراد خط تجوال - مناسب جداً للعروض الفنية */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500;700;800&display=swap');

body {
    background-color: #f5f5f5;
    padding: 20px;
}

/* حاوية الجدول */
.full-specs-table {
    display: flex;
    width: 100%;
    max-width: 750px; /* العرض المناسب لصفحة A4 */
    font-family: 'Tajawal', sans-serif;
    border-radius: 15px; /* حواف دائرية */
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    direction: rtl;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* العمود الأيمن (العناوين - أصفر) */
.col-header {
    width: 32%;
    background-color: #f3a800; /* أصفر Perfect LED */
    color: #222;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}

/* العمود الأيسر (البيانات - رمادي/أبيض) */
.col-data {
    width: 68%;
    display: flex;
    flex-direction: column;
    color: #333;
    font-weight: 500;
}

/* تصميم الخلية */
.cell {
    padding: 12px 18px;
    display: flex;
    align-items: center; /* توسيط النص عمودياً */
    min-height: 48px; /* ارتفاع السطر */
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* تنسيق القوائم (للنقاط المتعددة مثل التركيب) */
.cell ul {
    margin: 0;
    padding-right: 20px;
    list-style-type: disc;
}
.cell ul li {
    margin-bottom: 5px;
}

/* فواصل داخل العمود الأصفر */
.col-header .cell {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: #f3a800;
}

/* التخطيط المخطط (Zebra Striping) */
.col-data .cell:nth-child(odd) { background-color: #f9f9f9; }
.col-data .cell:nth-child(even) { background-color: #ffffff; }

/* إزالة الحدود من آخر سطر */
.cell:last-child { border-bottom: none; }/* End custom CSS */