.dg-form-wrapper .autocomplete-container{position:relative;width:250px}.dg-form-wrapper .suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1);display:none;margin-bottom:10px}.dg-form-wrapper .suggestion-item{padding:8px 12px;cursor:pointer;font-size:14px;color:#333;font-family:"Montserrat",sans-serif}.dg-form-wrapper .suggestion-item:hover{background-color:#f5f5f5}@media (max-width:768px){.dg-form-wrapper .autocomplete-container{width:100%}}