.loq-account-blank {
  min-height: 132px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-style: dashed;
  background: rgb(255 255 255 / 0.72);
}

.loq-account-blank h3 {
  margin: 0;
  color: var(--loq-account-title-color);
  font-size: var(--loq-account-title-size);
  font-weight: var(--loq-account-title-weight);
  line-height: 1.15;
}

.loq-account-blank p {
  margin: 8px 0 0;
  color: var(--loq-account-muted-color);
  font-size: var(--loq-account-label-size);
  font-weight: var(--loq-account-body-weight);
  line-height: 1.38;
}
