#item-tooltip-container {
    position: absolute;
    z-index: 9999;
    width: 350px;
    background: #1e1e1e;
    color: #eee;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.6);
    pointer-events: none;
}

/* Header */
.item-tooltip .tooltip-header {
    margin-bottom: 4px;
}
.item-tooltip .tooltip-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.item-tooltip .tooltip-type {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

/* Bild oben rechts */
.item-tooltip .tooltip-image {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 75px;
}
.item-tooltip .tooltip-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

/* Affixe */
.item-tooltip .tooltip-affixes {
    list-style: none;
    padding: 0;
    margin: 6px 0;
}
.item-tooltip .tooltip-affixes li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
    line-height: 1.3;
}
.item-tooltip .tooltip-affixes li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #aaa;
}

/* Meta */
.item-tooltip .tooltip-meta {
    list-style: none;
    padding: 0;
    margin: 6px 0;
}
.item-tooltip .tooltip-meta li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
    line-height: 1.3;
}
.item-tooltip .tooltip-meta li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #aaa;
}

/* Info-Block */
.item-tooltip .tooltip-info {
    background: #272727;
    border-left: 3px solid #9dc3e6;
    padding: 6px 10px;
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #eee;
}

/* Drop-Boss */
.item-tooltip .tooltip-drop {
    border-top: 1px solid #444;
    margin-top: 8px;
    padding-top: 6px;
    font-size: 13px;
    color: #ccc;
}

/* Klasse (unten rechts, kleiner) */
.item-tooltip .tooltip-class {
    text-align: right;
    font-size: 10px;
    color: #aaa;
    margin-top: 8px;
}
