/* ALMAJD 1.1.14 — supplied official school logo integration */
:root,
:host {
  --almajd-logo-ratio: 1.88976378;
}

/* Preserve the supplied logo's native proportions everywhere. */
img[src$="almajd-logo.png"] {
  object-fit: contain !important;
  object-position: center !important;
  height: auto !important;
  filter: none !important;
}

/* Main covers */
.brand-logo {
  width: 188px !important;
  max-width: 188px !important;
  max-height: 100px !important;
}

/* Opening pages */
.om-brand img {
  width: 88px !important;
  max-width: 88px !important;
  max-height: 47px !important;
}
.om-separator-mark img {
  width: 94px !important;
  max-width: 94px !important;
  max-height: 50px !important;
}

/* Institutional page headers */
.p004-logo,
.p007-logo,
.p011-logo,
.p014-logo,
.p016-logo,
.p01718-logo,
.p019-logo {
  width: 92px !important;
  max-width: 92px !important;
  max-height: 49px !important;
}

/* Goal execution pages */
.g2-logo {
  width: 92px !important;
  max-width: 92px !important;
  max-height: 49px !important;
}

/* Chapter / semester system */
.cs-brand img {
  width: 94px !important;
  max-width: 94px !important;
  max-height: 50px !important;
}

/* Legacy objective-cover classes retained for generator compatibility. */
.objopen-logo,
.p035-rail-logo,
.p038-logo,
.p049-brand img {
  width: 96px !important;
  max-width: 96px !important;
  max-height: 52px !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Programs / references */
.sec-logo {
  width: 98px !important;
  max-width: 98px !important;
  max-height: 52px !important;
  opacity: 1 !important;
  filter: none !important;
}

@media print {
  img[src$="almajd-logo.png"] {
    filter: none !important;
    opacity: 1 !important;
  }
}
