
/* V144 - Đồng nhất icon thông tin sản phẩm với SẢN PHẨM NỔI BẬT
   HTML card đã dùng cùng home_product_card(); file này loại override list V142
   và trả hàng Xuất xứ / Quy cách / Thương hiệu về đúng chuẩn V117. */

.product-list-page .v117-product-card .v117-product-facts{
  display:grid!important;
  gap:4px!important;
  width:100%!important;
  min-width:0!important;
  min-height:66px!important;
  max-height:none!important;
  overflow:visible!important;
  font-size:inherit!important;
  line-height:normal!important;
}

/* Giống hệt hàng facts ngoài SẢN PHẨM NỔI BẬT */
.product-list-page .v117-product-card .v117-product-facts>div{
  display:grid!important;
  grid-template-columns:19px minmax(0,1fr)!important;
  align-items:center!important;
  gap:4px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  color:#5e6e72!important;
}

/* Ô icon */
.product-list-page .v117-product-card .v117-product-facts i{
  width:19px!important;
  min-width:19px!important;
  height:19px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:center!important;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1!important;
  color:#d8911b!important;
  overflow:visible!important;
}

/* Icon SVG Quy cách + Thương hiệu đúng kích thước trang chủ */
.product-list-page .v117-product-card .v117-product-facts i svg{
  display:block!important;
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  min-height:14px!important;
  max-width:14px!important;
  max-height:14px!important;
  margin:0!important;
  padding:0!important;
  stroke-width:1.7!important;
}

/* Nội dung bên phải icon */
.product-list-page .v117-product-card .v117-product-facts span{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  color:#5e6e72!important;
}

.product-list-page .v117-product-card .v117-product-facts b{
  font-weight:500!important;
  color:#43575c!important;
}

/* Không cho CSS danh sách cũ biến mỗi hàng thành flex */
.product-list-page.v137-product-list-page .v117-product-facts>div,
.product-list-page.v136-product-list-page .v117-product-facts>div{
  display:grid!important;
  grid-template-columns:19px minmax(0,1fr)!important;
  align-items:center!important;
  gap:4px!important;
}

/* Mobile vẫn giữ cùng bộ icon; chỉ giảm chữ nhẹ giống card chung */
@media(max-width:760px){
  .product-list-page .v117-product-card .v117-product-facts{
    gap:3px!important;
  }
  .product-list-page .v117-product-card .v117-product-facts>div{
    grid-template-columns:17px minmax(0,1fr)!important;
    gap:3px!important;
    font-size:10px!important;
  }
  .product-list-page .v117-product-card .v117-product-facts i{
    width:17px!important;
    min-width:17px!important;
    height:17px!important;
    font-size:11px!important;
  }
  .product-list-page .v117-product-card .v117-product-facts i svg{
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    min-height:13px!important;
    max-width:13px!important;
    max-height:13px!important;
  }
}
