.shahr-news-ticker-wrapper{position:relative;width:100%;box-sizing:border-box;display:flex;align-items:center;background:#f8f8f8;min-height:40px;max-height:50px;overflow:hidden;direction:rtl}.shahr-news-ticker-title-wrapper{position:relative;display:flex;align-items:center;padding:10px 20px;gap:8px;flex-shrink:0;background:#16239E;color:#fff;-webkit-clip-path:path('M134.81 0 0 0.524a23.227 23.227 0 0 1 14.965 9.355L31.184 32.481a27.288 27.288 0 0 0 22.17 11.377H126.923v0.032h6.923q0.489 0 0.973 -0.035a11.481 11.481 0 0 0 6.465 -2.131A13.835 13.835 0 0 0 147.692 30.046v-16.154a13.8 13.8 0 0 0 -3.804 -9.533A11.515 11.515 0 0 0 134.81 0');clip-path:path('M134.81 0 0 0.524a23.227 23.227 0 0 1 14.965 9.355L31.184 32.481a27.288 27.288 0 0 0 22.17 11.377H126.923v0.032h6.923q0.489 0 0.973 -0.035a11.481 11.481 0 0 0 6.465 -2.131A13.835 13.835 0 0 0 147.692 30.046v-16.154a13.8 13.8 0 0 0 -3.804 -9.533A11.515 11.515 0 0 0 134.81 0');min-width:147px;height:42px;z-index:2}.shahr-news-ticker-title-text{font-size:16px;font-weight:500;white-space:nowrap}.shahr-news-ticker-title-pulse{display:block;position:relative;border-radius:50%;height:7px;width:7px;flex-shrink:0;background-color:red;box-shadow:0 0 8px rgb(255 0 0 / .5)}.shahr-news-ticker-title-pulse::before,.shahr-news-ticker-title-pulse::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:1px solid red;animation:divider-heading-pulse 2s ease-in-out infinite}.shahr-news-ticker-title-pulse::after{animation-delay:1s}@keyframes divider-heading-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(3);opacity:0}}.shahr-news-ticker-content{flex-grow:1;overflow:hidden;position:relative;min-height:40px;max-height:50px}.shahr-news-ticker-track{display:flex;white-space:nowrap;will-change:transform;animation:ticker-scroll-rtl var(--animation-duration,30s) linear infinite;animation-play-state:running}@keyframes ticker-scroll-rtl{0%{transform:translateX(-100%)}100%{transform:translateX(450%)}}.shahr-news-ticker-item{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;margin-left:30px;transition:all 0.3s ease;position:relative;white-space:nowrap;flex-shrink:0}.shahr-news-ticker-item:hover{cursor:pointer;background:rgb(0 0 0 / .05)}.shahr-news-ticker-item .item-bullet{width:5px;height:5px;border-radius:50%;background:red;flex-shrink:0}.shahr-news-ticker-item .item-icon{display:inline-flex;align-items:center;font-size:14px;flex-shrink:0}.shahr-news-ticker-item .item-icon i{color:#333}.shahr-news-ticker-item .item-thumbnail img{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.shahr-news-ticker-item .item-title{text-decoration:none;color:#1a1a1a;font-size:14px;font-weight:500;transition:color 0.3s ease;white-space:nowrap}.shahr-news-ticker-item .item-title:hover{color:#007bff;text-decoration:none}.shahr-news-ticker-item .item-date{font-size:12px;color:#666;margin-right:8px;flex-shrink:0;white-space:nowrap}.shahr-news-ticker-content[data-side-fading="start"]::before,.shahr-news-ticker-content[data-side-fading="both"]::before{content:'';position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(to left,#f8f8f8,transparent);z-index:1;pointer-events:none}.shahr-news-ticker-content[data-side-fading="end"]::after,.shahr-news-ticker-content[data-side-fading="both"]::after{content:'';position:absolute;top:0;left:0;width:80px;height:100%;background:linear-gradient(to right,#f8f8f8,transparent);z-index:1;pointer-events:none}.ticker-error{padding:10px 20px;color:red;text-align:center;width:100%}.shahr-news-ticker-content p{padding:10px;color:red;text-align:center}@media (max-width:768px){.shahr-news-ticker-wrapper{max-height:45px}.shahr-news-ticker-title-wrapper{padding:8px 15px;min-width:120px;height:38px}.shahr-news-ticker-title-text{font-size:13px}.shahr-news-ticker-title-pulse{width:6px;height:6px}.shahr-news-ticker-content{max-height:45px}.shahr-news-ticker-item{padding:8px 12px;gap:8px;margin-left:20px}.shahr-news-ticker-item .item-title{font-size:13px}.shahr-news-ticker-item .item-date{font-size:11px}.shahr-news-ticker-item .item-icon{font-size:12px}.shahr-news-ticker-item .item-thumbnail img{width:32px;height:32px}.shahr-news-ticker-item .item-bullet{width:4px;height:4px}.shahr-news-ticker-track{animation-duration:calc(var(--animation-duration, 30s) * 0.7)}}html[scheme="dark"] .shahr-news-ticker-wrapper{background:#1a1a1a}html[scheme="dark"] .shahr-news-ticker-title-wrapper{background:#2c2c2c}html[scheme="dark"] .shahr-news-ticker-title-text{color:#fff}html[scheme="dark"] .shahr-news-ticker-title-pulse{background:#e63946;box-shadow:0 0 8px rgb(230 57 70 / .7)}html[scheme="dark"] .shahr-news-ticker-title-pulse::before,html[scheme="dark"] .shahr-news-ticker-title-pulse::after{border-color:#e63946}html[scheme="dark"] .shahr-news-ticker-item{background:#fff0}html[scheme="dark"] .shahr-news-ticker-item:hover{background:rgb(255 255 255 / .05)}html[scheme="dark"] .shahr-news-ticker-item .item-title{color:#fff}html[scheme="dark"] .shahr-news-ticker-item .item-title:hover{color:#1d9bf0}html[scheme="dark"] .shahr-news-ticker-item .item-icon i{color:#fff}html[scheme="dark"] .shahr-news-ticker-item .item-date{color:#b0b0b0}html[scheme="dark"] .shahr-news-ticker-item .item-bullet{background:#e63946}html[scheme="dark"] .shahr-news-ticker-content[data-side-fading="start"]::before,html[scheme="dark"] .shahr-news-ticker-content[data-side-fading="both"]::before{background:linear-gradient(to left,#1a1a1a,transparent)}html[scheme="dark"] .shahr-news-ticker-content[data-side-fading="end"]::after,html[scheme="dark"] .shahr-news-ticker-content[data-side-fading="both"]::after{background:linear-gradient(to right,#1a1a1a,transparent)}html[scheme="dark"] .ticker-error,html[scheme="dark"] .shahr-news-ticker-content p{color:#ff4d4d}.shahr-news-ticker-items{display:none!important}