/* ============================
   BASE CONTAINER
   ============================ */
.runtext-container {
    background: #000;
    border: 1px solid #000;
    width: 100%;
    overflow: hidden !important;
    padding: 0 3px;
    white-space: nowrap !important;
    display: block !important;
}

/* ============================
   NEW MARQUEE STRUCTURE
   ============================ */
.acmarque-wrapper {
    overflow: hidden !important;
    white-space: nowrap !important;
    width: 100%;
    display: block !important;
    flex-wrap: nowrap !important;
}

.acmarque-track {
    display: inline-block !important;
    white-space: nowrap !important;
    will-change: transform;
}

/* ============================
   TEXT HOLDER
   ============================ */
.holder {
    display: inline-block !important;
    white-space: nowrap !important;
}

/* ============================
   TEXT ITEMS
   ============================ */
.text-container {
    display: inline-block !important;
    white-space: nowrap !important;
    margin: 0 10px;
}

.text-container a {
    display: inline-block !important;
    white-space: nowrap !important;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

/* ============================
   BULLET DOT BEFORE LINKS
   ============================ */
.text-container a:before {
    content: '';
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 100%;
    margin-right: 10px;
}

.text-container a:hover::before {
    background-color: #c5c4c7;
}

/* ============================
   HOVER COLOR
   ============================ */
.text-container a:hover {
    color: #c5c4c7;
}

.acmarque-wrapper {
    overflow: hidden !important;
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.acmarque-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    will-change: transform;
}

.holder,
.text-container {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    display: inline-flex !important;
}

