 
@media (max-width: 768px) {
    .live-indicator {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        display: inline-flex;
        align-items: center;
        gap: 0.1rem;
    }
    
    .live-dot {
        width: 6px;
        height: 6px;
        margin-left: 0;
    }
    
    .volume-control {
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.3rem;
    }
    
    .volume-control i {
        width: 20px;
        height: 20px;
    }
    
    #volumeSlider {
        width: 80px;
    }
    
    #volumePercentage {
        font-size: 0.8rem;
        min-width: 35px;
    }
}

@media (max-width: 768px) {
    .live-indicator.alternative {
        padding: 0.25rem 0.6rem;
        border-radius: 0.75rem;
        gap: 0.3rem;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        white-space: nowrap;
        min-width: fit-content;
        font-size: 0.7rem;
        letter-spacing: 0.3px;
        backdrop-filter: blur(8px);
    }
    
    .live-indicator.alternative .live-dot {
        width: 6px;
        height: 6px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .live-indicator {
        font-size: 0.65rem;
        letter-spacing: 0.3px;
        gap: 0.08rem;
    }
    
    .live-dot {
        width: 5px;
        height: 5px;
        margin-left: 0;
    }
    
    .volume-control {
        gap: 0.2rem;
    }
    .volume-control i {
        width: 18px;
        height: 18px;
    }
    #volumeSlider {
        width: 60px;
    }
    #volumePercentage {
        font-size: 0.7rem;
        min-width: 30px;
    }
}

@media (max-width: 480px) {
    .live-indicator.alternative {
        padding: 0.2rem 0.5rem;
        gap: 0.25rem;
        flex-direction: row;
        white-space: nowrap;
        overflow: visible;
        font-size: 0.65rem;
        letter-spacing: 0.2px;
        border-radius: 0.6rem;
    }
}

@media (max-width: 360px) {
    .live-indicator {
        font-size: 0.6rem;
        letter-spacing: 0.2px;
        padding: 0.1rem 0.3rem;
        gap: 0.06rem;
    }
    
    .live-dot {
        width: 4px;
        height: 4px;
        margin-left: 0;
    }
    
    .volume-control {
        gap: 0.1rem;
    }
     .volume-control i {
        width: 16px;
        height: 16px;
    }
     #volumeSlider {
        width: 50px;
    }
    #volumePercentage {
        font-size: 0.6rem;
        min-width: 25px;
    }
}

@media (max-width: 360px) {
    .live-indicator.alternative {
        padding: 0.15rem 0.4rem;
        gap: 0.2rem;
        font-size: 0.6rem;
        letter-spacing: 0.1px;
        border-radius: 0.5rem;
    }
}

@media (max-width: 320px) {
    .live-indicator {
        font-size: 0.55rem;
        letter-spacing: 0;
        padding: 0.05rem 0.25rem;
        white-space: nowrap;
        gap: 0.05rem;
    }
    
    .live-dot {
        width: 3px;
        height: 3px;
        margin-left: 0;
    }
    
    .station-name {
        font-size: 0.8rem;
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 280px) {
    .live-indicator {
        font-size: 0.5rem;
        letter-spacing: 0;
        padding: 0.05rem 0.2rem;
        gap: 0.04rem;
    }
    
    .live-dot {
        margin-left: 0;
    }
    
    .station-info img {
        width: 30px !important;
        height: 30px !important;
    }
    
    .station-name {
        max-width: 60px;
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 280px) {
    .live-indicator.alternative {
        font-size: 0.5rem;
        letter-spacing: 0;
        padding: 0.05rem 0.2rem;
        gap: 0.04rem;
        flex-direction: row;
        white-space: nowrap;
        flex-shrink: 0;
        overflow: visible;
    }
}

@media (max-width: 390px) and (max-height: 844px),
       (max-width: 375px) and (max-height: 667px),
       (max-width: 360px) and (max-height: 740px),
       (max-width: 344px) and (max-height: 882px) {
    .volume-control {
        display: none !important;
    }
}
