.rm-radio-searchbox { position:relative; max-width:420px; }
.rm-radio-inputwrap { display:flex; align-items:center; border:1px solid #ccc; border-radius:10px; background:#fff; }
.rm-radio-icon { padding:0 10px; opacity:.6; }
.rm-radio-input { border:0; outline:none; padding:10px 6px; width:100%; font-size:14px; }

.rm-radio-suggest {
  position:absolute; top:100%; left:0; right:0;
  margin-top:6px; background:#fff;
  border:1px solid rgba(0,0,0,.15);
  border-radius:12px;
  box-shadow:0 12px 28px rgba(0,0,0,.15);
  overflow:hidden;
  z-index:9999;
}

.rm-radio-item {
  display:flex; gap:10px; align-items:center;
  padding:9px 12px;
  text-decoration:none;
  color:#222;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.rm-radio-item:last-child { border-bottom:0; }
.rm-radio-item:hover { background:rgba(137,47,162,.10); }

.rm-radio-logo {
  width:28px; height:28px;
  border-radius:50%;
  object-fit:cover;
  background:#eee;
  border:1px solid rgba(0,0,0,.12);
}
.rm-radio-name { font-weight:600; font-size:14px; line-height:1.1; }
