/* Techtrim V16 — force the real transparent header logo asset.
   Earlier global rules replaced <img src> with techtrim-logo-wide.webp via CSS content:url(),
   which baked in the dark rectangular hero background. */
.techtrim-home .approved-header .approved-brand,
.techtrim-home .approved-header .approved-brand::before,
.techtrim-home .approved-header .approved-brand::after {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.techtrim-home .approved-header .approved-brand img {
  content: normal !important;
  width: 224px !important;
  height: 58px !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  clip-path: none !important;
}
@media (min-width:981px) and (max-width:1360px){
  .techtrim-home .approved-header .approved-brand img{width:196px!important;height:54px!important}
}
@media (max-width:980px){
  .techtrim-home .approved-header .approved-brand img{width:150px!important;height:48px!important}
}
