/* V50.1 — Global header/footer logo size lock (AR + EN) */
.site-header .nav{
  min-height:72px!important;
  height:72px!important;
  align-items:center!important;
}
.site-header .ms-brand{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 auto!important;
  min-width:0!important;
  max-width:190px!important;
  padding:0!important;
  overflow:hidden!important;
}
.site-header .ms-brand-mark{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.site-header .ms-brand-mark img{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  transform:none!important;
}
.site-header .ms-brand-copy{
  display:flex!important;
  flex-direction:column!important;
  line-height:1.08!important;
  min-width:0!important;
}
.site-header .ms-brand-copy strong{
  font-size:15px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}
.site-header .ms-brand-copy small{
  font-size:9px!important;
  margin-top:3px!important;
  white-space:nowrap!important;
}
.footer .ms-footer-logo img,
.ms-footer-logo img{
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  object-fit:contain!important;
  background:transparent!important;
}
.footer .ms-footer-logo strong,.ms-footer-logo strong{font-size:17px!important}
.footer .ms-footer-logo small,.ms-footer-logo small{font-size:10px!important}
@media (max-width:1280px){
  .site-header .nav{height:68px!important;min-height:68px!important}
  .site-header .ms-brand{max-width:165px!important;gap:6px!important}
  .site-header .ms-brand-mark,
  .site-header .ms-brand-mark img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;flex-basis:44px!important}
  .site-header .ms-brand-copy strong{font-size:13.5px!important}
  .site-header .ms-brand-copy small{font-size:8px!important}
}
@media (max-width:768px){
  .site-header .nav{height:64px!important;min-height:64px!important}
  .site-header .ms-brand-copy{display:none!important}
  .site-header .ms-brand-mark,
  .site-header .ms-brand-mark img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;flex-basis:44px!important}
  .drawer-head img{width:54px!important;height:54px!important;max-width:54px!important}
}
