/* =========================
   SONIC PANEL TOP BAR FIX
   ========================= */

/* NO TOCAR ALTURA DEL HEADER */
#chat_head{
    position: relative;
}

/* RADIO SUPERPUESTA SIN ROMPER LAYOUT */
#radio_topbar{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    z-index: 50;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* CLAVE: no afecta cálculos de Boom */
    pointer-events: none;
}

/* permitir clicks SOLO al player */
#radio_topbar iframe,
#radio_topbar button{
    pointer-events: auto;
}

/* TEXTO BLANCO */
#sonic_title{
    color: #ffffff !important;
    font-size: 12px;
    white-space: nowrap;
}

/* BOTONES PEQUEÑOS */
#radio_topbar iframe,
#radio_topbar svg,
#radio_topbar i{
    max-height: 22px;
}
