.loq-account-actions h3 {
  margin: 0 0 12px;
  color: var(--loq-text, #11131a);
  font-size: 21px;
  font-weight: 900;
}

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

.loq-account-action {
  min-height: 68px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 38px 1fr 14px;
  align-items: center;
  gap: 12px;
  color: inherit;
}

.loq-account-action > i {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--loq-primary, #5a38e5);
  background: rgb(var(--loq-primary-rgb, 90 56 229) / 0.1);
}

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

.loq-account-action strong {
  color: var(--loq-text, #11131a);
  font-size: 14px;
  font-weight: 900;
}

.loq-account-action small {
  margin-top: 3px;
  color: var(--loq-muted, #68707d);
  font-size: 12px;
  font-weight: 650;
}

.loq-account-action b {
  color: var(--loq-primary, #5a38e5);
  font-size: 12px;
}
