/* Source: الواجهة/EducationStyles.html (flattened)
   Extracted: Phase 6 Sub-section 1 */
/* =================================================================
    // SECTION: Education Admin Page Styles - أنماط قسم إدارة التعليم
    // ================================================================= */

    /* أزرار قسم إدارة التعليم - كحلي فاتح مع نص أبيض */
    #education-admin-page .btn {
        background: linear-gradient(135deg, #5B9BD5, #4A8BC2) !important;
        color: #ffffff !important;
        border: none !important;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 4px 6px rgba(91, 155, 213, 0.3);
        text-shadow: none;
    }

    #education-admin-page .btn:hover {
        background: linear-gradient(135deg, #4A8BC2, #3A7BB1) !important;
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(91, 155, 213, 0.4);
    }

    #education-admin-page .btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(91, 155, 213, 0.3);
    }

    /* زر كامل العرض في قسم إدارة التعليم */
    #education-admin-page .btn-full {
        width: 100%;
        margin-top: 1.5rem;
        padding: 16px 30px;
        font-size: 1.2rem;
        background: linear-gradient(135deg, #5B9BD5, #4A8BC2) !important;
        color: #ffffff !important;
    }

    #education-admin-page .btn-full:hover {
        background: linear-gradient(135deg, #4A8BC2, #3A7BB1) !important;
        color: #ffffff !important;
    }

    /* زر العودة في قسم إدارة التعليم - يرث التصميم العالمي من IndexHead */
