/*
 Theme Name: Astra HS Child
 Theme URI: https://hs.56ata.com
 Description: HS Code 查询工具子主题（基于 Astra）
 Author: 56ata
 Template: astra
 Version: 1.0.0
*/

@import url("../astra/style.css");


.hs-suggestions-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 60%; /* 与搜索框宽度一致 */
    background: #fff;
    border: 1px solid #e2e8f0;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
}
.hs-suggestions-list li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f7fafc;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hs-suggestions-list li:hover {
    background: #f0f7ff;
    color: #0274be;
}