/* Container Styles */
.uet-container-6ebce4e7 {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    padding: 15px 0;
    box-sizing: border-box;
}

/* Track Animation */
.uet-track-6ebce4e7 {
    display: flex;
    width: max-content;
    animation: ticker-scroll-6ebce4e7 30s linear infinite;
}

/* Pause on hover */
.uet-container-6ebce4e7:hover .uet-track-6ebce4e7 {
    animation-play-state: paused !important;
}

/* Individual Item Styles */
.uet-item-6ebce4e7 {
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}

.uet-item-6ebce4e7 a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: inherit;
    transition: inherit;
}

.uet-separator-6ebce4e7 {
    margin: 0 10px;
    font-size: 16px;
}

.uet-learn-more-6ebce4e7 {
    text-decoration: underline;
    opacity: 0.8;
}

.uet-icon-6ebce4e7 {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

.uet-icon-6ebce4e7 svg {
    width: 1em;
    height: 1em;
}

/* Keyframes */
@keyframes ticker-scroll-6ebce4e7 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .uet-item-6ebce4e7 {
        font-size: 12px;
        padding: 0 20px;
    }
}
