/*.player {*/
/*  padding: 1vw;*/
/*}*/


/*.player-cover-image {*/
/*  ;*/
/*  animation: bga 60s linear infinite;*/
/*}*/

/*@keyframes bga {*/
/*  50% {*/
/*    transform: scale(2)*/
/*  }*/
/*}*/

/*.items-start {*/
/*  align-items: flex-start;*/
/*  margin-top: 15px;*/
/*}*/

.player-button {
  font-weight: 700;
}

.player-program {

  background-image: linear-gradient(transparent, rgb(0 0 0 / 98%));

}

.player-program-badge {
  font-weight: 700;
}


/* Mejoras para el historial */
.history-item {
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
}

.history-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.history-image img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.color-text-small {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 2px;
}

/* Logo más grande en móvil */
@media (max-width: 991px) {
  .header-logo-img {
    height: 60px !important;
    max-height: 60px !important;
  }
}
