/* ═══════════════════════════════════════════════════════════
   Fix Gap — حذف فاصله بالای سایت (Global Override)
   با !important قوی برای غلبه بر admin-shell.css
   ═══════════════════════════════════════════════════════════ */

html, body,
body.admin-shell,
body.admin-body,
.admin-shell {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.admin-layout,
.admin-main,
.admin-wrapper,
.main-wrapper,
.admin-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.admin-header {
    margin-top: 0 !important;
    top: 0 !important;
}

.admin-header.sticky,
.admin-header.fixed {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}
