.wp-block-acf-news-ticker {
    max-width: 100%
}
.kcd-news-ticker .news-ticker-list  {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.kcd-news-ticker.reverse-ticker .news-ticker-list  {
    flex-direction: row-reverse;
}
.kcd-news-ticker .news-ticker-list .ticker-items > * {
    list-style: none;
    padding: 0;
    display: inline-flex;
    line-height: 1;
}
.wp-block-acf-news-ticker.has-mega-font-size :is(h1,h2,h3,h4,h4,h6,p) {
    font-size: var(--wp--preset--font-size--mega) !important;
}
.wp-block-acf-news-ticker.has-giga-font-size :is(h1,h2,h3,h4,h4,h6,p) {
    font-size: var(--wp--preset--font-size--giga) !important;
}
.ticker-items,
.ticker-wrapper {
    display: inline-flex;
    align-items: center;
}
.kcd-news-ticker .news-ticker-list .ticker-items figure {
    height: calc(30px + 2vw);
    width: max-content;
}
.kcd-news-ticker.xs-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(30px + 1vw);
}
.kcd-news-ticker.sm-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(40px + 1.4vw);
}
.kcd-news-ticker.md-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(48px + 1.8vw);
}
.kcd-news-ticker.lg-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(40px + 2.2vw);
}
.kcd-news-ticker.xl-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(55px + 2.6vw);
}
.kcd-news-ticker.xxl-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(75px + 3vw);
}
.kcd-news-ticker.giga-ticker-image .news-ticker-list .ticker-items figure {
    height: calc(100px + 4vw);
}

/* Feather */
.kcd-news-ticker.ticker-feather-left {
    mask-image: linear-gradient(to left, black calc(99% - 40px), transparent 100%);
}
.kcd-news-ticker.ticker-feather-right {
    mask-image: linear-gradient(to right, black calc(99% - 40px), transparent 100%);
}
.kcd-news-ticker.ticker-feather-both {
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40px, rgba(0,0,0,1) calc(100% - 40px), rgba(0,0,0,0) 100%);
}

/* No Animations */

/* .hide-animations .kcd-news-ticker,
.no-js .kcd-news-ticker {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-top: var(--gap-lg);
	padding-bottom: var(--gap-lg);
}
.hide-animations .kcd-news-ticker ul,
.no-js .kcd-news-ticker ul {
	max-width: var(--md-content-width);
    margin: 0 auto;
}
.hide-animations .kcd-news-ticker ul li:not(:last-child),
.no-js .kcd-news-ticker ul li:not(:last-child) {
	margin: 0 0 var(--gap-md) 0;
} */

/* ////// Font Sizes ////// */
.wp-block-acf-news-ticker.has-giga-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--giga);
}
.wp-block-acf-news-ticker.has-xx-large-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--xx-large);
}
.wp-block-acf-news-ticker.has-x-large-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--x-large);
}
.wp-block-acf-news-ticker.has-large-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--large);
}
.wp-block-acf-news-ticker.has-medium-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--medium);
}
.wp-block-acf-news-ticker.has-small-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--small);
}
.wp-block-acf-news-ticker.has-x-small-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-acf-news-ticker.has-xx-small-font-size :is(h1,h2,h3,h4,h5,h6,p) {
    font-size: var(--wp--preset--font-size--xx-small);
}