.dl-as-wrap{position:relative;max-width:520px;}
.dl-as-input{width:100%;padding:10px 12px;border-radius:6px;border:1px solid #2d4f6b;background:#fff;color:#222;}
.dl-as-results{display:none;position:absolute;left:0;right:0;top:110%;background:#fff;border:1px solid #e6e6e6;z-index:9999;max-height:420px;overflow:auto;padding:8px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.08);}
.dl-as-item{display:flex;align-items:center;padding:8px;border-bottom:1px solid #f4f4f4;text-decoration:none;color:#222;}
.dl-as-item:last-child{border-bottom:0;}
.dl-as-thumb{width:56px;height:80px;flex:0 0 56px;margin-left:10px;border-radius:4px;overflow:hidden;background:#eee;}
.dl-as-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.dl-as-title{font-size:14px;line-height:1.2;}
.dl-as-no{padding:16px;text-align:center;color:#666;}
@media (max-width:768px){ .dl-as-results{position:fixed;left:12px;right:12px;top:80px;border-radius:8px;} }
