.sell-form-actions {
        width: 100%;
        max-width: 580px;
        margin: 30px auto 10px;
        padding-top: 24px;
        border-top: 1.5px solid var(--border);
    }
    .sell-form-actions .btn-primary-custom,
    .sell-form-actions .btn-outline-custom {
        max-width: 260px;
        width: 100%;
        justify-content: center;
    }
    @media (max-width: 575.98px) {
        .sell-form-actions {
            max-width: 100%;
            margin-top: 20px;
        }
        .sell-form-actions .btn-primary-custom,
        .sell-form-actions .btn-outline-custom {
            max-width: 100%;
        }
    }