.wc-asw-wrapper .wc-asw-form{
  display:flex;
  align-items:center;
  gap:0;
}
.wc-asw-term{
  flex:1;
  padding:8px 10px;
  border:1px solid #ccc;
  border-right:none;
  border-radius:4px 0 0 4px;
}
.wc-asw-btn{
  width:40px;
  height:40px;
  border:none;
  border-radius:0 4px 4px 0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0073aa;
}
.wc-asw-btn:hover{
  background:#006298;
}
.wc-asw-icon::before{
  content:"\1F50D"; /* magnifying glass icon */
  font-size:16px;
  color:#fff;
}

/* Results list layout */
.wc-asw-list{
  margin-top:10px;
  background:#fff;
  border:1px solid #ddd;
  max-height:400px;
  overflow-y:auto;
}
.wc-asw-list-item{
  border-bottom:1px solid #eee;
}
.wc-asw-list-item:last-child{
  border-bottom:none;
}
.wc-asw-list-link{
  display:flex;
  padding:8px;
  text-decoration:none;
  color:inherit;
}
.wc-asw-thumb{
  flex:0 0 60px;
  margin-right:10px;
}
.wc-asw-thumb img{
  max-width:60px;
  height:auto;
  display:block;
}
.wc-asw-info{
  flex:1;
}
.wc-asw-title{
  font-size:14px;
  margin:0 0 4px;
  font-weight:600;
}
.wc-asw-excerpt{
  font-size:12px;
  color:#555;
  margin-bottom:4px;
}
.wc-asw-price{
  font-size:13px;
  font-weight:600;
  color:#000;
}
.wc-asw-results p{
  margin-top:8px;
}
