
.specs-wrapper {
    max-width: 1280px;
    margin: 40px auto;
    background-color: #f9fafb;
    border-radius: 24px;
    padding: 48px 24px;
    box-sizing: border-box;
}
.specs-module {
    background: transparent;
    padding: 0;
}
.specs-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #222222;
    text-align: center;
    margin-bottom: 32px;
}
.table-responsive {
    overflow-x: auto;
    border-radius: 16px;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}
.specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #555555;
}
.specs-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    word-break: break-word;
    white-space: normal;
}
.specs-table tr:last-child td {
    border-bottom: none;
}
.spec-feature {
    font-weight: 600;
    color: #0047AB;
    width: 30%;
    background-color: #ffffff;
}
/* محاذاة النص لليمين للغة العربية */
.specs-wrapper[dir="rtl"] .specs-table td {
    text-align: right;
}
/* تخطيط بطاقات الجوال، بدون عناصر زائفة إضافية، عرض المحتوى الأصلي مباشرة */
@media (max-width: 768px) {
    .specs-wrapper {
        padding: 36px 20px;
    }
    .specs-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .specs-table,
    .specs-table tbody,
    .specs-table tr,
    .specs-table td {
        display: block;
        width: 100%;
    }
    .specs-table tr {
        margin-bottom: 20px;
        border: 2px solid #cbd5e1;
        border-radius: 16px;
        overflow: hidden;
        background: #ffffff;
    }
    .specs-table td {
        display: block;
        padding: 10px 16px;
        border-bottom: 1px solid #e2e8f0;
        word-break: break-word;
        white-space: normal;
    }
    .specs-table td:last-child {
        border-bottom: none;
    }
    .spec-feature {
        background-color: #f8fafc;
        font-weight: 600;
        border-bottom: 1px solid #e2e8f0;
        width: auto;
    }
}
