.t888-announcement-bar {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.t888-announcement-viewport {
    width: 100%;
    overflow: hidden;
}

.t888-announcement-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    width: 100%;
}

.t888-announcement-item {
    min-width: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.t888-announcement-empty {
    padding: 16px;
    text-align: center;
    background: #f5f5f5;
    border: 1px dashed #ccc;
}

@media (max-width: 767px) {

    .t888-announcement-track {
        display: flex;
        align-items: center;
        transition: transform 0.45s ease;
        will-change: transform;
    }

    .t888-announcement-item {
        flex: 0 0 100%;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        /* padding: 0 10px; */
    }
}
