#uas-root input#uas-search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    box-sizing: border-box;
}
#uas-filters {
    left: 0;
    right: 0;
    top: 42px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    display: none;
    padding: 10px;
}
#uas-filters .uas-links-title {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}
#uas-filters .uas-link-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    margin-bottom: 6px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
}
#uas-filters .uas-link-btn:hover {
    background: #f0f0f0;
}
#uas-filters .uas-link-check {
    margin-right: 6px;
    cursor: pointer;
    pointer-events: auto;
}
#uas-filters .uas-link-icon {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#uas-results {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.uas-item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    text-decoration: none;
    color: #0073aa;
}
.uas-item:hover { background: #f5f5f5; }

.uas-footer {
    padding: 10px;
    text-align: center;
    background: #fafafa;
    font-weight: 600;
}
.uas-meta {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
.uas-mark {
    background: #fffbcc;
    padding: 0 2px;
    border-radius: 2px;
}