/*
Theme Name: Emerald Coast FM
Theme URI: https://emeraldcoastfm.example.com/
Author: Your Name
Author URI: https://emeraldcoastfm.example.com/
Description: Modern dark player theme for Emerald Coast FM radio station.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emerald-coast-fm
Tags: radio, dark, modern, responsive
*/

body {
  background: #0e0e0e;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
  padding: 2rem;
  margin: 0;
}
h1 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
audio {
  width: 90%;
  max-width: 400px;
  margin-top: 1rem;
}
#cover-art {
  max-width: 300px;
  border-radius: 10px;
  margin: 1rem auto;
  display: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
#now-playing {
  margin-top: 1rem;
}
#track-info {
  font-size: 1.2rem;
  font-weight: bold;
}
