/* Make Bootstrap tooltips honor literal newlines in their title text.
   By default .tooltip-inner uses white-space: normal which collapses
   newlines into spaces; pre-line preserves \n while still wrapping. */
.tooltip-inner {
    white-space: pre-line;
    text-align: left;
}
