/* Step 103 — یک CTA روشن و بدون مشاهده سریع */
.stores-page .store-card-actions{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
}
.stores-page .store-card-actions .store-card-link{
    width:100%!important;
    flex:1 1 100%!important;
    min-height:42px!important;
    justify-content:center!important;
    gap:9px!important;
    border-radius:12px!important;
}
@media(max-width:767.98px){
    .stores-page .store-card-actions .store-card-link{min-height:40px!important}
}
