.manju-autocomplete{
    position: relative;
    width: 100%;
}

.manju-autocomplete input{
    width:100%;
}

.manju-suggestions{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    border-top:none;
    border-radius:0 0 8px 8px;
    box-shadow:0 6px 20px rgba(0,0,0,.15);
    max-height:220px;
    overflow-y:auto;
    z-index:99999;
}

.manju-item{
    padding:12px 15px;
    cursor:pointer;
    font-size:14px;
    line-height:1.4;
}

.manju-item:hover{
    background:#16a34a;
    color:#fff;
}
.manju-time-picker{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:8px;
    width:100%;
}

.manju-time-picker select{
    width:100% !important;
    margin:0;
}