/*
 * Badge "Đã thông báo Bộ Công Thương" — dùng chung mọi footer T1-T5.
 * 2 instance render trong markup (desktop + mobile); CSS quyết hiện/ẩn theo
 * breakpoint footer (≤991px = mobile, khớp các t{N}/hf.css).
 */
.iw-footer-bct {
  margin-top: 16px;
}
.iw-footer-bct__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
}
.iw-footer-bct a {
  display: inline-block;
  line-height: 0;
}

/* Mặc định (desktop): bản desktop hiện, bản mobile ẩn. */
.iw-footer-bct--mobile {
  display: none;
}

@media (max-width: 991px) {
  .iw-footer-bct--desktop {
    display: none;
  }
  .iw-footer-bct--mobile {
    display: block;
  }
}
