.news-ticker-wrapper-ebaa81f0 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background-color: #f9f9f9;
    padding: 10px 20px;
    box-sizing: border-box;
}

.news-ticker-content-ebaa81f0 {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    white-space: nowrap;
    animation: marquee-ebaa81f0 20s linear infinite;
}

.news-ticker-wrapper-ebaa81f0.pause-on-hover:hover .news-ticker-content-ebaa81f0 {
    animation-play-state: paused;
}

.news-ticker-wrapper-ebaa81f0.direction-ltr .news-ticker-content-ebaa81f0 {
    animation-direction: reverse;
}

.news-ticker-item-ebaa81f0 {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    flex-shrink: 0;
    white-space: nowrap;
}

.news-ticker-item-ebaa81f0 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.news-ticker-item-ebaa81f0 a:hover {
    opacity: 0.8;
}

/* Force Full Viewport Width (breakout mode) */
.ticker-force-vw-yes .news-ticker-wrapper-ebaa81f0 {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* Safely prevent layout breaking inside columns */
.elementor-widget-news_ticker_ebaa81f0 {
    overflow: hidden !important;
}

.ticker-force-vw-yes {
    overflow: visible !important;
}

@keyframes marquee-ebaa81f0 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
