.shdiy-ps {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.shdiy-ps__inner {
  display: flex;
  gap: 8px;
  align-items: center;
}

.shdiy-ps__input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
}

.shdiy-ps__btn {
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.shdiy-ps__dropdown {
  position: absolute;
  z-index: 99999;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  overflow: auto;
  max-height: 280px;
}

.shdiy-ps__item {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}

.shdiy-ps__item:last-child {
  border-bottom: 0;
}

.shdiy-ps__item:hover,
.shdiy-ps__item.is-active {
  background: #f6f8fb;
}
