:root {
    --nw-brand-navy: #0d2f4f;
    --nw-brand-blue: #145da0;
    --nw-brand-green: #0f8a72;
}

/* صندوق الشعار في الترويسات والقوائم الداكنة */
.nw-brand-logo-box,
.brand-mark.nw-brand-logo-box,
.mark.nw-brand-logo-box {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    padding: 4px !important;
    color: transparent !important;
    background: #ffffff !important;
    border: 1px solid rgba(13, 47, 79, .12) !important;
    box-shadow: 0 8px 22px rgba(8, 31, 54, .14) !important;
}

.nw-brand-logo-box img {
    display: block;
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.sidebar .nw-brand-logo-box {
    border-color: rgba(255, 255, 255, .28) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18) !important;
}

/* شعار صفحات الدخول وتعيين كلمة المرور */
.nw-auth-brand {
    display: flex;
    justify-content: center;
    margin: 0 auto 14px;
}

.nw-auth-logo {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}

/* شعار عنوان الصفحة الداخلية */
.nw-page-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nw-page-heading-logo {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

@media (max-width: 620px) {
    .nw-auth-logo {
        width: 92px;
        height: 92px;
    }

    .nw-page-heading-logo {
        width: 45px;
        height: 45px;
    }
}

@media print {
    .nw-auth-brand,
    .nw-page-heading-logo {
        display: none !important;
    }
}
