.protip-progress{animation:protip-progress var(--protip-progress-duration) linear forwards}.protip-progress-paused{animation-play-state:paused}.protip-progress-static{animation:none;transform:scaleY(1)}@keyframes protip-progress{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.protip-progress{animation:none;transform:scaleY(1)}}
