/* هوية متوسطة الوليد بن عبادة — ضبط الشعار المدرسي عبر الشاشة والطباعة. */

img[src*="school-logo"] {
  object-fit: contain;
  object-position: center;
}

@media screen {
  /* الشعار المستطيل يقف وحده في الدخول والرئيسية، فتظهر الكتابة أوضح. */
  .auth-logo img[src*="school-logo-horizontal"] {
    width: min(78vw, 300px);
    height: auto;
    max-width: 100%;
    filter: drop-shadow(0 12px 20px rgba(23, 59, 53, .12));
  }

  .home-logo img[src*="school-logo-horizontal"] {
    width: min(72vw, 278px);
    height: auto;
    max-width: 100%;
  }

  /* الجوال: الشعار في صف مستقل عن عنوان الصفحة، لذا نستخدم النسخة الأفقية المقروءة. */
  .nh-brand {
    order: 1;
    flex: none;
    display: grid;
    place-items: center;
    width: clamp(132px, 42cqi, 158px);
    height: 46px;
    min-width: 0;
  }

  /* تتغلب هذه الخصوصية على قياس صفحة التقارير القديم من دون المساس بالطباعة. */
  .nh-head .nh-brand > .nh-logo {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  /* إعداد الخطة هو الرأس الوحيد ذو ثلاثة عناصر؛ نص إعادة التعيين يختفي على الجوال فقط. */
  @container (max-width: 699px) {
    #btn-reset.nh-tool {
      width: 40px;
      height: 40px;
      padding: 0;
      gap: 0;
      justify-content: center;
      border-radius: 13px;
    }

    #btn-reset .nh-reset-t {
      display: none;
    }
  }

  @container (min-width: 700px) {
    .nh-brand {
      width: 52px;
      height: 52px;
    }

    .nh-head .nh-brand > .nh-logo {
      width: 52px;
      height: 52px;
      padding: 4px;
      border: 1px solid rgba(8, 118, 107, .14);
      border-radius: 14px;
      background: rgba(255, 255, 255, .96);
      box-shadow: 0 8px 20px -13px rgba(8, 63, 58, .65);
    }
  }
}

/* خلفيات مستندات الطباعة داكنة؛ لذلك يأخذ الشعار بطاقة بيضاء صغيرة. */
.hc-brand img[src*="school-logo-white.png"],
.sf-cv-band img[src*="school-logo-horizontal-white.png"] {
  box-sizing: border-box;
  padding: 1.3mm;
  border-radius: 3mm;
  background: #fff;
}

.hc-brand img[src*="school-logo-white.png"] {
  width: auto;
  height: 18mm;
  max-width: 20mm;
}

.sf-cv-band img[src*="school-logo-horizontal-white.png"] {
  width: min(82mm, 100%) !important;
  height: auto !important;
  max-width: 82mm;
  max-height: 27mm;
}

#preview .a4-h-mark:has(img[src*="school-logo.png"]) {
  box-sizing: border-box;
  width: 16mm !important;
  height: 16mm !important;
  padding: 1.2mm !important;
  border: 0 !important;
  border-radius: 3mm !important;
  background: #fff !important;
  box-shadow: none !important;
}

#preview .a4-h-mark img[src*="school-logo.png"] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.r2-brand-logo[src*="school-logo.png"],
.mp-brand img[src*="school-logo.png"],
.bj-h-logo img[src*="school-logo.png"],
.alwaleed-print-page .np-logo img[src*="school-logo.png"] {
  object-fit: contain;
}
