
body{transition:background-color 1.2s ease,background-image 1.2s ease,color .6s ease}
#ricAdhanSoundToggle{transition:transform .2s ease,box-shadow .3s ease,background .3s ease}
#ricAdhanSoundToggle.enabled{box-shadow:0 0 0 3px rgba(208,174,91,.18),0 8px 25px rgba(20,80,62,.2)}
#ricAdhanSoundToggle.muted{opacity:.78}
#ricAdhanSoundToggle:active{transform:scale(.97)}
body.ric-adhan-playing #ricAdhanSoundToggle{animation:ricSpeakerPulse 1.4s ease-in-out infinite}
@keyframes ricSpeakerPulse{50%{transform:scale(1.06);box-shadow:0 0 0 10px rgba(208,174,91,.1)}}
body.ric-iqamah-countdown{--ric-runtime-state:"Iqamah countdown"}
body.ric-prayer-in-progress{--ric-runtime-state:"Prayer in progress"}
@media (prefers-reduced-motion:reduce){
  body,#ricAdhanSoundToggle{transition:none!important}
  body.ric-adhan-playing #ricAdhanSoundToggle{animation:none!important}
}
