:host {
  display: block;
  /* border: 1px solid var(--border-color); */
  border-radius: 0.5rem;
  padding: 0 1rem 1rem;
}

.order-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-id {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0;
  color: var(--primary-black);
}

.total-order-price {
  font-weight: 500;
  font-size: 0.875rem;
  color: #001e57;
}

.order-date,
.order-address {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--text-secondary-color);
}
