.tooltip {
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} 

.tooltip.width-auto {
    max-width: unset !important;
}

.tooltip.whitespace-nowrap {
    white-space: nowrap;
}