fav-marquee{display:block;overflow:hidden;padding:var(--marquee-padding-top-bottom, 16px) 0;border-radius:var(--marquee-border-radius, 0);--animation-width: -100px}@media only screen and (max-width: 1023px){fav-marquee[data-static-mobile=true] .wrapper{width:100%;display:flex;justify-content:space-around}fav-marquee[data-static-mobile=true] .wrapper .item{opacity:1}}fav-marquee .wrapper{white-space:nowrap;width:fit-content;max-width:none !important;padding:0 !important}fav-marquee .item{opacity:0;padding:0 calc(var(--marquee-item-spacing, 8px)/2);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;vertical-align:middle;gap:var(--marquee-item-gap, var(--indent));width:fit-content}fav-marquee .item.is-bold{font-weight:700}fav-marquee .item.is-italic{font-style:italic}fav-marquee.active .item{opacity:1}fav-marquee.active:not(.scrolling) .wrapper{margin:0 auto}fav-marquee.scrolling .wrapper{animation:marquee 10s linear infinite}@keyframes marquee{0%{transform:translate(0, 0)}100%{transform:translate(var(--animation-width), 0)}}@media only screen and (min-width: 1025px){fav-marquee{padding:var(--marquee-padding-top-bottom-d, 16px) 0;border-radius:var(--marquee-border-radius-d, 0)}fav-marquee[data-static-desktop=true] .wrapper{width:100%;display:flex;justify-content:space-around}fav-marquee[data-static-desktop=true] .wrapper .item{opacity:1}fav-marquee .item{padding:0 calc(var(--marquee-item-spacing-d, 23px)/2);gap:var(--marquee-item-gap-d, var(--indent))}}