body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 20px;
}

.player-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.player-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.player-header img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.player-info {
  margin-left: 20px;
  text-align: left;
  flex: 1;
}

.player-info h1 {
  font-size: 22px;
  margin: 0;
  color: #333;
}

.player-info h2 {
  font-size: 14px;
  margin: 5px 0 0;
  color: #666;
}

audio {
  width: 100%;
  margin-top: 10px;
}

/* Link inicial: azul e negrito */
.radio-coupon-link {
  cursor: pointer;
  color: #0077cc !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* Texto revelado: preto padrão */
.radio-coupon-content,
.radio-coupon-content * {
  color: #000 !important;
  font-weight: normal !important;
}

/* Botão "Fechar": vermelho e negrito */
.radio-coupon-close {
  cursor: pointer;
  color: #cc0000 !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.player-status {
  font-size: 14px;
  margin: 8px 0;
  transition: all 0.3s ease;
}

/* ⏳ Carregando rádio... */
.player-status.loading {
  color: #007BFF; /* azul */
  animation: pulse 1.5s infinite;
}

/* ✅ Rádio online */
.player-status.online {
  color: #000; /* preto */
  font-weight: bold;
}

/* ❌ Rádio indisponível */
.player-status.offline {
  color: #D8000C; /* vermelho */
  font-weight: bold;
}

/* Animação pulsante */
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
.destaque {
  border: 2px solid #0077cc;
  box-shadow: 0 0 10px rgba(0,119,204,0.3);
}

body {
  background-color: #121212;
  color: #f5f5f5;
  font-family: 'Segoe UI', sans-serif;
}

a {
  color: #80cbc4;
}

.categoria {
  background-color: #1e1e1e;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px;
}

h1, h2, h3 {
  color: #ffffff;
}

/* 🔧 Mural de recados */
.mural-wrapper {
  margin-top: 20px;
  padding: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.mural-recados {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mural-recados li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.mural-recados li strong {
  color: #000;
  font-weight: bold;
}

.mural-recados li br + span,
.mural-recados li span.avaliacao {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  color: #444;
}

.player-wrapper .mural-recados li {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  margin-bottom: 10px !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.player-wrapper .mural-recados li strong {
  color: #000 !important;
  font-weight: bold !important;
}
