/* XRWM FM Player Mobile Fix */
@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;
  }
}
