.store-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0 12px; padding: 12px 0; }
.store-badge { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.store-badge img { display: block; width: auto; height: 48px; max-width: 100%; }
/* Google's source includes its required clear space; leave the artwork intact. */
.store-badge.google-play img { height: 70px; }
.store-badge:focus-visible { outline: 3px solid #FFD43B; outline-offset: 4px; border-radius: 8px; }
.download-cta { display: block; padding: 15px 20px; border-radius: 14px; background: #1B5ED2; color: #fff !important; text-align: center; font-weight: 600; text-decoration: none; }
.download-cta:focus-visible { outline: 3px solid #FFD43B; outline-offset: 3px; }
[hidden] { display: none !important; }
