
.ticker-container {
    background: #f8f8f8;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.ticker-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.ticker-content {
    display: inline-block;
    white-space: nowrap;
    margin-left: 100%;
}

.news-item {
    display: flow-root list-item;

}

.news-item a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.news-item small {
    margin-left: 5px;
    font-size: 0.85em;
    color: #555;
}
