/* Official store artwork. Keep intrinsic proportions and existing link behaviour. */
.telve-store-badge {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
}
.telve-store-badge img {
  display: inline-block !important;
  width: auto !important;
  height: 48px !important;
  max-width: 100% !important;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 0 !important;
}
.telve-store-badge:focus-visible { outline: 3px solid #d4af37; outline-offset: 5px; }
.app-buttons:has(.telve-store-badge) { display: flex; flex-wrap: wrap; gap: 10px; }
.mobile-app-bar:has(.telve-store-badge) { flex-wrap: wrap; }
.mobile-app-bar .app-buttons:has(.telve-store-badge) { flex-basis: 100%; justify-content: center; }
.mobile-app-bar .telve-store-badge img { height: 40px !important; }
