.caleo-cart-properties {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 0.2rem 0.4rem;
  margin: 0.35rem 0 0;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.35;
}

.caleo-cart-properties dt,
.caleo-cart-properties dd {
  margin: 0;
}

.caleo-cart-properties dt {
  font-weight: 600;
}

.caleo-cart-properties dd {
  min-width: 0;
  overflow-wrap: anywhere;
}
