.news-ticker-wrapper-f06aefdf {
    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-f06aefdf {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    white-space: nowrap;
    animation: marquee-f06aefdf 20s linear infinite;
    will-change: transform;
}

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

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

.news-ticker-item-f06aefdf {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
    flex-shrink: 0;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.news-ticker-item-content {
    display: inline-flex;
    align-items: center;
}

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

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

/* Label styling */
.news-ticker-item-label {
    display: inline-block;
    padding: 2px 8px;
    background-color: #e21e1e;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Icon / Image styling */
.news-ticker-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.news-ticker-item-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    display: block;
}

.news-ticker-item-img {
    display: inline-flex;
    align-items: center;
}

.news-ticker-item-img img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* Empty State Styling */
.news-ticker-empty-state-f06aefdf {
    padding: 15px;
    text-align: center;
    font-style: italic;
    color: #888;
    border: 1px dashed #ccc;
    background-color: #fafafa;
    border-radius: 4px;
}

/* Force Full Viewport Width (breakout mode) */
.ticker-force-vw-yes .news-ticker-wrapper-f06aefdf {
    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_f06aefdf {
    overflow: hidden !important;
}

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

@keyframes marquee-f06aefdf {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}
