@charset "utf-8";

.ticker_notice {
    height: 22px;
    margin: 0;
    margin-top: 4px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

@media (max-width: 486px) {
    .ticker_notice {
        height: 24px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
    }
}
.ellipsis {

    color: var(--color-ui-text-primary-3);
}
