/* Official artwork: minimum 40px height, original proportions and 1/4-height clear space. */
.z-store-badge.z-store-badge { display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; box-sizing:content-box; width:auto; min-width:0; height:40px; min-height:40px; margin:0; padding:10px; border:0; border-radius:0; background:transparent; box-shadow:none; text-decoration:none; line-height:1; vertical-align:middle; transform:none; transition:none; }
.z-store-badge.z-store-badge:hover { background:transparent; box-shadow:none; transform:none; filter:none; opacity:1; }
.z-store-badge.z-store-badge img { display:block; width:auto; height:40px; min-height:40px; max-height:40px; max-width:none; margin:0; padding:0; border:0; border-radius:0; object-fit:contain; filter:none; opacity:1; transform:none; }
.z-store-badge:focus-visible { outline:2px solid currentColor; outline-offset:2px; }
.z-store-links { display:flex; align-items:center; flex-wrap:wrap; gap:0 4px; margin-inline:-10px; }
.z-store-text { display:inline-flex; align-items:center; min-height:40px; padding:8px 12px; text-decoration:none; font-weight:600; }
.tpp-mobile-download .z-store-badge { flex-shrink:0; }
@media(max-width:380px) { .z-store-links { gap:0; } }

/* The mobile strip preserves official artwork size and clear space on narrow screens. */
.z-product-page .tp-mobile-download .z-store-badge, .z-product-page .tpp-mobile-download .z-store-badge { background:transparent; padding:10px; border-radius:0; }
@media(max-width:600px) { .z-product-page .tp-mobile-download { grid-template-columns:auto auto; justify-content:center; gap:0; padding:0 4px; } .z-product-page .tp-mobile-download > span { display:none; } }
