/* Στυλ για τον player */
audio {
  width: 100% !important;        /* Πιάνει όλο το πλάτος */
  max-width: 600px !important;   /* Μέγιστο πλάτος */
  height: 60px !important;       /* Μεγαλύτερο ύψος */
  background: #0082c9 !important; /* Γαλάζιο φόντο */
  border-radius: 10px !important; /* Στρογγυλεμένες γωνίες */
  padding: 5px !important;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3) !important;
}

/* Στυλ για τον τίτλο πάνω από τον player */
.custom-player-title {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 8px !important;
  color: #0082c9 !important;
  font-family: Arial, sans-serif !important;
}
