/*
Theme Name: RADION Child
Template: radion
Version: 1.0
*/

.entry-header-inner .byline{display: none}

.historial-canciones {
    list-style: none;
    padding: 0;
    margin: 10px 0;
   

 font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.historial-canciones li {
    

padding: 6px 0;
    border-bottom: 1px solid #333;
}

.historial-canciones li:last-child {
    border-bottom: none;
}

.sonando-ahora {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    color: #00e0ff;
    display: block;
    text-align: left;
}




/* === Modal Flotante: Estilo original con botones rojos === */
#modalChequeo {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#modalChequeo.mostrar {
  display: flex;
}

.modal-contenido {
  background: #1c1c1c;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 0 20px #000;
  font-family: Arial, sans-serif;
}

.modal-contenido h3 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.modal-contenido input[type="text"],
.modal-contenido textarea {
  width: 100%;
  background: #2a2a2a;
  color: #fff;
  border: 1px solid #444;
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
}

.modal-contenido label {
  display: block;
  margin: 12px 0;
  padding: 10px;
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}

.modal-contenido input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: middle;
}

.botones {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

.botones button {
  flex: 1;
  padding: 10px;
  background-color: #c0392b;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.botones button:hover {
  background-color: #e74c3c;
}

#mensajeExito {
  color: #4fff80;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
