.official-store-badge {
  display: inline-flex;
  border-radius: 8px;
  transition: transform 0.2s, filter 0.2s;
}

.official-store-badge:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.official-store-badge img {
  display: block;
  width: auto;
  height: 50px;
}

.download .official-store-badge {
  margin-top: 18px;
}

.download .official-store-badge img {
  width: auto;
  height: 50px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 560px) {
  .official-store-badge img,
  .download .official-store-badge img {
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .official-store-badge {
    transition: none;
  }
}
