/* Lab Tooltip Fix - Targeted styling for lab trend history tooltips only */
/* This file ONLY affects elements with the .trend-history-tooltip class */

/* Custom tooltip styling for lab trend history */
.trend-history-tooltip .tooltip-inner {
    max-width: none !important;
    min-width: 280px !important;
    width: max-content !important;
    white-space: nowrap !important;
    text-align: left !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.trend-history-tooltip {
    --bs-tooltip-max-width: none;
}
