/* footer_brand.css — fix logo footer cho mọi theme.
 * Footer brand `.brand-name::before` vẽ 1 ô gradient (logo-mark giả) thiết kế
 * cho thời footer chỉ có text. Từ 11/06/2026 footer đã chèn <img> logo thật,
 * nên ẩn ô gradient đó KHI có ảnh logo; tenant chưa có logo (chế độ text) vẫn giữ ô mark.
 * Dùng :has(img) — tự bật/tắt theo việc tenant có logo hay không.
 */
.site-footer .brand-block .brand-name:has(img)::before{display:none!important}
/* Logo footer hiển thị gọn, không bị bo/đệm thừa */
.site-footer .brand-block .brand-name img{display:block}
