/* Aregue todo su codigo personalizado aquí */
.station-description {
    color: #fff;
    opacity: .6;
}

.station-img {
    border: 3px solid #ffffff00;
    padding: 0.15rem;
}

.player-artwork {
    padding: 0.75rem;
    border-radius: 1rem;
    background-color: #ffffff00;
}
.player-artwork img {
    border-radius: 0.65rem;
    box-shadow: var(--shadow-xl);
}
.player-cover-image {
            ;
                animation: bga 60s linear infinite;
                
              
            }

            @keyframes bga {
                50% {
                    transform: scale(2)
                }
            }
.items-start {
    align-items: flex-start;
    margin-top: 15px;
}

.listener-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.listener-count {
    font-size: 20px;
    font-weight: 700;
    color: #4CAF50;
    line-height: 1;
}

.player-button-listeners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn {
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}
/* Sombra solo para el botón de Historial */
.btn[data-outside="offcanvas-history"] {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
