/* XRWM FM Player Live DJ v2 */

@media (max-width: 768px) {
  .now-playing img {
    width: 110px !important;
    height: 110px !important;
  }
  .play-btn {
    width: 50px !important;
    height: 50px !important;
  }
  .play-btn svg {
    width: 24px !important;
    height: 24px !important;
  }
  h1 { font-size: 0.9rem !important; }
  h2 { font-size: 0.75rem !important; }
  .column { padding: 8px !important; }
}

.live-dj {
  color: #ff1e1e !important;
  font-weight: bold;
  text-shadow: 0 0 10px #ff1e1e, 0 0 20px #ff0000, 0 0 30px #ff0000;
  animation: djGlow 1.5s infinite alternate;
}

@keyframes djGlow {
  from { text-shadow: 0 0 5px #ff1e1e, 0 0 10px #ff0000; }
  to   { text-shadow: 0 0 20px #ff4d4d, 0 0 40px #ff1e1e; }
}
