/* Basic dropdown for SP Search Keyword Suggest v3 */
.sp-sks3-wrapper {
  position: relative;
  display: block;
}

.sp-sks3-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(15,23,42,.08);
  max-height: 320px;
  overflow-y: auto;
  font-size: 14px;
}

.sp-sks3-item {
  padding: 9px 13px;
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}

.sp-sks3-item:last-child {
  border-bottom: none;
}

.sp-sks3-item:hover,
.sp-sks3-item:focus {
  background: #f3f4ff;
}
