   
canvas#audio-spectrum {
    background-image: url(/images/audio-spectrum-trail.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Hidden by default — pills beyond 10 */
.topic-pill.topic-hidden {
    display: none;
}

/* When expanded — show all */
.topics-list.topics-expanded .topic-pill.topic-hidden {
    display: inline-flex;
}

.more-topics {
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}
.sticky-header-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ---- BRANDING BAR ---- */
.site-header-branding {
    width: 100%;
    background-color: #fff;
    position: relative; /* not fixed — sticky-header-wrap handles sticking */
}

.branding-inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
    position: relative;
}


.branding-left {
    display: flex;
    align-items: center;
    background-color: #b0040f;
    color: #fff;
    padding: 10px 50px 10px 30px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    height: 90px;
    min-width: 280px;
    max-width: 55%;
    flex-shrink: 0;
    z-index: 2;
}

    .branding-left img {
        height: clamp(40px, 5vw, 60px);
        margin-right: 12px;
        flex-shrink: 0;
    }

    .branding-left h1 {
        font-size: clamp(0.75rem, 1.5vw, 1.2rem);
        margin: 0;
        line-height: 1.3;
        color: #fff;
    }


.branding-right {
    display: flex !important; /* never hide */
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; /* pushes to far right */
    padding-right: 20px;
    gap: 12px;
    flex-shrink: 0;
    height: 90px;
}

    .branding-right img {
        height: clamp(40px, 5vw, 70px);
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
.coming-box {
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}

    .coming-box h2 {
        color: #b0040f;
        margin-bottom: 10px;
    }

    .coming-box p {
        color: #555;
        font-size: 16px;
    }

/* ----  AUDIO PLAYER — part of sticky block ---- */
.audio_player_container {
    position: relative !important; 
    top: auto !important;
    width: 100%;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    background: linear-gradient(to right, #bd3740, #371110);
    z-index: 998;
    box-sizing: border-box;
    overflow: visible;
}

/* ----  TABLET (601px – 991px) ---- */
@media (max-width: 991px) {
    .branding-left {
        height: 75px;
        max-width: 65%;
        padding-right: 40px;
    }

    .branding-right {
        height: 75px;
        padding-right: 15px;
    }

        .branding-right img {
            height: clamp(35px, 4vw, 55px);
        }
}

/* ----  MOBILE (≤600px) ---- */
@media (max-width: 600px) {
    .branding-inner {
        flex-wrap: nowrap; /* keep left + right on one row */
        min-height: 64px;
        align-items: center;
    }

    .branding-left {
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        height: 64px;
        min-width: 0;
        max-width: 70%;
        padding: 8px 36px 8px 14px;
        flex: 1 1 auto;
    }

        .branding-left img {
            height: 38px;
            margin-right: 8px;
        }

        .branding-left h1 {
            font-size: clamp(0.65rem, 3.5vw, 0.9rem);
        }

    /* Right logo — visible on mobile, far right */
    .branding-right {
        display: flex !important;
        height: 64px;
        padding-right: 10px;
        flex: 0 0 auto;
        margin-left: auto;
    }

        .branding-right img {
            height: 40px;
        }


    .audio_player_container {
        height: auto !important;
        min-height: unset !important;
        padding: 8px 12px 6px !important;
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .containers {
        width: 100%;
        padding: 0;
        gap: 0;
        display: flex;
        flex-direction: column;
    }

    .controls-container {
        width: 100%;
    }

        
        .controls-container > div {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            align-items: center;
            gap: 0;
            width: 100%;
        }

    
    .box.mediaplay {
        flex: 0 0 auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 1;
        margin: 0 !important;
        padding: 0 6px 6px 0 !important;
    }

    #player_main_image {
        width: 38px !important;
        height: 38px !important;
        cursor: pointer;
        touch-action: manipulation;
        display: block;
    }


    .box:has(#audio-control) {
        flex: 1 1 0 !important;
        min-width: 0;
        order: 2;
        display: flex !important;
        align-items: center;
        padding-bottom: 6px;
    }

    #audio-control {
        position: relative;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 42px !important;
        padding: 0 !important;
        border-left: none !important;
        border-right: none !important;
        overflow: visible;
    }

    canvas {
        width: 100% !important;
        height: 42px !important;
        margin: 0 !important;
        display: block;
        background-image: url(/images/audio-spectrum-trail.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    #time, #duration {
        font-size: 9px !important;
        top: auto !important;
        bottom: 1px !important;
        margin-top: 0 !important;
        transform: none !important;
        line-height: 1;
    }

    #time {
        left: 2px !important;
    }

    #duration {
        right: 2px !important;
    }

    /* ---- Row 2: Backward / Speed / Forward — full width, centred ---- */
    .box.mobileDevice {
        flex: 0 0 100% !important; /* force onto its own row */
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        order: 3;
        width: 100% !important;
        margin: 0 !important;
        background: none !important;
        border-top: 1px solid rgba(255,255,255,0.18) !important;
        border-bottom: 1px solid rgba(255,255,255,0.18) !important;
        padding: 7px 0 !important;
    }

    #controlsss {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        gap: 22px;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #backward, #forward {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        #backward svg, #forward svg {
            width: 22px;
            height: 23px;
            fill: #fff;
        }

    .player-control.speed-control {
        font-size: 12px !important;
        padding: 3px 10px !important;
        min-width: 42px;
        height: 26px;
        border-radius: 4px;
    }

    /* ---- Row 3: Artist · Title — full width ---- */
    .none {
        flex: 0 0 100% !important; /* force onto its own row */
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        order: 4;
        width: 100% !important;
        height: auto !important;
        min-height: 26px !important;
        padding: 6px 0 2px !important;
        border-top: none !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        overflow: hidden;
        gap: 4px;
    }

    #currentSongArtist {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        font-size: 11px !important;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 0 0 auto;
        max-width: 38%;
        padding: 0 !important;
        color: rgba(255,255,255,0.75);
    }

        #currentSongArtist:not(:empty)::after {
            content: " ·";
            color: rgba(255,255,255,0.45);
            margin-left: 2px;
        }

    #currentSongTitle {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        font-size: 11px !important;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1 1 0;
        min-width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        color: #fff;
    }
}
/* ============================================================
   header-fix.css
   - sticky-header-wrap sticks on ALL screen sizes
   - branding-right always on the far right
   - audio_player_container always visible and part of sticky block
   Add this AFTER your existing header.css / player.css
   ============================================================ */

