@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide{0%{transform:translateY(25px)}to{transform:translateY(0)}}:root{--z-index-animated-element:2}.fade-in{z-index:var(--z-index-animated-element);opacity:0;position:relative}.fade-in_animate{animation:.5s ease-in-out forwards fade-in}.slide{transform:translateY(25px)}.slide_animate{animation:.5s ease-in-out forwards slide}.fade-in-slide{opacity:0}.fade-in-slide_animate{opacity:1;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide}.fade-in-slide_animate>div>*{opacity:0;animation:.5s ease-in-out forwards fade-in,.5s ease-in-out forwards slide;transform:translateY(25px)}.fade-in-slide_animate>div>:first-child{animation-delay:.1s}.fade-in-slide_animate>div>:nth-child(2){animation-delay:.2s}.fade-in-slide_animate>div>:nth-child(3){animation-delay:.3s}.fade-in-slide_animate>div>:nth-child(4){animation-delay:.4s}.fade-in-slide_animate>div>:nth-child(5){animation-delay:.5s}.fade-in-slide_animate>div>:nth-child(6){animation-delay:.6s}.fade-in-slide_animate>div>:nth-child(7){animation-delay:.7s}.fade-in-slide_animate>div>:nth-child(8){animation-delay:.8s}.fade-in-slide_animate>div>:nth-child(9){animation-delay:.9s}.fade-in-slide_animate>div>:nth-child(10){animation-delay:1s}.market-news-feed-item-placeholder__item{gap:var(--spacing-2xl)}.market-news-feed-item-placeholder__text-wrapper,.market-news-feed-item-placeholder__content-wrapper{gap:var(--spacing-s)}.market-news-feed-item-placeholder__image-wrapper{margin-bottom:var(--spacing-s);background:var(--card-background-color);aspect-ratio:2.32;width:100%;height:auto;overflow:hidden}.market-news-feed-item-placeholder__item-date{background:var(--card-background-color);min-block-size:20px;min-inline-size:50px;color:var(--card-background-color);font-size:var(--font-size-s);line-height:var(--line-height-120)}.market-news-feed-item-placeholder__item-time{padding:var(--spacing-xs) 7px;background-color:var(--reading-time-background);min-block-size:20px;min-inline-size:50px;color:var(--color-primary);font-size:var(--font-size-s);line-height:var(--line-height-120);gap:var(--spacing-xs);border-radius:75px}.market-news-feed-item-placeholder__item-author{width:max-content;background:var(--card-background-color);min-block-size:20px;min-inline-size:80px;color:var(--color-accent);font-size:var(--font-size-s);line-height:var(--line-height-120);text-decoration:underline}.market-news-feed-item-placeholder__item-title{background:var(--card-background-color);min-block-size:50px;min-inline-size:100%;font-size:var(--font-size-3xl);font-weight:var(--font-weight-600);line-height:var(--line-height-120)}@media (width>=1024px){.market-news-feed-item-placeholder{width:100%;max-width:570px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.fade-in,.slide,.fade-in-slide,.slide-animate,.fade-in-slide_animate{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}.fade-in-slide_animate>div>*{opacity:1!important;animation:none!important;transform:none!important}}
