.ast-cart__item__property.cct-preorder-property {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}

.ast-cart__item__property.cct-preorder-property .ast-cart__item__property-name {
  background: #00a6ed;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  padding: 2px 6px;
}

.ast-cart__item__property.cct-preorder-property .ast-cart__item__property-value {
  color: var(--ast-color-text-muted);
  overflow: visible;
  white-space: normal;
}
