.container-search {
  width: 694px;
  height: 100%;

}

.search-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.search-bar {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 5px;
  font-size: 18px;
  color: #ccc;
}

#search-input {
  padding-left: 32px;
  font-family: TruenoLt;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #555555; 
}

.list-container {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 250px;
  height: auto;
  /* Enable scrollbar if content exceeds height */

}

.list-item {
  padding: 10px;
}

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

.container-searcbox-device {
  width: 646px;
  display: flex;
  margin: auto;
  height: 300px;
  gap: 16px;
  flex-direction: column;
}

.list-item {
  font-family: TruenoLt;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.005em;
  text-align: left;
  color: #555555;
}




@media only screen and (max-width: 768px) {
  .list-container {
    max-height: 200px;
  }

  .container-searcbox-device {
    width: 100%;
    /* height: 244px;
    gap: 10px; */
    padding: 0 16px;
  }
}