.loq-support-topics h3 {
  margin: 0 0 12px;
  color: var(--loq-text, #11131a);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.1;
}

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

.loq-support-topic {
  min-height: 132px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loq-support-topic i {
  color: var(--loq-primary, #5a38e5);
  font-size: 24px;
}

.loq-support-topic strong {
  margin-top: 12px;
  color: var(--loq-text, #11131a);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.loq-support-topic span {
  margin-top: 8px;
  color: var(--loq-muted, #676c78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
}
