:root {
  --animate-duration: 1s;
}

sl-live-search {
  display: block;
  position: absolute !important;
  width: 100%;
  top: 44px;
  z-index: 60100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 0px !important;
}
sl-live-search p:nth-child(n) strong,
sl-live-search p:nth-child(n) b {
  padding-left: 0px !important;
}
sl-live-search p:nth-child(n) {
  margin: 0 !important;
  padding: 10px 12px 10px var(--sdx-baseline-2) !important;
  cursor: pointer;
  border: 1px solid rgb(173, 173, 173);
}
sl-live-search p:nth-child(n):hover, sl-live-search p:nth-child(n).focus {
  background: rgb(238, 243, 246);
}
sl-live-search p:not(:first-child) {
  border-top: 0px !important;
}
sl-live-search p:last-child {
  border-radius: 0 0 5px 5px;
}