/* /Components/Layout/PublicLayout.razor.rz.scp.css */

/* /Components/Pages/Public/Stores.razor.rz.scp.css */
.store-actions[b-74dpx9qfmt] {
    display: flex;
    width: 100%;
}

    .store-actions .action-btn:first-child[b-74dpx9qfmt] {
        margin-right: auto;
    }

    .store-actions .action-btn:last-child[b-74dpx9qfmt] {
        margin-left: auto; 
    }

    .store-actions .action-btn[b-74dpx9qfmt] {
        display: flex;
        align-items: center;
        width: 230px;
        padding:20px;
        border-radius: 6px;
        font-size: 14px;
    }

@media (max-width: 580px) {
    .store-actions[b-74dpx9qfmt] {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

        .store-actions .action-btn:first-child[b-74dpx9qfmt],
        .store-actions .action-btn:last-child[b-74dpx9qfmt] {
            margin: 0; 
        }

        .store-actions .action-btn[b-74dpx9qfmt] {
            width: 100%;
            max-width: 450px;
            justify-content: center;
        }
}
