.gb-radio-global{position:fixed;left:50%;bottom:14px;z-index:9998;transform:translateX(-50%);width:min(760px,calc(100% - 28px));display:grid;grid-template-columns:44px minmax(0,1fr) 120px auto;gap:11px;align-items:center;padding:10px 11px;border:1px solid #354b55;border-radius:14px;background:rgba(8,14,17,.94);box-shadow:0 18px 60px rgba(0,0,0,.45);backdrop-filter:blur(16px);color:#fff}.gb-radio-global-play{width:44px;height:44px;border:0;border-radius:50%;background:#ff6b00;color:#090d0f;cursor:pointer}.gb-radio-global>div span,.gb-radio-global>div strong,.gb-radio-global>div small{display:block}.gb-radio-global>div span{color:#ff7a1c;font-size:7px;font-weight:950;letter-spacing:.1em}.gb-radio-global>div strong{margin:2px 0;font-size:10px}.gb-radio-global>div small{color:#768a93;font-size:8px}.gb-radio-global input{accent-color:#ff6b00}.gb-radio-global>a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border:1px solid #344a54;border-radius:8px;color:#dce5e8;text-decoration:none;font-size:8px;font-weight:900}@media(max-width:650px){.gb-radio-global{grid-template-columns:42px 1fr auto}.gb-radio-global input{display:none}.gb-radio-global>a{padding:0 8px}}
.gb-radio-global strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.gb-radio-global .youtube-note{color:#ff7a1c}


/* V23.37.2 — Mini player flutuante no canto */
.gb-radio-global{
    left:auto!important;
    right:18px!important;
    bottom:18px!important;
    transform:none!important;
    width:min(420px,calc(100% - 36px))!important;
    grid-template-columns:44px minmax(0,1fr) 92px auto 28px!important;
    gap:10px!important;
    padding:10px 10px!important;
    z-index:9998!important;
}
.gb-radio-global-copy{
    min-width:0;
}
.gb-radio-global-copy strong{
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.gb-radio-global-minimize{
    width:28px;
    height:28px;
    border:1px solid #344a54;
    border-radius:8px;
    background:#0d171b;
    color:#9fb0b7;
    cursor:pointer;
    font-weight:900;
    line-height:1;
}
.gb-radio-global-restore{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:9998;
    width:48px;
    height:48px;
    border:1px solid #ff6b00;
    border-radius:50%;
    background:#ff6b00;
    color:#0a0e10;
    font-weight:950;
    letter-spacing:.05em;
    box-shadow:0 16px 40px rgba(0,0,0,.45);
    cursor:pointer;
    display:none;
}
.gb-radio-global.is-minimized{
    display:none!important;
}
.gb-radio-global-restore.is-visible{
    display:block!important;
}
@media(max-width:760px){
    .gb-radio-global{
        right:10px!important;
        bottom:10px!important;
        width:calc(100% - 20px)!important;
        grid-template-columns:42px minmax(0,1fr) auto 28px!important;
    }
    .gb-radio-global input[data-radio-volume]{
        display:none!important;
    }
    .gb-radio-global>a{
        min-width:78px;
    }
    .gb-radio-global-restore{
        right:12px;
        bottom:12px;
    }
}
@media(max-width:470px){
    .gb-radio-global{
        grid-template-columns:42px minmax(0,1fr) 28px!important;
    }
    .gb-radio-global>a{
        display:none!important;
    }
}
