/* DivineTunes AURORA‑X — Waveform Canvas Styling */

/* Main waveform container */
.waveform {
  width: 100%;
  height: 120px;              /* Full height preserved */
  display: block;             /* Ensures canvas renders */
  background: #0a0f1f;        /* Dark cosmic background */
  border-radius: 8px;         /* Smooth rounded edges */
  box-shadow: inset 0 0 12px rgba(78, 201, 255, 0.25); /* Aurora glow */
}
