.newsticker-wrapper-e9cec413 {
    width: 100%;
    overflow: hidden;
    background: #111;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.newsticker-content-e9cec413 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.newsticker-track-e9cec413 {
    display: flex;
    width: max-content;
    gap: 50px;
    align-items: center;
    animation: marquee-e9cec413 linear infinite;
    will-change: transform;
}

.newsticker-item-e9cec413 {
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

a.newsticker-wrapper-e9cec413 {
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

a.newsticker-wrapper-e9cec413:hover {
    opacity: 0.9;
}

/* Edit Mode Safety */
.elementor-editor-active a.newsticker-wrapper-e9cec413 {
    pointer-events: none !important;
}

/* Pause on Hover option */
.newsticker-wrapper-e9cec413:hover .newsticker-track-e9cec413 {
    animation-play-state: paused;
}

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