/* Step 104 — بازگرداندن دکمه مشاهده فروشگاه به اندازه طبیعی */
.stores-page .store-card-footer{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    flex-wrap:wrap!important;
}

.stores-page .store-card-actions{
    width:auto!important;
    flex:0 0 auto!important;
    margin-inline-start:auto!important;
}

.stores-page .store-card-actions .store-card-link{
    width:auto!important;
    min-width:150px!important;
    max-width:220px!important;
    flex:0 0 auto!important;
    min-height:40px!important;
    padding:8px 16px!important;
    justify-content:center!important;
    border-radius:11px!important;
}

@media(max-width:767.98px){
    .stores-page .store-card-footer{
        align-items:center!important;
    }

    .stores-page .store-card-actions{
        width:auto!important;
        margin-inline-start:auto!important;
    }

    .stores-page .store-card-actions .store-card-link{
        min-width:138px!important;
        max-width:190px!important;
        min-height:39px!important;
        padding:8px 13px!important;
    }
}