/* ---- 1. STICKY WRAP — sticks the whole block (branding + player + nav) ---- */
/*.sticky-header-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}*/

/* ---- 2. BRANDING BAR ---- */
/*.site-header-branding {
    width: 100%;
    background-color: #fff;
    position: relative;*/ /* not fixed — sticky-header-wrap handles sticking */
/*}

.branding-inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 80px;
    position: relative;
}*/

/* Left side — logo + text, clipped red band */
/*.branding-left {
    display: flex;
    align-items: center;
    background-color: #b0040f;
    color: #fff;
    padding: 10px 50px 10px 30px;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    height: 90px;
    min-width: 280px;
    max-width: 55%;
    flex-shrink: 0;
    z-index: 2;
}

    .branding-left img {
        height: clamp(40px, 5vw, 60px);
        margin-right: 12px;
        flex-shrink: 0;
    }

    .branding-left h1 {
        font-size: clamp(0.75rem, 1.5vw, 1.2rem);
        margin: 0;
        line-height: 1.3;
        color: #fff;
    }*/

/* Right side — logo(s), pushed fully to the right */
/*.branding-right {
    display: flex !important;*/ /* never hide */
/*align-items: center;
    justify-content: flex-end;
    margin-left: auto;*/ /* pushes to far right */
/*padding-right: 20px;
    gap: 12px;
    flex-shrink: 0;
    height: 90px;
}

    .branding-right img {
        height: clamp(40px, 5vw, 70px);
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }*/

/* ---- 3. AUDIO PLAYER — part of sticky block ---- */
/*.audio_player_container {
    position: relative !important;*/ /* inside sticky-header-wrap, not independently fixed */
/*top: auto !important;
    width: 100%;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    background: linear-gradient(to right, #bd3740, #371110);
    z-index: 998;
    box-sizing: border-box;
    overflow: visible;
}*/

/* ---- 4. TABLET (601px – 991px) ---- */
/*@media (max-width: 991px) {
    .branding-left {
        height: 75px;
        max-width: 65%;
        padding-right: 40px;
    }

    .branding-right {
        height: 75px;
        padding-right: 15px;
    }

        .branding-right img {
            height: clamp(35px, 4vw, 55px);
        }
}*/

/* ---- 5. MOBILE (≤600px) ---- */
/*@media (max-width: 600px) {
    .branding-inner {
        flex-wrap: nowrap;*/ /* keep left + right on one row */
/*min-height: 64px;
        align-items: center;
    }

    .branding-left {
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        height: 64px;
        min-width: 0;
        max-width: 70%;
        padding: 8px 36px 8px 14px;
        flex: 1 1 auto;
    }

        .branding-left img {
            height: 38px;
            margin-right: 8px;
        }

        .branding-left h1 {
            font-size: clamp(0.65rem, 3.5vw, 0.9rem);
        }*/

/* Right logo — visible on mobile, far right */
/*.branding-right {
        display: flex !important;
        height: 64px;
        padding-right: 10px;
        flex: 0 0 auto;
        margin-left: auto;
    }

        .branding-right img {
            height: 40px;
        }*/

/* Player — compact on mobile */
/*.audio_player_container {
        min-height: 48px;
        padding: 4px 8px;
        flex-wrap: wrap;
    }

    .containers {
        flex-wrap: wrap;
        gap: 4px;
        padding: 0 4px;
        width: 100%;
    }

    .controls-container > div {
        flex-wrap: wrap;
        gap: 4px;
        width: 100%;
    }

    .mediaplay {
        margin: 0 !important;
        padding: 0 !important;
        min-width: 38px;
        min-height: 38px;
    }

    #player_main_image {
        width: 32px !important;
        height: 32px !important;
        cursor: pointer;
        touch-action: manipulation;
    }

    #audio-control {
        width: calc(100% - 56px) !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-bottom: 0 !important;
        height: 38px;
        border: none;
    }

    canvas {
        width: 100% !important;
        height: 38px !important;
        margin: 0 !important;
    }

    #time, #duration {
        font-size: 9px !important;
        top: auto !important;
        bottom: 1px;
        margin-top: 0 !important;
        transform: none !important;
    }

    #time {
        left: 2px !important;
    }

    #duration {
        right: 2px !important;
    }

    .mobileDevice,
    .box.mobileDevice {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none !important;
        border-top: none !important;
        width: auto !important;
        margin: 0 !important;
    }

    #controlsss {
        display: flex !important;
        align-items: center;
        gap: 6px;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .none {
        width: 100% !important;
        height: auto !important;
        min-height: 24px;
        border-top: solid 1px rgba(255,255,255,0.15) !important;
        display: flex !important;
        align-items: center;
        padding: 3px 8px;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        overflow: hidden;
    }

    #currentSongTitle {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding-top: 0 !important;
        margin-left: 0 !important;
        font-size: 10px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    #currentSongArtist {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding-left: 6px !important;
        font-size: 9px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
}*/
