.app-symbol {
  width: 82px;
  height: 82px;
  display: block;
  margin: 20px 0 24px;
  border-radius: 20px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 8px 22px rgba(16, 47, 57, 0.14);
}

.brand-logo {
  width: 44px;
  height: 44px;
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 3px 12px rgba(16, 47, 57, 0.12);
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.app-card .store-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  padding: 0 14px;
  border: 1px solid rgba(16, 47, 57, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}
