@keyframes shimmer{0%{left:-150%}to{left:150%}}@keyframes price-up{0%{background-color:rgba(22,199,132,.4);color:#16c784}to{background-color:transparent}}@keyframes price-down{0%{background-color:rgba(234,57,67,.4);color:#ea3943}to{background-color:transparent}}@keyframes pulse{0%{box-shadow:0 0#a6ffdd;transform:scale(1)}70%{box-shadow:0 0 0 6px transparent;transform:scale(1.1)}to{box-shadow:0 0 transparent;transform:scale(1)}}.ramzarz-campaigns.current-price{display:flex;justify-content:space-between;align-items:center;border:solid 1px #f0f0f0;border-radius:16px;padding:8px 15px;line-height:20px}.ramzarz-campaigns.current-price .pulse-title{display:flex;align-items:center;gap:10px}.ramzarz-campaigns.current-price .pulse-title .pulse{animation:pulse 1.5s ease-in-out infinite;background-color:#16c784;border-radius:50%;height:8px;position:relative;width:8px}.ramzarz-campaigns.current-price .pulse-title .title{font-size:14px}.ramzarz-campaigns.current-price [data-price]{display:inline-block;border-radius:5px;font-size:14px;color:#313d4d;font-weight:700;padding:0 2px;overflow:hidden;text-overflow:ellipsis}.ramzarz-campaigns.current-price [data-price].up{animation:price-up 1s ease}.ramzarz-campaigns.current-price [data-price].down{animation:price-down 1s ease}.ramzarz-campaigns.current-price [data-price] .skeleton{background:#e6e6e6;position:relative;overflow:hidden;height:20px;width:75px;border-radius:4px}.ramzarz-campaigns.current-price [data-price] .skeleton:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,rgba(255,255,255,0)0,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);transform:skewX(-20deg);animation:shimmer 1.2s linear infinite}