.loq-account-orders {
  padding: 16px;
}

.loq-account-orders__head {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.loq-account-orders h3 {
  margin: 0;
  color: var(--loq-account-title-color);
  font-size: var(--loq-account-title-size);
  font-weight: var(--loq-account-title-weight);
}

.loq-account-orders__head button {
  border: 0;
  color: var(--loq-account-primary);
  background: transparent;
  font: inherit;
  font-size: var(--loq-account-label-size);
  font-weight: var(--loq-account-label-weight);
}

.loq-account-orders__list {
  display: grid;
  gap: 10px;
}

.loq-account-order {
  min-height: 68px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto 14px;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.loq-account-order strong,
.loq-account-order small,
.loq-account-order em {
  display: block;
}

.loq-account-order strong {
  color: var(--loq-account-title-color);
  font-size: 15px;
  font-weight: var(--loq-account-label-weight);
}

.loq-account-order small {
  margin-top: 3px;
  color: var(--loq-account-muted-color);
  font-size: var(--loq-account-caption-size);
  font-weight: var(--loq-account-body-weight);
}

.loq-account-order em {
  color: var(--loq-account-primary);
  font-size: var(--loq-account-caption-size);
  font-style: normal;
  font-weight: var(--loq-account-label-weight);
  text-align: right;
}

.loq-account-order i {
  color: var(--loq-account-primary);
  font-size: 12px;
}

.loq-account-orders__empty {
  padding: 0;
  color: var(--loq-account-muted-color);
  font-size: var(--loq-account-label-size);
  font-weight: var(--loq-account-body-weight);
  line-height: 1.4;
}
