/* === KOMPAKT HEADER LOGO DÜZELTMESİ === */
.header .logo,
.header .site-logo-clean{
  width:170px !important;
  height:auto !important;
  max-height:62px !important;
  object-fit:contain !important;
  object-position:left center !important;
  border-radius:0 !important;
  display:block !important;
  background:transparent !important;
}
.footer-logo{
  width:210px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border-radius:0 !important;
}
@media(max-width:760px){
  .header .logo,
  .header .site-logo-clean{
    width:154px !important;
    max-height:56px !important;
  }
}
