/*
 * RSH uyarlanabilir marka ölçüsü
 * Header kolon genişliği korunur; kare/dikey logolar mevcut satır yüksekliğini
 * daha verimli kullanır. Menü genişliği, aralıkları ve hizası değişmez.
 */
.header .brand{
  width:150px!important;
  min-width:150px!important;
  height:82px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  overflow:visible!important;
}

.header .brand>.brandLogo{
  width:150px!important;
  height:68px!important;
  max-width:150px!important;
  max-height:68px!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform-origin:left center!important;
}

/* Footer kutusu da en-boy oranını bozmadan daha fazla dikey alan sunar. */
.proFooter .appLogoDisc{
  width:240px!important;
  max-width:100%!important;
  min-height:96px!important;
  margin-bottom:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.proFooter .appLogoDisc>.brandLogo{
  width:240px!important;
  height:96px!important;
  max-width:100%!important;
  max-height:96px!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:left center!important;
}

@media (max-width:980px){
  .header .brand{
    width:138px!important;
    min-width:138px!important;
  }
  .header .brand>.brandLogo{
    width:138px!important;
    max-width:138px!important;
  }
}

@media (max-width:620px){
  .header .brand{
    width:122px!important;
    min-width:122px!important;
    height:68px!important;
  }
  .header .brand>.brandLogo{
    width:122px!important;
    height:58px!important;
    max-width:122px!important;
    max-height:58px!important;
  }
  .proFooter .appLogoDisc{
    width:min(220px,70vw)!important;
    min-height:88px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
  }
  .proFooter .appLogoDisc>.brandLogo{
    width:min(220px,70vw)!important;
    height:88px!important;
    max-height:88px!important;
    object-position:center!important;
  }
}
