.board-column-description-tooltip {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .board-column-description-tooltip .bolt-tooltip-content {
    background-color: transparent; }
  .board-column-description-tooltip .bolt-callout-content {
    overflow-x: auto; }
    .board-column-description-tooltip .bolt-callout-content .markdown-content p {
      white-space: pre-wrap;
      /* Support plain text newlines (singe newline) in DOD markdown view */ }
