.ls-hot-tags.xqw-hot-search-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.xqw-hot-search-list .xqw-hot-search-tag {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 8px;
    background: transparent !important;
    color: #1f2937;
    text-decoration: none;
    transition: background 0.16s ease, color 0.16s ease;
}

.xqw-hot-search-list .xqw-hot-search-tag:hover {
    background: #f8fafc !important;
    color: #0f172a;
}

.xqw-hot-search-list .xqw-hot-search-tag:first-child {
    background: linear-gradient(90deg, rgba(255, 247, 237, 0.95), rgba(255, 255, 255, 0)) !important;
}

.xqw-hot-search-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.xqw-hot-search-rank.xqw-rank-hot {
    background: transparent;
    box-shadow: none;
    font-size: 17px;
}

.xqw-hot-search-rank.xqw-rank-1 {
    opacity: 1;
    filter: saturate(1.1);
}

.xqw-hot-search-rank.xqw-rank-2 {
    opacity: 0.72;
    filter: saturate(0.85);
}

.xqw-hot-search-rank.xqw-rank-3 {
    opacity: 0.48;
    filter: saturate(0.7);
}

.xqw-hot-search-rank.xqw-rank-manual {
    opacity: 1;
    filter: saturate(1.05);
}

.xqw-hot-search-word {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xqw-hot-search-count {
    color: #94a3b8;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    white-space: nowrap;
}

.xqw-hot-search-pinned {
    color: #f97316;
}
