﻿.marketplace-ul {
    list-style: none;
}

    .marketplace-ul li::before {
        content: "\2022";
        color: var(--mud-palette-primary);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
