@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.animated-icon--tv .animated-icon--tv-frame { transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media (prefers-reduced-motion: reduce) {
  .animated-icon--tv .animated-icon--tv-frame { transition: none; }
}

.animated-icon--tv .animated-icon--tv-frame::after { transition-duration: 0.3s; transition-property: width, background-color; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

@media (prefers-reduced-motion: reduce) {
  .animated-icon--tv .animated-icon--tv-frame::after { transition: none; }
}

.animated-icon--tv.animated-icon--played .animated-icon--tv-frame { box-shadow: inset 0 0 0 1.5px var(--color-played); }

.animated-icon--tv.animated-icon--played .animated-icon--tv-frame::after { background-color: var(--color-played); width: 12px; }
