/* التنسيقات الخاصة بأداة حساب الترقية */

@media print {
    body * {
        visibility: hidden;
    }
    #promotion-calculator-tool, #promotion-calculator-tool * {
        visibility: visible;
    }
    #promotion-calculator-tool {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    /* إخفاء الأزرار عند الطباعة */
    button, form {
        display: none !important;
    }
    
    /* عرض النتيجة في صفحة كاملة */
    #result-content {
        display: block !important;
    }
    
    .bg-gradient-to-br {
        background: #fff !important;
        color: #000 !important;
        border: 2px solid #000;
    }
    
    .text-white {
        color: #000 !important;
    }
    
    .bg-white\/10 {
        background: #f9fafb !important;
        border-color: #e5e7eb !important;
    }
}
