.store-download-buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;width:100%}.store-download-badge{display:inline-block;line-height:0;text-decoration:none;border-radius:0;transition:opacity .2s ease,transform .2s ease}.store-download-badge:hover{opacity:.9;transform:scale(1.02)}.store-download-badge:active{opacity:.85}.store-download-badge:focus-visible{outline:2px solid var(--accent,#00b2c8);outline-offset:4px}.store-download-badge--google img{height:72px;width:auto;display:block}.store-download-badge--apple img{height:50px;width:auto;display:block}@media (max-width:480px){.store-download-buttons{flex-direction:row;align-items:center;justify-content:center}}