.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;
}

/* PRODFAMILY bullet icon: subtire dar clar (#1d92eb) */
.product-info-box .pib-prodfamily-bullets li:before{
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 1px;
  flex: 0 0 20px;

  background-repeat: no-repeat;
  background-size: 20px 20px;

  /* SVG: patrat alb + chenar #1d92eb + bifa #1d92eb (subtire, dar clar) */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' shape-rendering='geometricPrecision'>\
<rect x='1.5' y='1.5' width='17' height='17' fill='%23ffffff' stroke='%231d92eb' stroke-width='0.9'/>\
<path d='M6 10.3l2.3 2.4L14.6 7.4' fill='none' stroke='%231d92eb' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
}
