/* Super Admin — Professional Theme */

.fi-body, .fi-body * { font-family: 'beIN', sans-serif !important; }

/* Sidebar logo */
.fi-sidebar-header img { height: 4rem !important; filter: drop-shadow(0 2px 8px rgba(236,115,3,.15)); }

/* Page header */
.fi-header-heading { font-weight: 900 !important; font-size: 1.4rem !important; }

/* Form sections */
.fi-fo-section { border-radius: 14px !important; border: 1px solid #f0f0f0 !important; overflow: hidden !important; margin-bottom: 1rem !important; }
.fi-fo-section-header { background: #f9fafb !important; border-bottom: 1px solid #f3f4f6 !important; padding: 1rem 1.25rem !important; }
.fi-fo-section-header-heading { font-weight: 900 !important; font-size: .95rem !important; }
.fi-fo-section-content { padding: 1.25rem !important; }

/* Center form action buttons */
.fi-form-actions {
    justify-content: center !important;
    gap: .75rem !important;
    padding-top: 1rem !important;
}

/* Primary button */
.fi-btn-primary {
    border-radius: 10px !important;
    font-weight: 800 !important;
    min-width: 160px !important;
    justify-content: center !important;
}

/* Cancel/secondary button */
.fi-btn-color-gray {
    border-radius: 10px !important;
}
