.store-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.store-badge {
  display: block;
  width: 120px;
  height: 40px;
  flex: none;
}

.store-badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.store-badge-disabled {
  cursor: not-allowed;
  opacity: 0.48;
  filter: grayscale(1);
}
