.brand-logo { display:block; width:auto; max-width:260px; height:54px; object-fit:contain; object-position:left center; }
.footer-logo { max-width:280px; max-height:70px; height:auto; }
.logo-editor { display:grid; grid-template-columns:220px 1fr; gap:22px; align-items:center; padding:18px; background:#f6f5f0; border:1px solid #d8d8cc; }
.logo-editor img { display:block; max-width:220px; max-height:100px; object-fit:contain; }
.field-help { font-size:12px; color:#6c756e; line-height:1.5; }
@media (max-width:700px) { .logo-editor{grid-template-columns:1fr} .logo-editor img{max-width:100%} .brand-logo{max-width:210px;height:46px} }
