.mod_bfhikaproductlist {
  border: 5px solid #ccc;
  margin: 1rem 0;
  border-radius: 5px;
  padding: 5px;
}

.mod_bfhikaproductlist-header .header {
  text-align: center;
}

.mod_bfhikaproductlist-introimages {
  display: flex;
  flex-wrap: wrap;
}

.mod_bfhikaproductlist-introimages img {
  height: 303px;
  margin: auto;
}

table.mod_bfhikaproductlist-products {
  border: 1px solid #888;
}

table.mod_bfhikaproductlist-products td {
  width: 30%;
}

.mod_bfhikaproductlist-productcode {
  min-width: 10rem;
}

.mod_bfhikaproductlist-product-dimensions,
.mod_bfhikaproductlist-product-capacity {
  width: 1%;
}

.mod_bfhikaproductlist-dimension {
  flex: 1;
  padding-right: 0.5rem;
}
