.sigma-np-native, .sigma-np-area { display: none !important; }
.sigma-np-search { position: relative; width: 100%; }
.sigma-np-search input.form-control { width: 100%; padding-right: 30px; }
.sigma-np-search .sigma-np-list { position: absolute; z-index: 1005; left: 0; right: 0; top: 100%; max-height: 280px; overflow-y: auto; background: #fff; border: 1px solid #bbb; border-radius: 3px; box-shadow: 0 4px 12px #0002; margin: 3px 0 0; padding: 0; list-style: none; }
.sigma-np-list[hidden] { display: none; }
.sigma-np-list li { padding: 10px 12px; line-height: 1.45; white-space: normal; cursor: pointer; color: #222; border-bottom: 1px solid #eee; }
.sigma-np-list li[aria-selected="true"], .sigma-np-list li:hover { background: #edf5ff; }
.sigma-np-list li.sigma-np-message { color: #666; cursor: default; font-size: 12px; }
.sigma-np-hint { display: block; color: #666; font-size: 11px; line-height: 1.5; margin-top: 5px; }
.sigma-np-search input[disabled] { background: #f4f4f4; }
@media (max-width: 767px) { .sigma-np-search input.form-control { font-size: 16px; } .sigma-np-search .sigma-np-list { max-height: 240px; } }
