
/* HedefSEO 2.5.1 - real transparent logo integration */
.hs-brand-logo{display:flex;align-items:center;text-decoration:none;margin-right:auto;min-width:0}
.hs-brand-logo img{display:block;width:270px;max-width:100%;height:auto;object-fit:contain}
.hs-footer .hs-brand-logo{margin-bottom:20px}
.hs-footer .hs-brand-logo img{width:250px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.22))}
@media(max-width:980px){
  .hs-brand-logo img{width:230px}
}
@media(max-width:600px){
  .hs-brand-logo img{width:185px}
  .hs-nav{gap:12px}
  .hs-nav>.hs-btn{padding:10px 12px;font-size:11px}
}
