.auto-tag-tooltip {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    min-width: 220px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    z-index: 999999;
    transition: opacity 0.2s;
}

.auto-tag-posts-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.auto-tag-posts-list li {
    margin: 8px 0;
    line-height: 1.4;
}

.auto-tag-posts-list a {
    color: #fe5872;
    text-decoration: none;
    font-size: 0.95em;
    display: block;
    padding: 2px 0;
}

.auto-tag-posts-list a:hover {
    color: #fe4f70;
    text-decoration: underline;
}