/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.eit-newsticker {
    overflow: hidden;
    height: 50px;
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.eit-newsticker a {
    font-size: 17px;
    line-height: 50px;
    margin-left: 40px;
}

.eit-newsticker :nth-child(2n) {
    color: #6bb745;
}

@media (prefers-reduced-motion) {
    .eit-newsticker .js-marquee-wrapper:not(:focus-within) {
        animation: none !important;
    }
}