.bs5 {
    --bs-tooltip-bg: #0dcaf0;
    --bs-tooltip-color: #000;
}

    /* More specific overrides in case Bootstrap sets these on .tooltip directly */
    .bs5 .tooltip {
        --bs-tooltip-bg: #0dcaf0;
        --bs-tooltip-color: #000;
    }

        .bs5 .tooltip .tooltip-inner {
            background-color: #0dcaf0;
            color: #000;
        }

        .bs5 .tooltip.bs-tooltip-top .tooltip-arrow::before {
            border-top-color: #0dcaf0;
        }

        .bs5 .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
            border-bottom-color: #0dcaf0;
        }

        .bs5 .tooltip.bs-tooltip-start .tooltip-arrow::before {
            border-left-color: #0dcaf0;
        }

        .bs5 .tooltip.bs-tooltip-end .tooltip-arrow::before {
            border-right-color: #0dcaf0;
        }
