.product-indication {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 15px;
  color: #fff;
  opacity: 0.9;
}

.product-indication-icon {
  width: 14px;
  height: 14px;
  stroke: #4ba3e2;
  fill: #eaf6fb;
}

.product-indication-icon rect {
  fill: #4ba3e2;
}
