/* Hiển thị logo thương hiệu (logo.png) cân đối — phù hợp logo dạng nằm ngang.
   Ghi đè quy tắc #logo{width:80px} của theme để không bị bóp méo. */
#logo { width: auto !important; max-width: 260px !important; }
#logo img,
#logo .header-logo,
#logo .header-logo-dark {
  width: auto !important;
  height: auto !important;
  max-height: 62px !important;
  max-width: 260px !important;
  object-fit: contain;
}
/* Header dính (cuộn xuống) cũng giữ cùng kích thước */
.stuck #logo img,
.header.show-on-scroll #logo img { max-height: 62px !important; }

/* Trên điện thoại header thấp hơn (70px) → logo nhỏ lại cho vừa */
@media (max-width: 849px) {
  #logo { max-width: 200px !important; }
  #logo img,
  #logo .header-logo,
  #logo .header-logo-dark { max-height: 48px !important; max-width: 200px !important; }
}
