.store-badges {
  --store-badge-height: 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding-block: calc(var(--store-badge-height) / 4);
}
.store-badge {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-height: 44px;
  text-decoration: none;
}
.store-badge--apple {
  width: calc(var(--store-badge-height) * 119.66407 / 40);
  min-width: 119.66407px;
}
.store-badge--rustore {
  width: calc(var(--store-badge-height) * 111 / 40);
  min-width: 111px;
}
.store-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.store-badge:active { transform: scale(0.96); }
html[data-tvk-native-host="ios-wrapper"] [data-store-download-browser],
html[data-tvk-native-host="android-wrapper"] [data-store-download-browser],
[data-store-download-browser][hidden] { display: none !important; }
