.app-gallery p {
  font-size: var(--typography-font-size-caption-lg);
  line-height: var(--typography-line-height-caption-lg);
  color: var(--color-foreground-foreground-on-inverse-active);
  margin-bottom: var(--space-sm);
}
.app-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; 
}
.app-gallery-wrap a {
  display: none;
}
.app-gallery-wrap a[target='_self'],
.app-gallery-wrap a[target='_blank'] {
  display: block;
}
.app-gallery-wrap > * {
  width: 103px;
  height: 31px;
}
.app-gallery-wrap img {
  width: auto;
  height: 31px;
  margin: 0 auto;
  display: block
}