.store-badges{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px}.store-badge{--badge-height: 48px;--badge-space: calc(var(--badge-height) / 4);display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;box-sizing:border-box;height:calc(var(--badge-height) + var(--badge-space) * 2);padding:0 var(--badge-space);border:0;background:none;text-decoration:none;vertical-align:middle}.store-badge:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}.store-badge .store-badge__artwork{display:block;width:auto;height:var(--badge-height);max-width:none;flex:none}.store-badge--android .store-badge__artwork{height:calc(var(--badge-height) * 250 / 192)}.store-badge--android[data-badge-language=en] .store-badge__artwork{height:calc(var(--badge-height) * 250 / 168)}.store-badge--compact{--badge-height: 40px;--badge-space: 4px}@media(max-width:767px){.store-badge{--badge-height: 40px}}
