/* Header V2 */

/* ── Flatten the top-nav social icons ──
   Remove any chip/circle background so the icons sit flat on the header bar. */
.hdr.v2 .so-lk {
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 5;
}
.hdr.v2{
    .nv, .bg-bx{
        z-index: 5;
    }
}