.tooltip-title {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: #ffffff;
}

.tooltip-special-tags {
    text-align: center;
    margin-bottom: 6px;
}

.special-tag {
    display: inline;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffb74d;
    margin-right: 6px;
}

.tooltip-header {
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}

.tooltip-icon-box {
    position: relative;
    width: 62px;
    height: 62px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(240, 192, 64, 0.3);
    flex-shrink: 0;
    box-shadow: none;
}

.tooltip-icon-box img {
    max-width: 48px;
    max-height: 48px;
    image-rendering: -webkit-optimize-contrast;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}

.cash-tag {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(102, 187, 106, 0.15);
    color: #66bb6a;
    padding: 1px 8px 3.5px;
    border-radius: 4px;
    font-size: 0.68rem;
    font-weight: 700;
    border: 1px solid rgba(102, 187, 106, 0.35);
    white-space: nowrap;
    display: none;
    letter-spacing: 0.5px;
    z-index: 10;
}


.cash-tag-inbag {
    background: rgba(232, 234, 246, 0.06);
    color: #e8eaf6;
    border-color: rgba(232, 234, 246, 0.3);
}

.tooltip-reqs {
    font-size: 0.8rem;
    line-height: 1.7;
    color: #b0bec5;
    flex-grow: 1;
}

.tooltip-desc {
    font-size: 0.82rem;
    line-height: 1.7;
    color: #9fa8c0;
    flex-grow: 1;
}

.tooltip-jobs {
    text-align: center;
    margin-bottom: 8px;
}

.job-tag {
    display: inline;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 4px;
}

.job-tag.enabled {
    color: #e8eaf6;
}

.job-tag.disabled {
    color: #546e7a;
}

.tooltip-divider {
    height: 1px;
    margin: 8px 0;
    background: linear-gradient(90deg, transparent, rgba(240, 192, 64, 0.25), transparent);
}

.tooltip-notice {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--gold, #f0c040);
}

.tooltip-quest {
    text-align: left;
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffb74d;
}

.tooltip-stats {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #cfd8dc;
}

.stat-cmp {
    color: #666;
    font-size: 0.78rem;
    font-family: inherit;
}
