.cesaproductfeatures {
  background: #f1fafb;
  border: 1px solid #dbe8ef;
  border-radius: 12px;
  margin: 18px 0;
  padding: 16px;
}

.cesaproductfeatures__header {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 12px;
}

.cesaproductfeatures__header strong {
  color: #0b1f33;
  font-size: 1rem;
  line-height: 1.2;
}

.cesaproductfeatures__eyebrow {
  color: #00889a;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cesaproductfeatures__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cesaproductfeatures__item {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe8ef;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
}

.cesaproductfeatures__icon {
  align-items: center;
  background: #e7f7fa;
  border: 1px solid rgba(0, 136, 154, 0.14);
  border-radius: 50%;
  color: #00889a;
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.cesaproductfeatures__icon .material-icons {
  color: currentColor;
  font-size: 19px;
  line-height: 1;
}

.cesaproductfeatures__content {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cesaproductfeatures__name {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.2;
}

.cesaproductfeatures__value {
  color: #0b1f33;
  font-size: 0.93rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  .cesaproductfeatures__grid {
    grid-template-columns: 1fr;
  }
}
