
.lbx-player-container{margin-top:12px;font-family:'Poppins',sans-serif}
.lbx-player-label{font-family:'Poppins',sans-serif;font-weight:700;font-size:14px;margin-bottom:6px;display:block}
.lbx-player-custom{border:1px solid #cfcfcf;position:relative}
.lbx-player-selected{padding:12px;cursor:pointer}
.lbx-player-custom::after{content:"▾";position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}
.lbx-player-list{display:none;border-top:1px solid #cfcfcf;background:#fff;max-height:220px;overflow-y:auto}
.lbx-player-item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer}
.lbx-player-item:hover{background:#f5f5f5}
.lbx-player-item img{width:34px;height:34px;object-fit:cover;border-radius:50%}
