.gfl-product-features {
  clear: both;
  width: 100%;
  display: block;
  margin: 4px 0 6px;
  padding: 4px 6px;
  background: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}

.gfl-product-features-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 2px;
  line-height: 1.2;
}

.gfl-feature-line {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  color: #666;
  margin: 0;
}