﻿
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
/*    background-color: #f5f5f5;
*/    padding: 10px;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ticker-text a {
    margin-right: 30px;
    text-decoration: none;
    /*color: #007bff;
   */ display: inline-block;
    white-space: nowrap;
}

.mud-list-bullet {
    position: relative;
    padding-left: 1.5em;
    padding-top: 0rem;
    padding-bottom: 0.25rem;
    margin-top: 0;
    margin-bottom: 0;
}

    .mud-list-bullet::before {
        content: '•'; /* Bullet symbol */
        position: absolute;
        left: 0;
        color: var(--mud-palette-primary); /* You can customize the bullet color */
    }

.mud-list-item-text {
    margin-bottom: 0px;
    margin-top: 0px;
}

