.channel-picker{grid-column:1/-1;display:flex;align-items:center;gap:10px;padding:13px 38px;background:#fff;border-bottom:1px solid var(--line)}
.channel-picker label{font-size:13px;font-weight:650;color:var(--ses-blue-dark)}
.channel-select{min-width:230px;padding:9px 34px 9px 12px;border:1px solid #d8d8dd;border-radius:7px;background:#fff;color:var(--ink);font:inherit;cursor:pointer}
@media(max-width:760px){.channel-picker{padding:12px 22px}.channel-select{width:100%;min-width:0}}

/* Keep long-press PTT interaction from selecting its label on touch devices. */
.ptt,.ptt *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
