/* 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; } }

/* Official Steam wordmark inside a store link with the same visual height as the other badges. */
.z-steam-badge-art{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:146px;height:40px;padding:6px 16px;border:1px solid #8d9298;border-radius:5px;background:#171d25}
.z-store-badge.z-store-badge--steam .z-steam-badge-art img{width:auto;height:26px;min-height:0;max-height:26px;max-width:100%;object-fit:contain}

/* User-supplied Microsoft Store logo, with metadata removed and image data preserved. */
.z-microsoft-badge-art{display:flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;width:146px;height:40px;padding:5px 8px;border:1px solid #8d9298;border-radius:5px;background:#1b1b1b;color:#fff;direction:ltr}
.z-microsoft-badge-art>span{font:500 12px/1.2 Arial,sans-serif;white-space:nowrap;letter-spacing:0;color:#fff}
.z-store-badge.z-store-badge--microsoft .z-microsoft-badge-art img{flex:0 0 28px;width:28px;height:28px;min-height:0;max-height:28px;max-width:28px;object-fit:contain}
