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

.loq-account-modules.loq-app-card {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}

.loq-account-modules__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  background: var(--loq-account-card-border);
}

.loq-account-module {
  min-height: 86px;
  padding: 13px 14px 12px;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  justify-content: stretch;
  text-align: left;
  color: inherit;
  background: #fff;
  text-decoration: none;
}

button.loq-account-module {
  width: 100%;
  font: inherit;
}

.loq-account-module__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.loq-account-module__top > i:first-child {
  color: var(--loq-account-primary);
  font-size: 22px;
  line-height: 1;
}

.loq-account-module__chevron {
  color: var(--loq-account-muted-color);
  font-size: 12px;
  line-height: 1;
  opacity: 0.78;
}

.loq-account-module strong {
  align-self: end;
  margin-top: 10px;
  color: var(--loq-account-title-color);
  font-size: 12.5px;
  font-weight: 640;
  line-height: 1.15;
}

@media (min-width: 560px) {
  .loq-account-module {
    min-height: 94px;
  }

  .loq-account-module strong {
    font-size: 13px;
  }
}
