/**
 * EDU — شعار العلامة الموحد (hero / header / footer)
 */

.edu-brand-logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.edu-brand-logo--hero {
  width: min(240px, 72vw);
  margin-inline: auto;
}

.edu-brand-logo--header {
  width: auto;
  height: 54px;
  max-width: min(180px, 42vw);
}

.edu-brand-logo--footer {
  width: auto;
  height: 52px;
  max-width: 160px;
  flex-shrink: 0;
}

.auth-bakkah__brand-mark .edu-brand-logo--hero,
.edu-mobile-auth__hero .edu-brand-logo--hero,
.edu-mobile-launcher__hero .edu-brand-logo--hero {
  margin-bottom: 14px;
}

.edu-web-header__brand .edu-brand-logo--header {
  display: block;
}

.edu-web-footer__brand .edu-brand-logo--footer {
  display: block;
}
