* {
  box-sizing: border-box;
}

:host {
  display: block;
  margin-top: 8px;
  border-radius: 0.5rem;
}

.order-items .has-item {
  margin: 12px 0 8px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary-color);
}

.order-items ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
