/**
 * Findar V46172 — Logo Single Source.
 * One official bundled Findar logo in the global header/drawer.
 * Removes dependence on the malformed horizontal derivative and mutable WP custom logo.
 * No DB/CPT/routes/contact/search changes.
 */
#fmp-theme-mobile-header .fmp-theme-logo{
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
  background:transparent!important;
}
#fmp-theme-mobile-header .fmp-theme-logo > .fmp-theme-logo-img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  max-width:64px!important;
  max-height:54px!important;
}
.fmp-drawer-brand .fmp-drawer-logo-img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:74px!important;
  max-height:70px!important;
  object-fit:contain!important;
}

@media (min-width:1101px){
  body.fmp-global-fixed-header-active #fmp-theme-mobile-header.fmp-theme-mobile-header{
    grid-template-columns:72px auto minmax(280px,560px) auto!important;
  }
  body.fmp-global-fixed-header-active #fmp-theme-mobile-header .fmp-theme-logo{
    width:66px!important;
    min-width:66px!important;
    height:58px!important;
  }
  body.fmp-global-fixed-header-active #fmp-theme-mobile-header .fmp-theme-logo > .fmp-theme-logo-img{
    max-width:58px!important;
    max-height:58px!important;
  }
}

@media (max-width:768px){
  body.fmp-global-fixed-header-active #fmp-theme-mobile-header .fmp-theme-logo{
    width:42px!important;
    min-width:42px!important;
    height:40px!important;
    border-radius:0!important;
  }
  body.fmp-global-fixed-header-active #fmp-theme-mobile-header .fmp-theme-logo > .fmp-theme-logo-img{
    width:auto!important;
    height:auto!important;
    max-width:40px!important;
    max-height:40px!important;
  }
}
