.app-only__stores{
    display:flex;gap:12px;justify-content:center;align-items:center;
    margin-top:24px;
}
.app-only__stores a{
    display:flex;align-items:center;justify-content:center;
    padding:8px 14px;
    border:1px solid #eee;border-radius:6px;
    transition:border-color .15s,background .15s;
}
.app-only__stores a:hover{
    border-color:#ddd;
    background:#f7f7f7;
}
.app-only__store-badge{height:40px;width:auto}

.app-only__back{
    display:inline-block;
    margin-top:32px;
    font-size:14px;color:#999;
    text-decoration:underline;
}
