.dadata-suggestions{list-style:none;overflow-y:auto;padding:10px 15px;position:absolute;max-width:calc(100vw - 20px);max-height:350px;min-width:290px;box-shadow:0 6px 12px rgba(0,0,0,.2);border-radius:var(--border-radius-1);background:#fff;cursor:pointer;scrollbar-width:thin;z-index:9}.dadata-suggestions::-webkit-scrollbar{border-radius:4px;background:#eee;width:8px}.dadata-suggestions::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.dadata-suggestions li{padding:2px 0}.dadata-suggestions li:hover{text-decoration:underline}.dadata-suggestions li+li{margin:10px 0 0}.dadata-suggestions-backdrop{height:100%;position:fixed;top:0;left:0;width:100%}@media (max-width:575px){.dadata-suggestions li{font-size:.9em}}