.tdnap__form{display:grid;grid-template-columns:1fr;gap:8px;max-width:640px}.tdnap__input{padding:10px;border:1px solid #cbd5e1;border-radius:6px;width:100%}.tdnap__selected{margin-top:8px;border:1px solid #e2e8f0;padding:8px;border-radius:6px;background:#f8fafc}.autocomplete-container{position:relative;width:100%;max-width:30em}.autocomplete-container input{width:100%;box-sizing:border-box}.dawa-autocomplete-suggestions{margin:.3em 0 0 0;padding:0;text-align:left;border-radius:.3125em;background:#fcfcfc;box-shadow:0 .0625em .15625em rgba(0,0,0,.15);position:absolute;left:0;right:0;z-index:9999;overflow-y:auto;box-sizing:border-box}.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion{margin:0;list-style:none;cursor:pointer;padding:.4em .6em;color:#333;border:.0625em solid #ddd;border-bottom-width:0}.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-bottom-width:.0625em}.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover{background:#f0f0f0}.tdnap__results{margin-top:12px;display:grid;gap:12px}.tdnap-status{padding:8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.tdnap-card{border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff}.tdnap-card header h4{margin:0 0 4px 0}.tdnap-sublists{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.tdnap-card ul{margin:6px 0 0;padding-left:18px}.tdnap__debug{margin-top:8px;padding:8px;background:#0b1020;color:#e4e7ef;border-radius:6px;white-space:pre-wrap;max-width:100%;overflow:auto}@media (max-width:640px){ .tdnap-sublists{grid-template-columns:1fr;} }