.product-info-box .pib-icon{
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 8px;
}


.pib-text a{
    color: #1d92eb;
}

.product-info-box {
    color: #000!important;
}

/* PRODFAMILY bullet list: patrat alb + chenar albastru + bifa albastra */
.product-info-box .pib-prodfamily-bullets{
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-info-box .pib-prodfamily-bullets li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  line-height: 1.35;
}

.product-info-box .pib-prodfamily-bullets li:last-child{
  margin-bottom: 0;
}

.product-info-box .pib-prodfamily-bullets li:before{
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 1px;
  flex: 0 0 18px;

  background-repeat: no-repeat;
  background-size: 18px 18px;

  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'>\
<rect x='1' y='1' width='16' height='16' fill='%23ffffff' stroke='%231d92eb' stroke-width='1.2'/>\
<path d='M5 9.5l2.2 2.3L13 6.5' fill='none' stroke='%231d92eb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}

