
.cteja-lps-wrap{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
}
.cteja-lps-wrap>input{
  width:100%!important;
}
.cteja-lps-box{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 5px)!important;
  z-index:999999!important;
  background:#fff!important;
  border:1px solid #d9e1eb!important;
  border-radius:6px!important;
  box-shadow:0 12px 30px rgba(11,31,58,.16)!important;
  overflow:hidden!important;
  max-height:420px!important;
  overflow-y:auto!important;
}
.cteja-lps-box[hidden]{display:none!important}
.cteja-lps-item{
  display:flex!important;
  align-items:center!important;
  gap:11px!important;
  padding:10px 12px!important;
  text-decoration:none!important;
  border-bottom:1px solid #edf1f5!important;
  color:#102a4f!important;
  background:#fff!important;
}
.cteja-lps-item:last-child{border-bottom:0!important}
.cteja-lps-item:hover{
  background:#f7f9fc!important;
}
.cteja-lps-item img,
.cteja-lps-ph{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  border-radius:5px!important;
  object-fit:cover!important;
  background:#eef3f8!important;
}
.cteja-lps-ph{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#0b4a91!important;
  font-weight:800!important;
}
.cteja-lps-copy{
  display:block!important;
  min-width:0!important;
}
.cteja-lps-copy strong{
  display:block!important;
  font-size:14px!important;
  line-height:1.25!important;
  color:#102a4f!important;
  margin:0 0 4px!important;
}
.cteja-lps-copy small{
  display:block!important;
  font-size:11px!important;
  color:#738198!important;
  white-space:normal!important;
}
.cteja-lps-loading,
.cteja-lps-empty{
  padding:13px!important;
  font-size:12px!important;
  color:#6f7d91!important;
}
@media(max-width:700px){
  .cteja-lps-box{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:auto!important;
    max-height:55vh!important;
  }
}
