/* assets/css/up-marquee.css */
.up-marquee-container {
    position: relative;
    overflow: hidden;
    height: 30px; /* 與 .up-marquee-item line-height 一致 */
}

.up-marquee-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.up-marquee-item {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
}
