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

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

.loq-account-promo 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-promo__head button {
  border: 0;
  background: transparent;
  color: var(--loq-account-primary);
  font: inherit;
  font-size: var(--loq-account-label-size);
  font-weight: var(--loq-account-label-weight);
}

.loq-account-promo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.loq-account-promo__item {
  min-width: 0;
  padding: 12px;
  border: 0;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  background: rgb(122 78 255 / 0.09);
  font: inherit;
  text-align: left;
}

.loq-account-promo__item i {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--loq-account-primary);
  background: rgb(255 255 255 / 0.72);
  font-size: 16px;
}

.loq-account-promo__item span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.loq-account-promo__item strong {
  color: var(--loq-account-title-color);
  font-size: 13px;
  font-weight: var(--loq-account-label-weight);
  line-height: 1.1;
}

.loq-account-promo__item small {
  color: var(--loq-account-muted-color);
  font-size: 11px;
  font-weight: var(--loq-account-body-weight);
  line-height: 1.25;
}
